[python-cement] remove rhel logic from with_python3 conditional

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 20:44:23 UTC 2012


commit a0338a2060285d4a6f9e170caa402aae6c69eeaf
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 16:43:15 2012 -0400

    remove rhel logic from with_python3 conditional

 python-cement.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-cement.spec b/python-cement.spec
index ff3388e..0fb338f 100644
--- a/python-cement.spec
+++ b/python-cement.spec
@@ -1,7 +1,7 @@
 
 %{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
-%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 @@
 %global srcname cement
 Name: python-%{srcname}
 Version: 1.9.14 
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: CLI Application Framework for Python
 Group: Applications/System 
 License: BSD 
@@ -106,6 +106,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Aug  3 2012 David Malcolm <dmalcolm at redhat.com> - 1.9.14-3
+- remove rhel logic from with_python3 conditional
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list