From 8e285861348ee25af57af3c7b2e2ec2aa8605123 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Nov 06 2007 18:01:51 +0000 Subject: - Upgrade to latest from NSA Call rmdir() rather than remove() on directory removal so that errno isn't polluted from Stephen Smalley. Allow handle_unknown in base to be overridden by semanage.conf from Stephen Smalley. --- diff --git a/libsemanage.spec b/libsemanage.spec index ce46200..ac784db 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -2,7 +2,7 @@ %define libselinuxver 2.0.0-1 Summary: SELinux binary policy manipulation library Name: libsemanage -Version: 2.0.12 +Version: 2.0.14 Release: 1%{?dist} License: GPL Group: System Environment/Libraries @@ -76,6 +76,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man3/* %changelog +* Tue Nov 6 2007 Dan Walsh - 2.0.14-1 +- Upgrade to latest from NSA + * Call rmdir() rather than remove() on directory removal so that errno isn't polluted from Stephen Smalley. + * Allow handle_unknown in base to be overridden by semanage.conf from Stephen Smalley. + * Fri Oct 5 2007 Dan Walsh - 2.0.12-1 - Upgrade to latest from NSA * ustr cleanups from James Antill.