remove rhel logic from with_python3 conditional
This commit is contained in:
parent
e790809b68
commit
d0258394e3
@ -1,4 +1,4 @@
|
|||||||
%if 0%{?fedora} > 12 || 0%{?rhel} > 6
|
%if 0%{?fedora} > 12
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%else
|
%else
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: pytz
|
Name: pytz
|
||||||
Version: 2012d
|
Version: 2012d
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: World Timezone Definitions for Python
|
Summary: World Timezone Definitions for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 14 2012 Jon Ciesla <limburgher@gmail.com> - 2012d-2
|
||||||
- Use system zoneinfo, BZ 857266.
|
- Use system zoneinfo, BZ 857266.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user