[selinux-policy: 597/3172] update for release

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:56:17 UTC 2010


commit 37aa3ff2672902f9e0960430be1be506639961c1
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Aug 26 15:02:23 2005 +0000

    update for release

 refpolicy/Changelog                                |    1 +
 refpolicy/VERSION                                  |    2 +-
 .../support/selinux-refpolicy-sources.spec.skel    |   12 ------------
 3 files changed, 2 insertions(+), 13 deletions(-)
---
diff --git a/refpolicy/Changelog b/refpolicy/Changelog
index b2912bc..3bde38b 100644
--- a/refpolicy/Changelog
+++ b/refpolicy/Changelog
@@ -1,3 +1,4 @@
+* Fri Aug 26 2005 Chris PeBenito <selinux at tresys.com> - 20050826
 - Add Makefile support for building loadable modules.
 - Add genclassperms.py tool to add require blocks
   for loadable modules.
diff --git a/refpolicy/VERSION b/refpolicy/VERSION
index c44387b..46c76d0 100644
--- a/refpolicy/VERSION
+++ b/refpolicy/VERSION
@@ -1 +1 @@
-20050802
+20050826
diff --git a/refpolicy/support/selinux-refpolicy-sources.spec.skel b/refpolicy/support/selinux-refpolicy-sources.spec.skel
index d401d2c..71f6c78 100644
--- a/refpolicy/support/selinux-refpolicy-sources.spec.skel
+++ b/refpolicy/support/selinux-refpolicy-sources.spec.skel
@@ -83,16 +83,4 @@ rm -fR $RPM_BUILD_ROOT
 %dir %{_sysconfdir}/selinux/%{type}/src/policy/policy/support
 %config %{_sysconfdir}/selinux/%{type}/src/policy/policy/support/*
 
-%post
-if [ -x /usr/sbin/selinuxenabled -a -f /etc/selinux/config ]; then
-	. /etc/selinux/config
-	if [ "${SELINUXTYPE}" = "%{type}" ] && /usr/sbin/selinuxenabled; then
-		make -C %{POLICYDIR}/src/policy load > /dev/null 2>&1
-		[ -f %{FC_PRE} ] \
-			&& fixfiles -l /dev/null -C %{FC_PRE} restore \
-			&& rm -f %{FC_PRE} 
-	fi
-fi
-exit 0
-
 %changelog


More information about the scm-commits mailing list