remove rhel logic from with_python3 conditional

This commit is contained in:
David Malcolm 2013-01-03 11:26:26 -05:00
parent e790809b68
commit d0258394e3

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()")}
@ -6,7 +6,7 @@
Name: pytz
Version: 2012d
Release: 2%{?dist}
Release: 3%{?dist}
Summary: World Timezone Definitions for Python
Group: Development/Languages
@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jan 3 2013 David Malcolm <dmalcolm@redhat.com> - 2012d-3
- remove rhel logic from with_python3 conditional
* Fri Sep 14 2012 Jon Ciesla <limburgher@gmail.com> - 2012d-2
- Use system zoneinfo, BZ 857266.