remove rhel logic from with_python3 conditional

This commit is contained in:
David Malcolm 2012-08-03 11:38:05 -04:00
parent 93af845e56
commit 52b3d50058
1 changed files with 5 additions and 2 deletions

View File

@ -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@redhat.com> - 3.5.2-0.3.b1
- remove rhel logic from with_python3 conditional
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-0.2.b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild