- Upgrade to latest from NSA

Merged simple setrans client cache from Dan Walsh. Merged avcstat patch
    from Russell Coker.
Modified selinux_mkload_policy() to also set /selinux/compat_net
    appropriately for the loaded policy.
This commit is contained in:
Daniel J Walsh 2006-05-23 10:26:55 +00:00
parent 8f927c4a9f
commit 96ed369e9d
1 changed files with 9 additions and 4 deletions

View File

@ -1,12 +1,11 @@
%define libsepolver 1.12.10-1
%define libsepolver 1.12.12-1
Summary: SELinux library and simple utilities
Name: libselinux
Version: 1.30.8
Version: 1.30.10
Release: 1
License: Public domain (uncopyrighted)
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
Patch: libselinux-rhat.patch
BuildRequires: libsepol-devel >= %{libsepolver}
Requires: libsepol >= %{libsepolver} setransd
@ -48,7 +47,6 @@ needed for developing SELinux applications.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make clean
@ -111,6 +109,13 @@ exit 0
%{_libdir}/python*/site-packages/selinux.py*
%changelog
* Tue May 23 2006 Dan Walsh <dwalsh@redhat.com> 1.30.10-1
- Upgrade to latest from NSA
* Merged simple setrans client cache from Dan Walsh.
Merged avcstat patch from Russell Coker.
* Modified selinux_mkload_policy() to also set /selinux/compat_net
appropriately for the loaded policy.
* Thu May 18 2006 Dan Walsh <dwalsh@redhat.com> 1.30.8-1
- More fixes for translation cache
- Upgrade to latest from NSA