- Tell init to reexec itself in post script

This commit is contained in:
Daniel J Walsh 2005-10-14 16:11:17 +00:00
parent c253681af1
commit 21d06a6efd
1 changed files with 8 additions and 2 deletions

View File

@ -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 <dwalsh@redhat.com> 1.9.17-2
- Tell init to reexec itself in post script
* Mon Oct 10 2005 Dan Walsh <dwalsh@redhat.com> 1.9.17-1
- Upgrade to latest from NSA
* Hid sepol_module_package type definition, and added get interfaces.