- 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.5.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
|
||||
Name: checkpolicy
|
||||
Version: 2.0.6
|
||||
Release: 1%{?dist}
|
||||
Version: 2.0.7
|
||||
Release: 2%{?dist}
|
||||
License: GPL
|
||||
Group: Development/System
|
||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
BuildRequires: byacc flex libsepol-devel >= %{libsepolver} libselinux-devel
|
||||
BuildRequires: byacc flex libsepol-static >= %{libsepolver} libselinux-devel
|
||||
|
||||
%description
|
||||
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
|
||||
|
||||
%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
|
||||
- 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".
|
||||
|
Loading…
Reference in New Issue
Block a user