diff --git a/libselinux.spec b/libselinux.spec index abeae88..6bd08aa 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,4 +1,6 @@ +%if 0%{?fedora} > 12 %global with_python3 1 +%endif %define ruby_inc %(pkg-config --cflags ruby-1.9) %define ruby_sitearch %(ruby -rrbconfig -e "puts RbConfig::CONFIG['vendorarchdir']") @@ -268,6 +270,15 @@ rm -rf %{buildroot} * Ensure that we only close the selinux netlink socket once. * improve the file_contexts.5 manual page +* Fri Aug 03 2012 David Malcolm - 2.1.11-6 +- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 + +* Wed Aug 1 2012 David Malcolm - 2.1.11-5 +- make with_python3 be conditional on fedora + +* Thu Jul 19 2012 Fedora Release Engineering - 2.1.11-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Tue Jul 31 2012 Dan Walsh - 2.1.11-4 - Ensure that we only close the selinux netlink socket once. - Taken from our Android libselinux tree. From Stephen Smalley