diff --git a/pytz.spec b/pytz.spec index 2613d39..26eb1b1 100644 --- a/pytz.spec +++ b/pytz.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()")} @@ -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 - 2012d-3 +- remove rhel logic from with_python3 conditional + * Fri Sep 14 2012 Jon Ciesla - 2012d-2 - Use system zoneinfo, BZ 857266.