[python-setuptools] remove rhel logic from with_python3 conditional

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 16:29:50 UTC 2012


commit f4504659819a8f8179f12c0b15abca0cd2bfa82a
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 12:28:59 2012 -0400

    remove rhel logic from with_python3 conditional

 python-setuptools.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-setuptools.spec b/python-setuptools.spec
index 1dc1a9a..174af69 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.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())")}
@@ -8,7 +8,7 @@
 
 Name:           python-setuptools
 Version:        0.6.28
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Easily build and distribute Python packages
 
 Group:          Applications/System
@@ -152,6 +152,9 @@ rm -rf %{buildroot}
 %endif # with_python3
 
 %changelog
+* Fri Aug  3 2012 David Malcolm <dmalcolm at redhat.com> - 0.6.28-2
+- remove rhel logic from with_python3 conditional
+
 * Mon Jul 23 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.28-1
 - New upstream release:
   - python-3.3 fixes


More information about the scm-commits mailing list