update-control-plugin: Release 1.0.0 28/189628/3
authorSunmin Lee <sunm.lee@samsung.com>
Wed, 19 Sep 2018 09:10:29 +0000 (18:10 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Thu, 27 Sep 2018 05:03:48 +0000 (14:03 +0900)
Change-Id: Ic5c65577b06dedf239a0a0c4aa298a5043097e8f
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
packaging/update-control.spec

index 5235f4f81a2a1e6c08bccaae65d9243b4d1965ca..cfe211339895c7211f9874bf08f4d778755c0e8c 100644 (file)
@@ -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*