- 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
Name: libsepol
Version: 1.9.23
Release: 1
Release: 2
License: GPL
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
@ -59,7 +59,7 @@ rm -rf ${RPM_BUILD_ROOT}
%post
/sbin/ldconfig
/sbin/telinit U
[ -x /sbin/telinit ] && /sbin/telinit U
exit 0
%postun -p /sbin/ldconfig
@ -79,6 +79,9 @@ exit 0
%{_includedir}/sepol/policydb/*.h
%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
* Added check flag to expand_module() to control assertion
and hierarchy checking on expansion.