diff --git a/.gitignore b/.gitignore index f6797d0..705ebe1 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,4 @@ libsemanage-2.0.45.tgz /libsemanage-2.1.8.tgz /libsemanage-2.1.9.tgz /libsemanage-2.1.10.tgz +/libsemanage-2.2.tgz diff --git a/libsemanage.spec b/libsemanage.spec index 6162e54..b91a18f 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -6,12 +6,12 @@ Summary: SELinux binary policy manipulation library Name: libsemanage -Version: 2.1.10 -Release: 14%{?dist} +Version: 2.2 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: libsemanage-%{version}.tgz -Patch: libsemanage-rhat.patch +#Patch: libsemanage-rhat.patch URL: http://oss.tresys.com/git/selinux.git Source1: semanage.conf @@ -83,7 +83,7 @@ SELinux management applications. %prep %setup -q -%patch -p2 -b .rhat +#%patch -p2 -b .rhat %build # To support building the Python wrapper against multiple Python runtimes @@ -179,6 +179,14 @@ rm -rf ${RPM_BUILD_ROOT} %endif # if with_python3 %changelog +* Thu Oct 31 2013 Dan Walsh - 2.2-1 +- Update to upstream + * Avoid duplicate list entries from Dan Walsh. + * Add audit support to libsemanage from Dan Walsh. + * Remove policy.kern and replace with symlink from Dan Walsh. + * Apply a MAX_UID check for genhomedircon from Laurent Bigonville. + * Fix man pages from Laurent Bigonville. + * Wed Oct 16 2013 Dan Walsh - 2.1.10-14 - Cleanup handling of missing mls_range to fix problems with useradd -Z - Fix auditing of login record changes, roles were not working correctly. diff --git a/sources b/sources index b22be83..963e666 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5ddf9fad55e74b3eb20b5352540d323 libsemanage-2.1.10.tgz +c15cce8ba4a50923f509e5b152e653dc libsemanage-2.2.tgz