- 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.5.31.tgz
|
||||||
libsemanage-1.6.tgz
|
libsemanage-1.6.tgz
|
||||||
libsemanage-1.6.2.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 libsepolver 1.12.5-1
|
||||||
%define libselinuxver 1.30-1
|
%define libselinuxver 1.30.3-1
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 1.6.2
|
Version: 1.6.5
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
|
||||||
Patch: libsemanage-rhat.patch
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
BuildRequires: libselinux-devel >= %{libselinuxver}
|
BuildRequires: libselinux-devel >= %{libselinuxver}
|
||||||
@ -40,7 +39,6 @@ needed for developing applications that manipulate binary policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .rhat
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
@ -74,6 +72,18 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 29 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.2-2
|
||||||
- Fix leaky descriptor
|
- Fix leaky descriptor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user