- Couple minor spec file clean ups

This commit is contained in:
Steve Grubb 2006-05-11 18:23:26 +00:00
parent c53a1651b7
commit 2e432e52e4

View File

@ -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 <sgrubb@redhat.com> 1.12.9
- Couple minor spec file clean ups
* Mon May 8 2006 Dan Walsh <dwalsh@redhat.com> 1.12.9-1
- Upgrade to latest from NSA
* Dropped tests from all Makefile target.