[pytz] remove rhel logic from with_python3 conditional

dmalcolm dmalcolm at fedoraproject.org
Thu Jan 3 16:31:40 UTC 2013


commit d0258394e304314bd064eca87e6432d89e4dcbc1
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Thu Jan 3 11:26:26 2013 -0500

    remove rhel logic from with_python3 conditional

 pytz.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pytz.spec b/pytz.spec
index 2613d39..26eb1b1 100644
--- a/pytz.spec
+++ b/pytz.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()")}
@@ -6,7 +6,7 @@
 
 Name:           pytz
 Version:        2012d
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        World Timezone Definitions for Python
 
 Group:          Development/Languages
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan  3 2013 David Malcolm <dmalcolm at redhat.com> - 2012d-3
+- remove rhel logic from with_python3 conditional
+
 * Fri Sep 14 2012 Jon Ciesla <limburgher at gmail.com> - 2012d-2
 - Use system zoneinfo, BZ 857266.
 


More information about the scm-commits mailing list