- Need to check for /sbin/telinit
This commit is contained in:
parent
1910dd43b2
commit
025ac73308
@ -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
|
||||
@ -29,7 +29,7 @@ on binary policies such as customizing policy boolean settings.
|
||||
%package devel
|
||||
Summary: Header files and libraries used to build policy manipulation tools
|
||||
Group: Development/Libraries
|
||||
Requires: libsepol = %{version}
|
||||
Requires: libsepol = %{version}
|
||||
|
||||
%description devel
|
||||
The sepol-devel package contains the static libraries and header files
|
||||
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user