- Upgrade to latest from NSA

Merged cleanup patch from Ivan Gyurdiev. This renames semanage_module_conn
    to semanage_direct_handle, and moves sepol handle create/destroy into
    semanage handle create/destroy to allow use even when disconnected (for
    the record interfaces).
This commit is contained in:
Daniel J Walsh 2005-11-10 02:42:34 +00:00
parent 32ce50944b
commit 0e20be8ff2
3 changed files with 11 additions and 2 deletions

View File

@ -31,3 +31,4 @@ libsemanage-1.3.43.tgz
libsemanage-1.3.45.tgz
libsemanage-1.3.48.tgz
libsemanage-1.3.51.tgz
libsemanage-1.3.52.tgz

View File

@ -1,7 +1,7 @@
%define libselinuxver 1.27.21-1
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 1.3.51
Version: 1.3.52
Release: 1
License: GPL
Group: System Environment/Libraries
@ -66,6 +66,14 @@ rm -rf ${RPM_BUILD_ROOT}
%{_includedir}/semanage/*.h
%changelog
* Wed Nov 9 2005 Dan Walsh <dwalsh@redhat.com> 1.3.52-1
- Upgrade to latest from NSA
* Merged cleanup patch from Ivan Gyurdiev.
This renames semanage_module_conn to semanage_direct_handle,
and moves sepol handle create/destroy into semanage handle
create/destroy to allow use even when disconnected (for the
record interfaces).
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.3.51-1
- Upgrade to latest from NSA
* Clear modules modified flag upon disconnect and commit.

View File

@ -1 +1 @@
4003bc6d12d331938154840bf5a10878 libsemanage-1.3.51.tgz
5c37bf7936c07f57c0e3836bf9578a8f libsemanage-1.3.52.tgz