From eace66283562a1bcb0a3ad01d647f465f616345f Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Thu, 29 Oct 2015 15:50:19 +0900 Subject: [PATCH] Remove create, chsmack TZ_SYS_RW_PACKAGES this will be moved to tizen-platform-config packages Change-Id: Ica309dedbd79daecfbdb9c17b095eb289babdb86 Signed-off-by: Sangyoon Jang --- packaging/pkgmgr-info.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packaging/pkgmgr-info.spec b/packaging/pkgmgr-info.spec index 97e0f59..b6d0437 100644 --- a/packaging/pkgmgr-info.spec +++ b/packaging/pkgmgr-info.spec @@ -55,12 +55,8 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` %install %make_install -# create the directory for hosting Read-Write application manifest files -mkdir -p %{buildroot}%{TZ_SYS_RW_PACKAGES} - %post /sbin/ldconfig -chsmack -a '*' %{TZ_SYS_RW_PACKAGES} %postun -p /sbin/ldconfig @@ -72,7 +68,6 @@ chsmack -a '*' %{TZ_SYS_RW_PACKAGES} %manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/libpkgmgr-info.so.* -%attr(-,tizenglobalapp,root) %dir %{TZ_SYS_RW_PACKAGES} %files devel %manifest %{name}.manifest -- 2.7.4