- Upgrade to latest from NSA

Allow dontaudits to be turned off during policy expansion
This commit is contained in:
Daniel J Walsh 2007-08-20 23:20:34 +00:00
parent 58a8c31c4d
commit 7a9ae4d69d
3 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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.

View File

@ -1 +1 @@
dba7b7efc17e1521e6513a303f01bd3f libsepol-2.0.5.tgz
a0f8b19e7623c9b6b3082a0c635595ea libsepol-2.0.6.tgz