From 0cc0fa052136e90369ef70da4c4869332087ee58 Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Wed, 19 Sep 2018 18:10:29 +0900 Subject: [PATCH] update-control-plugin: Release 1.0.0 Change-Id: Ic5c65577b06dedf239a0a0c4aa298a5043097e8f Signed-off-by: Sunmin Lee --- packaging/update-control.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packaging/update-control.spec b/packaging/update-control.spec index 5235f4f..cfe2113 100644 --- a/packaging/update-control.spec +++ b/packaging/update-control.spec @@ -1,5 +1,5 @@ Name: update-control -Version: 0.1.0 +Version: 1.0.0 Release: 0 License: Apache-2.0 Summary: Update Control API @@ -55,10 +55,6 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` %post /sbin/ldconfig -%post plugin -chsmack -a _ %{_libdir}/libupdate-control-plugin.so* -/sbin/ldconfig - %postun -p /sbin/ldconfig %files @@ -73,5 +69,6 @@ chsmack -a _ %{_libdir}/libupdate-control-plugin.so* %{_libdir}/libupdate-control.so %files plugin +%manifest %{name}.manifest %license LICENSE %{_libdir}/libupdate-control-plugin.so* -- 2.34.1