From 5eaf35502b3387e49c2f4a8f8147ec5075bbf68e Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: May 23 2011 22:25:07 +0000 Subject: Update to upstream * Wrap file names in filename transitions with quotes by Steve Lawrence. * Allow filesystem names to start with a digit by James Carter. * Add support for using the last path compnent in type transitions by Eric --- diff --git a/.gitignore b/.gitignore index c9dfd58..bc9d39f 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ checkpolicy-2.0.21.tgz checkpolicy-2.0.22.tgz /checkpolicy-2.0.23.tgz /checkpolicy-2.0.24.tgz +/checkpolicy-2.0.26.tgz diff --git a/checkpolicy.spec b/checkpolicy.spec index 20f230d..d66867d 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,12 +1,11 @@ %define libsepolver 2.0.44-2 Summary: SELinux policy compiler Name: checkpolicy -Version: 2.0.24 -Release: 3%{?dist} +Version: 2.0.26 +Release: 1%{?dist} License: GPLv2 Group: Development/System Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz -Patch: checkpolicy-rhat.patch BuildRoot: %{_tmppath}/%{name}-buildroot BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} libselinux-devel @@ -27,7 +26,6 @@ Only required for building policies. %prep %setup -q -%patch -p2 -b .rhat %build make clean @@ -55,6 +53,12 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/sedispol %changelog +* Mon May 23 2011 Dan Walsh - 2.0.26-1 +-Update to upstream + * Wrap file names in filename transitions with quotes by Steve Lawrence. + * Allow filesystem names to start with a digit by James Carter. + * Add support for using the last path compnent in type transitions by Eric + * Thu Apr 21 2011 Dan Walsh - 2.0.24-2 * Fixes for new role_transition class field by Eric Paris. diff --git a/sources b/sources index fb3ed24..2a6e48d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8353d730f159007d9ce9407db30950a checkpolicy-2.0.24.tgz +5fb1dec6d0ff35c589b95a106699f35c checkpolicy-2.0.26.tgz