diff --git a/.cvsignore b/.cvsignore index acc6702..74c16c7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/libsepol.spec b/libsepol.spec index d1a109a..0860d57 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -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 2.0.6-1 +- Upgrade to latest from NSA + * Allow dontaudits to be turned off during policy expansion + + * Fri Aug 10 2007 Dan Walsh 2.0.5-1 - Upgrade to latest from NSA * Fix sepol_context_clone to handle a NULL context correctly. diff --git a/sources b/sources index a1e55f1..6da6fd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dba7b7efc17e1521e6513a303f01bd3f libsepol-2.0.5.tgz +a0f8b19e7623c9b6b3082a0c635595ea libsepol-2.0.6.tgz