- Upgrade to latest from NSA
Allow dontaudits to be turned off during policy expansion
This commit is contained in:
parent
58a8c31c4d
commit
7a9ae4d69d
@ -119,3 +119,4 @@ libsepol-2.0.2.tgz
|
|||||||
libsepol-2.0.3.tgz
|
libsepol-2.0.3.tgz
|
||||||
libsepol-2.0.4.tgz
|
libsepol-2.0.4.tgz
|
||||||
libsepol-2.0.5.tgz
|
libsepol-2.0.5.tgz
|
||||||
|
libsepol-2.0.6.tgz
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
|
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 2.0.5
|
Version: 2.0.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
|
||||||
Patch: libsepol-rhat.patch
|
|
||||||
|
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
@ -39,7 +38,6 @@ needed for developing applications that manipulate binary policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .rhat
|
|
||||||
# sparc64 is an -fPIC arch, so we need to fix it here
|
# sparc64 is an -fPIC arch, so we need to fix it here
|
||||||
%ifarch sparc64
|
%ifarch sparc64
|
||||||
sed -i 's/fpic/fPIC/g' src/Makefile
|
sed -i 's/fpic/fPIC/g' src/Makefile
|
||||||
@ -88,6 +86,11 @@ exit 0
|
|||||||
/%{_lib}/libsepol.so.1
|
/%{_lib}/libsepol.so.1
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 20 2007 Dan Walsh <dwalsh@redhat.com> 2.0.6-1
|
||||||
|
- Upgrade to latest from NSA
|
||||||
|
* Allow dontaudits to be turned off during policy expansion
|
||||||
|
|
||||||
|
|
||||||
* Fri Aug 10 2007 Dan Walsh <dwalsh@redhat.com> 2.0.5-1
|
* Fri Aug 10 2007 Dan Walsh <dwalsh@redhat.com> 2.0.5-1
|
||||||
- Upgrade to latest from NSA
|
- Upgrade to latest from NSA
|
||||||
* Fix sepol_context_clone to handle a NULL context correctly.
|
* Fix sepol_context_clone to handle a NULL context correctly.
|
||||||
|
Loading…
Reference in New Issue
Block a user