- Update to use libsepol-static library
This commit is contained in:
parent
5c3895bc13
commit
4dd1371296
@ -60,3 +60,4 @@ checkpolicy-2.0.3.tgz
|
|||||||
checkpolicy-2.0.4.tgz
|
checkpolicy-2.0.4.tgz
|
||||||
checkpolicy-2.0.5.tgz
|
checkpolicy-2.0.5.tgz
|
||||||
checkpolicy-2.0.6.tgz
|
checkpolicy-2.0.6.tgz
|
||||||
|
checkpolicy-2.0.7.tgz
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
%define libsepolver 2.0.10-1
|
%define libsepolver 2.0.18-2
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 2.0.6
|
Version: 2.0.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
BuildRequires: byacc flex libsepol-devel >= %{libsepolver} libselinux-devel
|
BuildRequires: byacc flex libsepol-static >= %{libsepolver} libselinux-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Security-enhanced Linux is a feature of the Linux® kernel and a number
|
Security-enhanced Linux is a feature of the Linux® kernel and a number
|
||||||
@ -47,6 +47,13 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man8/checkmodule.8.gz
|
%{_mandir}/man8/checkmodule.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.7-2
|
||||||
|
- Update to use libsepol-static library
|
||||||
|
|
||||||
|
* Fri Jan 11 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.7-1
|
||||||
|
- Latest update from NSA
|
||||||
|
* Added support for policy capabilities from Todd Miller.
|
||||||
|
|
||||||
* Thu Nov 15 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.6-1
|
* Thu Nov 15 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.6-1
|
||||||
- Latest update from NSA
|
- Latest update from NSA
|
||||||
* Initialize the source file name from the command line argument so that checkpolicy/checkmodule report something more useful than "unknown source".
|
* Initialize the source file name from the command line argument so that checkpolicy/checkmodule report something more useful than "unknown source".
|
||||||
|
Loading…
Reference in New Issue
Block a user