From 98631160afdee1fafb1152860a344fbbac0ab46e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Feb 13 2006 20:57:55 +0000 Subject: - Fix post install not to fire if /dev/initctr does not exist --- diff --git a/libsepol.spec b/libsepol.spec index 5128928..229aac0 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,7 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 1.11.14 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz @@ -60,7 +60,7 @@ rm -rf ${RPM_BUILD_ROOT} %post /sbin/ldconfig -[ -x /sbin/telinit ] && /sbin/telinit U +[ -x /sbin/telinit ] && [ -p /dev/initctl ] && /sbin/telinit U exit 0 %postun -p /sbin/ldconfig @@ -80,6 +80,9 @@ exit 0 %{_includedir}/sepol/policydb/*.h %changelog +* Mon Feb 13 2006 Dan Walsh 1.11.14-2 +- Fix post install not to fire if /dev/initctr does not exist + * Mon Feb 13 2006 Dan Walsh 1.11.14-1 - Upgrade to latest from NSA * Merged optionals in base patch from Joshua Brindle.