- Latest update from NSA
Update checkpolicy for user and role mapping support from Joshua Brindle.
This commit is contained in:
parent
a17aa67c97
commit
d9e3ea1a9d
@ -66,3 +66,5 @@ checkpolicy-2.0.9.tgz
|
|||||||
checkpolicy-2.0.10.tgz
|
checkpolicy-2.0.10.tgz
|
||||||
checkpolicy-2.0.13.tgz
|
checkpolicy-2.0.13.tgz
|
||||||
checkpolicy-2.0.14.tgz
|
checkpolicy-2.0.14.tgz
|
||||||
|
checkpolicy-2.0.15.tgz
|
||||||
|
checkpolicy-2.0.16.tgz
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
%define libsepolver 2.0.26-1
|
%define libsepolver 2.0.29-1
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 2.0.14
|
Version: 2.0.16
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||||
Patch: checkpolicy-rhat.patch
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
BuildRequires: byacc bison flex libsepol-static >= %{libsepolver} libselinux-devel
|
BuildRequires: byacc bison flex libsepol-static >= %{libsepolver} libselinux-devel
|
||||||
@ -27,7 +26,6 @@ Only required for building policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .rhat
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
@ -55,6 +53,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_bindir}/sedispol
|
%{_bindir}/sedispol
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-1
|
||||||
|
- Latest update from NSA
|
||||||
|
* Update checkpolicy for user and role mapping support from Joshua Brindle.
|
||||||
|
|
||||||
|
* Tue May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.15-1
|
||||||
|
- Latest update from NSA
|
||||||
|
* Fix for policy module versions that look like IPv4 addresses from Jim Carter.
|
||||||
|
Resolves bug 444451.
|
||||||
|
|
||||||
* Tue May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.14-2
|
* Tue May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.14-2
|
||||||
- Allow modules with 4 sections or more
|
- Allow modules with 4 sections or more
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user