- Upgrade to latest from NSA
Merged file context sorting code from Christopher Ashworth (Tresys Technology), based on fc_sort.c code in refpolicy. Merged python binding t_output_helper removal patch from Dan Walsh. Regenerated swig files.
This commit is contained in:
parent
3db0ea01ca
commit
9b0bb205bf
@ -61,3 +61,5 @@ libsemanage-1.5.29.tgz
|
||||
libsemanage-1.5.31.tgz
|
||||
libsemanage-1.6.tgz
|
||||
libsemanage-1.6.2.tgz
|
||||
libsemanage-1.6.3.tgz
|
||||
libsemanage-1.6.5.tgz
|
||||
|
20432
libsemanage-rhat.patch
20432
libsemanage-rhat.patch
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,12 @@
|
||||
%define libsepolver 1.12-1
|
||||
%define libselinuxver 1.30-1
|
||||
%define libsepolver 1.12.5-1
|
||||
%define libselinuxver 1.30.3-1
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsemanage
|
||||
Version: 1.6.2
|
||||
Release: 2
|
||||
Version: 1.6.5
|
||||
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}
|
||||
@ -40,7 +39,6 @@ needed for developing applications that manipulate binary policies.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .rhat
|
||||
|
||||
%build
|
||||
make clean
|
||||
@ -74,6 +72,18 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.5-1
|
||||
- Upgrade to latest from NSA
|
||||
* Merged file context sorting code from Christopher Ashworth
|
||||
(Tresys Technology), based on fc_sort.c code in refpolicy.
|
||||
* Merged python binding t_output_helper removal patch from Dan Walsh.
|
||||
* Regenerated swig files.
|
||||
|
||||
* Wed Mar 29 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.3-1
|
||||
- Fix to work with new version of swig
|
||||
- Upgrade to latest from NSA
|
||||
* Merged corrected fix for descriptor leak from Dan Walsh.
|
||||
|
||||
* Wed Mar 29 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.2-2
|
||||
- Fix leaky descriptor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user