- 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
|
%package devel
|
||||||
Summary: Header files and libraries used to build policy manipulation tools
|
Summary: Header files and libraries used to build policy manipulation tools
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libsepol = %{version}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%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.
|
needed for developing applications that manipulate binary policies.
|
||||||
|
|
||||||
%prep
|
%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}/genpolusers
|
||||||
rm -f ${RPM_BUILD_ROOT}%{_bindir}/chkcon
|
rm -f ${RPM_BUILD_ROOT}%{_bindir}/chkcon
|
||||||
rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man8
|
rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man8
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
@ -80,6 +81,9 @@ exit 0
|
|||||||
%{_includedir}/sepol/policydb/*.h
|
%{_includedir}/sepol/policydb/*.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 8 2006 Dan Walsh <dwalsh@redhat.com> 1.12.9-1
|
||||||
- Upgrade to latest from NSA
|
- Upgrade to latest from NSA
|
||||||
* Dropped tests from all Makefile target.
|
* Dropped tests from all Makefile target.
|
||||||
|
Loading…
Reference in New Issue
Block a user