diff --git a/.cvsignore b/.cvsignore index 8e86381..856414c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/checkpolicy.spec b/checkpolicy.spec index 2fd3020..ce9a98e 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -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 - 2.0.7-2 +- Update to use libsepol-static library + +* Fri Jan 11 2008 Dan Walsh - 2.0.7-1 +- Latest update from NSA + * Added support for policy capabilities from Todd Miller. + * Thu Nov 15 2007 Dan Walsh - 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". diff --git a/sources b/sources index 6902f3b..fed4f28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -330efd89c6ae71026d6ad0d434bcb9e6 checkpolicy-2.0.6.tgz +fb883dd2e9b80485bf372eb182664832 checkpolicy-2.0.7.tgz