remove chsmack in spec file 65/113865/2 accepted/tizen/common/20170210.170331 accepted/tizen/ivi/20170210.083142 accepted/tizen/mobile/20170210.083108 accepted/tizen/wearable/20170210.083127 submit/tizen/20170210.054216
authorJooseok Song <seogii.song@samsung.com>
Thu, 9 Feb 2017 06:49:36 +0000 (15:49 +0900)
committerJooseok Song <seogii.song@samsung.com>
Thu, 9 Feb 2017 07:11:26 +0000 (16:11 +0900)
Change-Id: Ib1fdb491f108a86045010453166d57d695d7d93b

account-common.manifest [new file with mode: 0644]
packaging/account-common.spec

diff --git a/account-common.manifest b/account-common.manifest
new file mode 100644 (file)
index 0000000..97e8c31
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_"/>
+       </request>
+</manifest>
index 05049ac8e31de5bdb61e4da418630d7a05719aea..e49f8915da50c7342c20e9a0c57913f1dfd6c8cc 100644 (file)
@@ -1,6 +1,6 @@
 Name:       account-common
 Summary:    Account common library
-Version:    0.1.5
+Version:    0.1.6
 Release:    1
 Group:      Social & Content/API
 License:    Apache-2.0
@@ -37,8 +37,6 @@ Development files for %{name}
 /sbin/ldconfig
 /usr/bin/sqlite3
 
-chsmack -a '_' %{_libdir}/libaccount-common.so.0*
-
 %postun
 /sbin/ldconfig
 
@@ -69,6 +67,7 @@ mkdir -p %{buildroot}%{_libdir}
 rm -rf %{buildroot}%{_libdir}/account-common
 
 %files
+%manifest account-common.manifest
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*