[python-jinja2] remove rhel logic from with_python3 conditional

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 16:27:34 UTC 2012


commit 2c2715764b802f436319afe5eca7eeff984ba6ab
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 12:26:42 2012 -0400

    remove rhel logic from with_python3 conditional

 python-jinja2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-jinja2.spec b/python-jinja2.spec
index 41d6862..c02f5ee 100644
--- a/python-jinja2.spec
+++ b/python-jinja2.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora} > 12
 %global with_python3 1
 %else
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -10,7 +10,7 @@
 
 Name:		python-jinja2
 Version:	2.6
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	General purpose template engine
 Group:		Development/Languages
 License:	BSD
@@ -155,6 +155,9 @@ popd
 
 
 %changelog
+* Fri Aug  3 2012 David Malcolm <dmalcolm at redhat.com> - 2.6-4
+- remove rhel logic from with_python3 conditional
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list