diff --git a/libselinux.spec b/libselinux.spec index 1082524..38d628f 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-1 +%define libsepolver 2.1.4-3 %{!?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: 2%{?dist} +Release: 3%{?dist} License: Public Domain Group: System Environment/Libraries Source: %{name}-%{version}.tgz @@ -231,6 +231,9 @@ rm -rf %{buildroot} %{ruby_sitearch}/selinux.so %changelog +* Thu Dec 15 2011 Dan Walsh - 2.1.8-3 +- Rebuild with new libsepol + * Tue Dec 6 2011 Dan Walsh - 2.1.8-2 - Fix setenforce man page, from Miroslav Grepl