Update to upstream

* implement new default labeling behaviors for usr, role, range
	* Fix dead links to www.nsa.gov/selinux
This commit is contained in:
Dan Walsh 2012-03-29 15:28:08 -04:00
parent 9a3ff63515
commit 9f8377e4c3
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -85,3 +85,4 @@ checkpolicy-2.0.22.tgz
/checkpolicy-2.1.6.tgz
/checkpolicy-2.1.7.tgz
/checkpolicy-2.1.8.tgz
/checkpolicy-2.1.9.tgz

View File

@ -1,13 +1,12 @@
%define libselinuxver 2.1.6-4
%define libsepolver 2.1.4-5
%define libselinuxver 2.1.10-1
%define libsepolver 2.1.5-1
Summary: SELinux policy compiler
Name: checkpolicy
Version: 2.1.8
Release: 3%{?dist}
Version: 2.1.9
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 >= %{libselinuxver}
@ -28,7 +27,6 @@ Only required for building policies.
%prep
%setup -q
%patch -p2 -b .rhat
%build
make clean
@ -56,6 +54,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_bindir}/sedispol
%changelog
* Thu Mar 29 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-1
- Update to upstream
* implement new default labeling behaviors for usr, role, range
* Fix dead links to www.nsa.gov/selinux
* Mon Jan 16 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.8-3
- Fix man page to link to www.nsa.giv/research/selinux

View File

@ -1 +1 @@
b2c0d0a07a0ea1bab8e4014be0054010 checkpolicy-2.1.8.tgz
bf89762f257f145244a77d58ca31b95b checkpolicy-2.1.9.tgz