From 96ed369e9df4cb7dfec568e7449c9421818dcf43 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: May 23 2006 10:26:55 +0000 Subject: - Upgrade to latest from NSA Merged simple setrans client cache from Dan Walsh. Merged avcstat patch from Russell Coker. Modified selinux_mkload_policy() to also set /selinux/compat_net appropriately for the loaded policy. --- diff --git a/libselinux.spec b/libselinux.spec index 1456d90..7a90e89 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,12 +1,11 @@ -%define libsepolver 1.12.10-1 +%define libsepolver 1.12.12-1 Summary: SELinux library and simple utilities Name: libselinux -Version: 1.30.8 +Version: 1.30.10 Release: 1 License: Public domain (uncopyrighted) Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz -Patch: libselinux-rhat.patch BuildRequires: libsepol-devel >= %{libsepolver} Requires: libsepol >= %{libsepolver} setransd @@ -48,7 +47,6 @@ needed for developing SELinux applications. %prep %setup -q -%patch -p1 -b .rhat %build make clean @@ -111,6 +109,13 @@ exit 0 %{_libdir}/python*/site-packages/selinux.py* %changelog +* Tue May 23 2006 Dan Walsh 1.30.10-1 +- Upgrade to latest from NSA + * Merged simple setrans client cache from Dan Walsh. + Merged avcstat patch from Russell Coker. + * Modified selinux_mkload_policy() to also set /selinux/compat_net + appropriately for the loaded policy. + * Thu May 18 2006 Dan Walsh 1.30.8-1 - More fixes for translation cache - Upgrade to latest from NSA