diff --git a/.gitignore b/.gitignore index da646cc..2bb2957 100644 --- a/.gitignore +++ b/.gitignore @@ -190,3 +190,4 @@ libselinux-2.0.96.tgz /libselinux-2.1.6.tgz /libselinux-2.1.7.tgz /libselinux-2.1.8.tgz +/libselinux-2.1.9.tgz diff --git a/libselinux.spec b/libselinux.spec index 2233788..30cdb3f 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,13 +1,13 @@ %global with_python3 1 %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']") -%define libsepolver 2.1.4-4 +%define libsepolver 2.1.4-5 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: SELinux library and simple utilities Name: libselinux -Version: 2.1.8 -Release: 5%{?dist} +Version: 2.1.9 +Release: 1%{?dist} License: Public Domain Group: System Environment/Libraries Source: %{name}-%{version}.tgz @@ -231,6 +231,12 @@ rm -rf %{buildroot} %{ruby_sitearch}/selinux.so %changelog +* Wed Dec 21 2011 Dan Walsh - 2.1.9-1 +-Update to upstream + * Fix setenforce man page to refer to selinux man page + * Cleanup Man pages + * merge freecon with getcon man page + * Mon Dec 18 2011 Dan Walsh - 2.1.8-5 - Add patch from Richard Haines When selabel_lookup found an invalid context with validation enabled, it diff --git a/sources b/sources index 0db36c6..5ae63fd 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 34aef25d990641380683f466b622cc4c libselinux-2.1.8.tgz +6e8a73de554f945ca4db91711d91a916 libselinux-2.1.9.tgz