diff --git a/python-setuptools.spec b/python-setuptools.spec index 1dc1a9a..174af69 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} @@ -8,7 +8,7 @@ Name: python-setuptools Version: 0.6.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -152,6 +152,9 @@ rm -rf %{buildroot} %endif # with_python3 %changelog +* Fri Aug 3 2012 David Malcolm - 0.6.28-2 +- remove rhel logic from with_python3 conditional + * Mon Jul 23 2012 Toshio Kuratomi - 0.6.28-1 - New upstream release: - python-3.3 fixes