Turn off smack and remove bogus requires for osp-installer 75/3975/1 accepted/tizen/20130613.011320 submit/tizen/20130612.210456
authorRusty Lynch <rusty.lynch@intel.com>
Wed, 12 Jun 2013 20:55:34 +0000 (13:55 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Wed, 12 Jun 2013 21:01:58 +0000 (14:01 -0700)
The smack label creation code is still working on 2.1 assumptions
about the domain layout so disable label creation until the security
team has instituted a domain design for 3.0, and also remove a bogus
arbitrary runtime requirement for osp-installer

packaging/wrt-installer.changes
packaging/wrt-installer.spec

index 3c25059..be4a71b 100644 (file)
@@ -1,3 +1,8 @@
+* Wed Jun 12 2013 Rusty Lynch <rusty.lynch@intel.com> submit/tizen/20130603.180039@9007e4c
+- Turn off smack until the rest of the system is ready for it
+- Make smack a buildtime config option
+- remove bogus runtime requirement on osp-install
+
 * Wed May 29 2013 Rusty Lynch <rusty.lynch@intel.com> accepted/tizen/20130520.101714@6638094
 - Add config option for livebox support
 
index 848d4d8..bd7042a 100644 (file)
@@ -47,7 +47,6 @@ BuildRequires:  pkgconfig(osp-appfw)
 BuildRequires:  osp-appfw-internal-devel
 BuildRequires:  pkgconfig(libsmack)
 Requires: osp-appfw
-Requires: osp-installer
 Requires: xmlsec1
 
 %description
@@ -72,6 +71,7 @@ LDFLAGS="$LDFLAGS"
 %else
         -DLIVEBOX_SUPPORT=Off \
 %endif
+        -DSMACK=Off \
         -DDPL_LOG=ON \
         -DCMAKE_BUILD_TYPE=%{?build_type:%build_type} \
         %{?WITH_TESTS:-DWITH_TESTS=%WITH_TESTS}