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
This commit is contained in:
Dan Walsh 2011-05-23 18:25:07 -04:00
parent 49877e7556
commit 5eaf35502b
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <dwalsh@redhat.com> - 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 <dwalsh@redhat.com> - 2.0.24-2
* Fixes for new role_transition class field by Eric Paris.

View File

@ -1 +1 @@
c8353d730f159007d9ce9407db30950a checkpolicy-2.0.24.tgz
5fb1dec6d0ff35c589b95a106699f35c checkpolicy-2.0.26.tgz