[python-markupsafe] remove rhel logic from with_python3 conditional

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 17:39:48 UTC 2012


commit 3787eab38bd20982c847e3376de2d003d07fc6cf
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 13:38:57 2012 -0400

    remove rhel logic from with_python3 conditional

 python-markupsafe.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-markupsafe.spec b/python-markupsafe.spec
index 6859c47..a669bc8 100644
--- a/python-markupsafe.spec
+++ b/python-markupsafe.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))")}
@@ -6,7 +6,7 @@
 
 Name: python-markupsafe
 Version: 0.11
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Implements a XML/HTML/XHTML Markup safe string for Python
 
 Group: Development/Languages
@@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug  3 2012 David Malcolm <dmalcolm at redhat.com> - 0.11-6
+- remove rhel logic from with_python3 conditional
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list