From 58209b633d58f5c05acd0ecd4dd4397cac019b52 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 6 Nov 2007 18:01:51 +0000 Subject: [PATCH] - 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. --- libsemanage.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.