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:
parent
9a3ff63515
commit
9f8377e4c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -85,3 +85,4 @@ checkpolicy-2.0.22.tgz
|
|||||||
/checkpolicy-2.1.6.tgz
|
/checkpolicy-2.1.6.tgz
|
||||||
/checkpolicy-2.1.7.tgz
|
/checkpolicy-2.1.7.tgz
|
||||||
/checkpolicy-2.1.8.tgz
|
/checkpolicy-2.1.8.tgz
|
||||||
|
/checkpolicy-2.1.9.tgz
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
%define libselinuxver 2.1.6-4
|
%define libselinuxver 2.1.10-1
|
||||||
%define libsepolver 2.1.4-5
|
%define libsepolver 2.1.5-1
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 2.1.8
|
Version: 2.1.9
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
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 flex-static libsepol-static >= %{libsepolver} libselinux-devel >= %{libselinuxver}
|
BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} libselinux-devel >= %{libselinuxver}
|
||||||
@ -28,7 +27,6 @@ Only required for building policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p2 -b .rhat
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
@ -56,6 +54,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_bindir}/sedispol
|
%{_bindir}/sedispol
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 16 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.8-3
|
||||||
- Fix man page to link to www.nsa.giv/research/selinux
|
- Fix man page to link to www.nsa.giv/research/selinux
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user