From 5d693896f6cc63784d00446fbd804e6196a336cc Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sep 19 2007 00:20:03 +0000 Subject: Merged handle unknown policydb flag support from Eric Paris. Adds new command line options -U {allow, reject, deny} for selecting the flag when a base module or kernel policy is built. --- diff --git a/.cvsignore b/.cvsignore index 97117ba..87dc7b9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -57,3 +57,4 @@ checkpolicy-2.0.0.tgz checkpolicy-2.0.1.tgz checkpolicy-2.0.2.tgz checkpolicy-2.0.3.tgz +checkpolicy-2.0.4.tgz diff --git a/checkpolicy.spec b/checkpolicy.spec index 8ddad5f..7a5cd0e 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,8 +1,8 @@ -%define libsepolver 2.0.3-1 +%define libsepolver 2.0.10-1 Summary: SELinux policy compiler Name: checkpolicy -Version: 2.0.3 -Release: 3%{?dist} +Version: 2.0.4 +Release: 1%{?dist} License: GPL Group: Development/System Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -47,6 +47,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/checkmodule.8.gz %changelog +* Tue Sep 18 2007 Dan Walsh - 2.0.4-1 + * Merged handle unknown policydb flag support from Eric Paris. + Adds new command line options -U {allow, reject, deny} for selecting + the flag when a base module or kernel policy is built. + * Tue Aug 28 2007 Fedora Release Engineering - 2.0.3-3 - Rebuild for selinux ppc32 issue. diff --git a/sources b/sources index e08eb4a..fab2329 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb843b14d280e5fd4216eb34495ad533 checkpolicy-2.0.3.tgz +4f80d0bdec361300e80395dcaa4b685d checkpolicy-2.0.4.tgz