- Upgrade to latest from NSA
- separate file rw code from linked list - annotate objects - fold together internal headers - support ordering of records in compare function - add active dbase backend, active booleans - return commit numbers for ro database calls - use modified flags to skip rebuild whenever possible - enable port interfaces - update swig interfaces and typemaps - add an API for file_contexts.local and file_contexts - flip the traversal order in iterate/list - reorganize sandbox_expand - add seusers MLS validation - improve dbase spec/documentation - clone record on set/add/modify
This commit is contained in:
parent
23614f87e1
commit
112859cb56
@ -1,12 +1,11 @@
|
||||
%define libselinuxver 1.29.2-1
|
||||
%define libselinuxver 1.29.3-1
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsemanage
|
||||
Version: 1.5.3
|
||||
Release: 3
|
||||
Version: 1.5.4
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
|
||||
Patch: libsemanage-rhat.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
BuildRequires: libselinux-devel >= %{libselinuxver}
|
||||
@ -38,7 +37,6 @@ needed for developing applications that manipulate binary policies.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .rhat
|
||||
|
||||
%build
|
||||
make clean
|
||||
@ -74,6 +72,26 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_includedir}/semanage/*.h
|
||||
|
||||
%changelog
|
||||
* Wed Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 1.5.4-1
|
||||
- Upgrade to latest from NSA
|
||||
* Merged patch series from Ivan Gyurdiev.
|
||||
This includes patches to:
|
||||
- separate file rw code from linked list
|
||||
- annotate objects
|
||||
- fold together internal headers
|
||||
- support ordering of records in compare function
|
||||
- add active dbase backend, active booleans
|
||||
- return commit numbers for ro database calls
|
||||
- use modified flags to skip rebuild whenever possible
|
||||
- enable port interfaces
|
||||
- update swig interfaces and typemaps
|
||||
- add an API for file_contexts.local and file_contexts
|
||||
- flip the traversal order in iterate/list
|
||||
- reorganize sandbox_expand
|
||||
- add seusers MLS validation
|
||||
- improve dbase spec/documentation
|
||||
- clone record on set/add/modify
|
||||
|
||||
* Tue Dec 27 2005 Dan Walsh <dwalsh@redhat.com> 1.5.3-3
|
||||
- Add Ivans patch to turn on ports
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user