remove rhel logic from with_python3 conditional

This commit is contained in:
David Malcolm 2012-08-03 12:28:59 -04:00
parent afefd20505
commit f450465981

View File

@ -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 <dmalcolm@redhat.com> - 0.6.28-2
- remove rhel logic from with_python3 conditional
* Mon Jul 23 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.28-1
- New upstream release:
- python-3.3 fixes