[python-decorator] remove rhel logic from with_python3 conditional

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 17:36:37 UTC 2012


commit 406677a7f73517b793e0f8ddef527f8e6bb2f49d
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 13:35:45 2012 -0400

    remove rhel logic from with_python3 conditional

 python-decorator.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-decorator.spec b/python-decorator.spec
index fd48a78..f925b47 100644
--- a/python-decorator.spec
+++ b/python-decorator.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} || 0%{?rhel} > 6
+%if 0%{?fedora}
 %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:           python-decorator
 Version:        3.3.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Module to simplify usage of decorators
 
 Group:          Development/Languages
@@ -106,6 +106,9 @@ popd
 
 
 %changelog
+* Fri Aug  3 2012 David Malcolm <dmalcolm at redhat.com> - 3.3.3-3
+- remove rhel logic from with_python3 conditional
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list