From bf04731dee59d724df9a44add58c348593b57e6a Mon Sep 17 00:00:00 2001 From: James Antill Date: Tue, 17 Mar 2009 15:18:18 +0000 Subject: [PATCH] - Use system libffi - Resolves: bug#490573 - Fix SELinux execmem problems - Resolves: bug#488396 --- python.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python.spec b/python.spec index bf81bc9..b19ca72 100644 --- a/python.spec +++ b/python.spec @@ -22,7 +22,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{python} Version: 2.6 -Release: 6%{?dist} +Release: 7%{?dist} License: Python Group: Development/Languages Provides: python-abi = %{pybasever} @@ -61,6 +61,9 @@ Patch51: python-2.6-distutils_rpm.patch Patch101: python-2.3.4-lib64-regex.patch Patch102: python-2.6-lib64.patch +# SELinux patches +Patch110: python-2.6-lib64.patch + # New API from 2.6 #Patch260: python-2.5.2-set_wakeup_fd4.patch @@ -227,6 +230,8 @@ code that uses more than just unittest and/or test_support.py. %patch101 -p1 -b .lib64-regex %endif +%patch110 -p1 -b .selinux + #%%patch260 -p1 -b .set_wakeup_fd #%%patch999 -p1 -b .cve2007-4965 @@ -526,9 +531,11 @@ rm -fr $RPM_BUILD_ROOT %{_libdir}/python%{pybasever}/lib-dynload/_testcapimodule.so %changelog -* Tue Mar 17 2009 James Antill - 2.6-6 +* Tue Mar 17 2009 James Antill - 2.6-7 - Use system libffi - Resolves: bug#490573 +- Fix SELinux execmem problems +- Resolves: bug#488396 * Thu Feb 26 2009 Fedora Release Engineering - 2.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild