From 6c003255918fc85b693a4b0becf45016d1282dfe Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 12 Jul 2018 10:19:58 +0200 Subject: [PATCH] Packaging: Fix RPM build RPM build failed because there is an unpackaged files found which has been installed. This fix the build error: Installed (but unpackaged) file(s) found: /opt/AGL/lib64/afb/hello2.so Change-Id: Id5775966bbc4cac00d6adc8b9032d32cf41a7207 Signed-off-by: Romain Forlot --- conf.d/packaging/rpm/agl-app-framework-binder.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/packaging/rpm/agl-app-framework-binder.spec b/conf.d/packaging/rpm/agl-app-framework-binder.spec index 5f3bcbd4..4f288b79 100644 --- a/conf.d/packaging/rpm/agl-app-framework-binder.spec +++ b/conf.d/packaging/rpm/agl-app-framework-binder.spec @@ -94,6 +94,7 @@ EOF %{_libdir}/afb/helloWorld.so %{_libdir}/afb/tic-tac-toe.so %{_libdir}/afb/ave.so +%{_libdir}/afb/hello2.so %{_libdir}/afb/hello3.so %{_libdir}/afb/hi3.so %config(noreplace) %{_sysconfdir}/profile.d/AGL-%{name}.sh -- 2.16.6