diff --git a/.cvsignore b/.cvsignore index d05a438..0a08d6c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/libsemanage.spec b/libsemanage.spec index ae1e1cf..f66db74 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -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 - 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 - 1.9.1-3 - Apply Karl MacMillan patch to get proper error codes. diff --git a/sources b/sources index 93c3f5e..c12b0d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2fd66d32b97b0814c0cd2db34c1ec2f libsemanage-1.9.1.tgz +c5bf4a31d5b39958587cec079c93cfee libsemanage-1.9.2.tgz