diff --git a/libselinux.spec b/libselinux.spec index 205369e..4c1ff4e 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -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 1.9.23-2 +- Need to check for /sbin/telinit + * Thu Oct 20 2005 Dan Walsh 1.27.13-1 - Update to latest from NSA * Merged fixes for make DESTDIR= builds from Joshua Brindle.