[python-coverage] remove rhel logic from with_python3 conditional

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 15:38:58 UTC 2012


commit 52b3d500587ff906bf840a3a4393561c834e104a
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 11:38:05 2012 -0400

    remove rhel logic from with_python3 conditional

 python-coverage.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-coverage.spec b/python-coverage.spec
index d9987c7..7ef3117 100644
--- a/python-coverage.spec
+++ b/python-coverage.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora} > 12
 %global with_python3 1
 %endif
 
@@ -14,7 +14,7 @@
 Name:           python-coverage
 Summary:        Code coverage testing module for Python
 Version:        3.5.2
-Release:        0.2.%{betaver}%{?dist}
+Release:        0.3.%{betaver}%{?dist}
 License:        BSD and (MIT or GPLv2)
 Group:          System Environment/Libraries
 URL:            http://nedbatchelder.com/code/modules/coverage.html
@@ -95,6 +95,9 @@ popd
 
 
 %changelog
+* Fri Aug  3 2012 David Malcolm <dmalcolm at redhat.com> - 3.5.2-0.3.b1
+- remove rhel logic from with_python3 conditional
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5.2-0.2.b1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list