- Couple minor spec file clean ups
This commit is contained in:
parent
c53a1651b7
commit
2e432e52e4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user