- Upgrade to latest from NSA
Merged patch to optionally reduce disk usage by removing the backup module store and linked policy from Karl MacMillan Merged patch to correctly propagate return values in libsemanage
This commit is contained in:
parent
7ccc8bd470
commit
b91d944b4b
@ -75,3 +75,4 @@ libsemanage-1.6.16.tgz
|
||||
libsemanage-1.6.17.tgz
|
||||
libsemanage-1.8.tgz
|
||||
libsemanage-1.9.1.tgz
|
||||
libsemanage-1.9.2.tgz
|
||||
|
@ -2,12 +2,11 @@
|
||||
%define libselinuxver 1.32-1
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsemanage
|
||||
Version: 1.9.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.9.2
|
||||
Release: 1%{?dist}
|
||||
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} swig
|
||||
@ -41,7 +40,6 @@ needed for developing applications that manipulate binary policies.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .rhat
|
||||
|
||||
%build
|
||||
make clean
|
||||
@ -77,6 +75,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 22 2006 Dan Walsh <dwalsh@redhat.com> - 1.9.2-1
|
||||
- Upgrade to latest from NSA
|
||||
* Merged patch to optionally reduce disk usage by removing
|
||||
the backup module store and linked policy from Karl MacMillan
|
||||
* Merged patch to correctly propagate return values in libsemanage
|
||||
|
||||
* Fri Dec 22 2006 Dan Walsh <dwalsh@redhat.com> - 1.9.1-3
|
||||
- Apply Karl MacMillan patch to get proper error codes.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user