[python-nose] remove rhel logic from with_python3 conditional

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 16:24:37 UTC 2012


commit ee273063f274764a79a1bf06412bb8719de5a713
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 12:23:45 2012 -0400

    remove rhel logic from with_python3 conditional

 python-nose.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-nose.spec b/python-nose.spec
index 6acb18f..c2f9684 100644
--- a/python-nose.spec
+++ b/python-nose.spec
@@ -5,7 +5,7 @@
 
 %{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")}
 
-%if 0%{?fedora} || 0%{?rhel} > 6
+%if 0%{?fedora}
 %global with_python3 1
 %endif
 
@@ -17,7 +17,7 @@
 
 Name:           python-nose
 Version:        1.1.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Discovery-based unittest extension for Python
 
 Group:          Development/Languages
@@ -180,6 +180,9 @@ rm -rf %{buildroot}
 %endif # with_docs
 
 %changelog
+* Fri Aug  3 2012 David Malcolm <dmalcolm at redhat.com> - 1.1.2-4
+- remove rhel logic from with_python3 conditional
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list