From d0258394e304314bd064eca87e6432d89e4dcbc1 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Thu, 3 Jan 2013 11:26:26 -0500 Subject: [PATCH] remove rhel logic from with_python3 conditional --- pytz.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.