[policycoreutils/f17] Stop using sandbox init in post install since it no longer exists.

Daniel J Walsh dwalsh at fedoraproject.org
Mon Feb 20 19:04:18 UTC 2012


commit 2c95861ef0021963afa5e51e7015dbec07a2abc2
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Feb 20 14:00:43 2012 -0500

    Stop using sandbox init in post install since it no longer exists.

 policycoreutils.spec |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)
---
diff --git a/policycoreutils.spec b/policycoreutils.spec
index f548f58..9709eab 100644
--- a/policycoreutils.spec
+++ b/policycoreutils.spec
@@ -7,7 +7,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.1.10
-Release: 23%{?dist}
+Release: 24%{?dist}
 License: GPLv2
 Group:	 System Environment/Base
 # Based on git repository with tag 20101221
@@ -198,16 +198,6 @@ The policycoreutils-sandbox package contains the scripts to create graphical san
 selinuxenabled && [ -f /usr/share/selinux/devel/include/build.conf ] && /usr/bin/sepolgen-ifgen 2>/dev/null
 exit 0
 
-%post sandbox
-if [ $1 -eq 1 ]; then
-   /sbin/chkconfig sandbox --add
-fi
-
-%preun sandbox
-if [ $1 -eq 0 ]; then
-   /sbin/chkconfig sandbox --del
-fi
-
 %package newrole
 Summary: The newrole application for RBAC/MLS 
 Group: System Environment/Base
@@ -356,6 +346,9 @@ fi
 %{_bindir}/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
 
 %changelog
+* Mon Feb 20 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.10-24
+- Stop using sandbox init in post install since it no longer exists.
+
 * Thu Feb 16 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.10-23
 - Change to use new selinux_current_policy_path()
 


More information about the scm-commits mailing list