- Need to check for /sbin/telinit

This commit is contained in:
Daniel J Walsh 2005-10-21 14:51:33 +00:00
parent 1910dd43b2
commit 025ac73308

View File

@ -1,7 +1,7 @@
Summary: SELinux binary policy manipulation library Summary: SELinux binary policy manipulation library
Name: libsepol Name: libsepol
Version: 1.9.23 Version: 1.9.23
Release: 1 Release: 2
License: GPL License: GPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
@ -59,7 +59,7 @@ rm -rf ${RPM_BUILD_ROOT}
%post %post
/sbin/ldconfig /sbin/ldconfig
/sbin/telinit U [ -x /sbin/telinit ] && /sbin/telinit U
exit 0 exit 0
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
@ -79,6 +79,9 @@ exit 0
%{_includedir}/sepol/policydb/*.h %{_includedir}/sepol/policydb/*.h
%changelog %changelog
* Fri Oct 21 2005 Dan Walsh <dwalsh@redhat.com> 1.9.23-2
- Need to check for /sbin/telinit
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.9.23-1 * Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.9.23-1
* Added check flag to expand_module() to control assertion * Added check flag to expand_module() to control assertion
and hierarchy checking on expansion. and hierarchy checking on expansion.