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:
parent
49877e7556
commit
5eaf35502b
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@ checkpolicy-2.0.21.tgz
|
|||||||
checkpolicy-2.0.22.tgz
|
checkpolicy-2.0.22.tgz
|
||||||
/checkpolicy-2.0.23.tgz
|
/checkpolicy-2.0.23.tgz
|
||||||
/checkpolicy-2.0.24.tgz
|
/checkpolicy-2.0.24.tgz
|
||||||
|
/checkpolicy-2.0.26.tgz
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
%define libsepolver 2.0.44-2
|
%define libsepolver 2.0.44-2
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 2.0.24
|
Version: 2.0.26
|
||||||
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
|
BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} libselinux-devel
|
||||||
@ -27,7 +26,6 @@ Only required for building policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p2 -b .rhat
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
@ -55,6 +53,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_bindir}/sedispol
|
%{_bindir}/sedispol
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-2
|
||||||
* Fixes for new role_transition class field by Eric Paris.
|
* Fixes for new role_transition class field by Eric Paris.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user