- Need to check for /sbin/telinit

This commit is contained in:
Daniel J Walsh 2005-10-21 14:51:35 +00:00
parent 3ef1de9af9
commit f6b11f6673
1 changed files with 7 additions and 4 deletions

View File

@ -2,14 +2,14 @@
Summary: SELinux library and simple utilities
Name: libselinux
Version: 1.27.13
Release: 1
Release: 2
License: Public domain (uncopyrighted)
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
Patch: libselinux-rhat.patch
Prereq: libsetrans
Requires: libsepol >= %{libsepolver}
Requires: libsepol >= %{libsepolver}
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
@ -31,7 +31,7 @@ decisions. Required for any applications that use the SELinux API.
%package devel
Summary: Header files and libraries used to build SELinux
Group: Development/Libraries
Requires: libselinux = %{version}-%{release}
Requires: libselinux = %{version}-%{release}
%description devel
The selinux-devel package contains the static libraries and header files
@ -72,7 +72,7 @@ rm -rf ${RPM_BUILD_ROOT}
%post
/sbin/ldconfig
/sbin/telinit U
[ -x /sbin/telinit ] && /sbin/telinit U
exit 0
%postun -p /sbin/ldconfig
@ -92,6 +92,9 @@ exit 0
%{_mandir}/man8/*
%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
- Update to latest from NSA
* Merged fixes for make DESTDIR= builds from Joshua Brindle.