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 - 1.1.2-4 +- remove rhel logic from with_python3 conditional + * Sat Jul 21 2012 Fedora Release Engineering - 1.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild