- 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

View File

@ -2,14 +2,14 @@
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
Patch: libselinux-rhat.patch Patch: libselinux-rhat.patch
Prereq: libsetrans Prereq: libsetrans
Requires: libsepol >= %{libsepolver} Requires: libsepol >= %{libsepolver}
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
@ -31,7 +31,7 @@ decisions. Required for any applications that use the SELinux API.
%package devel %package devel
Summary: Header files and libraries used to build SELinux Summary: Header files and libraries used to build SELinux
Group: Development/Libraries Group: Development/Libraries
Requires: libselinux = %{version}-%{release} Requires: libselinux = %{version}-%{release}
%description devel %description devel
The selinux-devel package contains the static libraries and header files The selinux-devel package contains the static libraries and header files
@ -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.