From 21d06a6efd38cb8013e7048ce361ec9cb5535d3d Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Oct 14 2005 16:11:17 +0000 Subject: - Tell init to reexec itself in post script --- diff --git a/libsepol.spec b/libsepol.spec index 8864ece..033f294 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,7 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 1.9.17 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz @@ -57,7 +57,10 @@ rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man8 %clean rm -rf ${RPM_BUILD_ROOT} -%post -p /sbin/ldconfig +%post +/sbin/ldconfig +/sbin/telinit U +exit 0 %postun -p /sbin/ldconfig @@ -76,6 +79,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_includedir}/sepol/policydb/*.h %changelog +* Fri Oct 14 2005 Dan Walsh 1.9.17-2 +- Tell init to reexec itself in post script + * Mon Oct 10 2005 Dan Walsh 1.9.17-1 - Upgrade to latest from NSA * Hid sepol_module_package type definition, and added get interfaces.