From: Romain Forlot Date: Thu, 12 Jul 2018 08:19:58 +0000 (+0200) Subject: Packaging: Fix RPM build X-Git-Tag: 5.99.2~18 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=6c003255918fc85b693a4b0becf45016d1282dfe 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 --- 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