- 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.
This commit is contained in:
Daniel J Walsh 2007-11-06 18:01:51 +00:00
parent e2ce6e027d
commit 58209b633d

View File

@ -2,7 +2,7 @@
%define libselinuxver 2.0.0-1 %define libselinuxver 2.0.0-1
Summary: SELinux binary policy manipulation library Summary: SELinux binary policy manipulation library
Name: libsemanage Name: libsemanage
Version: 2.0.12 Version: 2.0.14
Release: 1%{?dist} Release: 1%{?dist}
License: GPL License: GPL
Group: System Environment/Libraries Group: System Environment/Libraries
@ -76,6 +76,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Nov 6 2007 Dan Walsh <dwalsh@redhat.com> - 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 <dwalsh@redhat.com> - 2.0.12-1 * Fri Oct 5 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.12-1
- Upgrade to latest from NSA - Upgrade to latest from NSA
* ustr cleanups from James Antill. * ustr cleanups from James Antill.