- Update to use libsepol-static library

This commit is contained in:
Daniel J Walsh 2008-01-21 21:42:58 +00:00
parent 5c3895bc13
commit 4dd1371296
3 changed files with 13 additions and 5 deletions

View File

@ -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

View File

@ -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".

View File

@ -1 +1 @@
330efd89c6ae71026d6ad0d434bcb9e6 checkpolicy-2.0.6.tgz
fb883dd2e9b80485bf372eb182664832 checkpolicy-2.0.7.tgz