From 1264a1fe67be710113e7ca0327d0cd12494de95e Mon Sep 17 00:00:00 2001 From: rhatdan Date: Sep 15 2012 11:49:52 +0000 Subject: Update to upstream * libsemanage: do not set soname needlessly * libsemanage: remove PYTHONLIBDIR and ruby equivalent * do boolean name substitution * Fix segfault for building standard policies. --- diff --git a/libsemanage.spec b/libsemanage.spec index 4ca33b6..ca558c8 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %else %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib(1))")} @@ -187,6 +187,15 @@ rm -rf ${RPM_BUILD_ROOT} * do boolean name substitution * Fix segfault for building standard policies. +* Fri Aug 03 2012 David Malcolm - 2.1.8-6 +- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 + +* Wed Aug 1 2012 David Malcolm - 2.1.8-5 +- remove rhel logic from with_python3 conditional + +* Thu Jul 19 2012 Fedora Release Engineering - 2.1.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Fri Jul 13 2012 Dan Walsh - 2.1.8-3 - Attempt to allocate memory for selinux_binary_policy_path and free memory - allocated by asprintf.