- Update from NSA

Split interfaces from semanage.[hc] into handle.[hc], modules.[hc].
Separated handle create from connect interface.
Added a constructor for initialization.
Moved up src/include/*.h to src.
Created a symbol map file; dropped dso.h and hidden markings.
This commit is contained in:
Daniel J Walsh 2005-09-29 01:13:28 +00:00
parent f23f477b44
commit 9e67036aba
1 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 1.3.4
Version: 1.3.5
Release: 1
License: GPL
Group: System Environment/Libraries
@ -9,7 +9,7 @@ Patch: libsemanage-rhat.patch
BuildRoot: %{_tmppath}/%{name}-buildroot
%description
Security-enhanced Linux is a patch of the Linux® kernel and a number
Security-enhanced Linux is a feature of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add
mandatory access controls to Linux. The Security-enhanced Linux
kernel contains new architectural components originally developed to
@ -64,6 +64,14 @@ rm -rf ${RPM_BUILD_ROOT}
%{_includedir}/semanage/*.h
%changelog
* Wed Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1.3.5-1
- Update from NSA
* Split interfaces from semanage.[hc] into handle.[hc], modules.[hc].
* Separated handle create from connect interface.
* Added a constructor for initialization.
* Moved up src/include/*.h to src.
* Created a symbol map file; dropped dso.h and hidden markings.
* Fri Sep 23 2005 Dan Walsh <dwalsh@redhat.com> 1.3.4-1
- Update from NSA
* Merged dbase redesign patch from Ivan Gyurdiev.