- 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:
parent
32ce50944b
commit
0e20be8ff2
@ -31,3 +31,4 @@ libsemanage-1.3.43.tgz
|
|||||||
libsemanage-1.3.45.tgz
|
libsemanage-1.3.45.tgz
|
||||||
libsemanage-1.3.48.tgz
|
libsemanage-1.3.48.tgz
|
||||||
libsemanage-1.3.51.tgz
|
libsemanage-1.3.51.tgz
|
||||||
|
libsemanage-1.3.52.tgz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define libselinuxver 1.27.21-1
|
%define libselinuxver 1.27.21-1
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 1.3.51
|
Version: 1.3.52
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -66,6 +66,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_includedir}/semanage/*.h
|
%{_includedir}/semanage/*.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.3.51-1
|
||||||
- Upgrade to latest from NSA
|
- Upgrade to latest from NSA
|
||||||
* Clear modules modified flag upon disconnect and commit.
|
* Clear modules modified flag upon disconnect and commit.
|
||||||
|
Loading…
Reference in New Issue
Block a user