diff --git a/libsepol.spec b/libsepol.spec index b8e1a46..e36ffdf 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -29,10 +29,10 @@ 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: %{name} = %{version}-%{release} %description devel -The sepol-devel package contains the static libraries and header files +The libsepol-devel package contains the static libraries and header files needed for developing applications that manipulate binary policies. %prep @@ -55,6 +55,7 @@ rm -f ${RPM_BUILD_ROOT}%{_bindir}/genpolbools rm -f ${RPM_BUILD_ROOT}%{_bindir}/genpolusers rm -f ${RPM_BUILD_ROOT}%{_bindir}/chkcon rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man8 + %clean rm -rf ${RPM_BUILD_ROOT} @@ -80,6 +81,9 @@ exit 0 %{_includedir}/sepol/policydb/*.h %changelog +* Thu May 11 2006 Steve Grubb 1.12.9 +- Couple minor spec file clean ups + * Mon May 8 2006 Dan Walsh 1.12.9-1 - Upgrade to latest from NSA * Dropped tests from all Makefile target.