From 52b3d500587ff906bf840a3a4393561c834e104a Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 3 Aug 2012 11:38:05 -0400 Subject: [PATCH] remove rhel logic from with_python3 conditional --- python-coverage.spec | 7 +++++-- 1 file 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 - 3.5.2-0.3.b1 +- remove rhel logic from with_python3 conditional + * Sat Jul 21 2012 Fedora Release Engineering - 3.5.2-0.2.b1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild