- 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.4.tgz
|
||||
libsepol-2.0.5.tgz
|
||||
libsepol-2.0.6.tgz
|
||||
|
@ -1,12 +1,11 @@
|
||||
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsepol
|
||||
Version: 2.0.5
|
||||
Version: 2.0.6
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
|
||||
Patch: libsepol-rhat.patch
|
||||
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
@ -39,7 +38,6 @@ needed for developing applications that manipulate binary policies.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .rhat
|
||||
# sparc64 is an -fPIC arch, so we need to fix it here
|
||||
%ifarch sparc64
|
||||
sed -i 's/fpic/fPIC/g' src/Makefile
|
||||
@ -88,6 +86,11 @@ exit 0
|
||||
/%{_lib}/libsepol.so.1
|
||||
|
||||
%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
|
||||
- Upgrade to latest from NSA
|
||||
* Fix sepol_context_clone to handle a NULL context correctly.
|
||||
|
Loading…
Reference in New Issue
Block a user