- Need to check for /sbin/telinit
This commit is contained in:
parent
3ef1de9af9
commit
f6b11f6673
@ -2,7 +2,7 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 1.27.13
|
Version: 1.27.13
|
||||||
Release: 1
|
Release: 2
|
||||||
License: Public domain (uncopyrighted)
|
License: Public domain (uncopyrighted)
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||||
@ -72,7 +72,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
|
||||||
@ -92,6 +92,9 @@ exit 0
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 21 2005 Dan Walsh <dwalsh@redhat.com> 1.9.23-2
|
||||||
|
- Need to check for /sbin/telinit
|
||||||
|
|
||||||
* Thu Oct 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.13-1
|
* Thu Oct 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.13-1
|
||||||
- Update to latest from NSA
|
- Update to latest from NSA
|
||||||
* Merged fixes for make DESTDIR= builds from Joshua Brindle.
|
* Merged fixes for make DESTDIR= builds from Joshua Brindle.
|
||||||
|
Loading…
Reference in New Issue
Block a user