From 9af66d98ed12ab51eb012eb8a12f580627ada951 Mon Sep 17 00:00:00 2001 From: Haïkel Guémar Date: Jan 22 2013 20:46:46 +0000 Subject: remove rhel logic from with_python3 conditional (RHBZ #902896) --- diff --git a/python-feedparser.spec b/python-feedparser.spec index 128ca8a..4093a07 100644 --- a/python-feedparser.spec +++ b/python-feedparser.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())")} @@ -8,7 +8,7 @@ Name: python-feedparser Version: 5.1.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Parse RSS and Atom feeds in Python Group: Development/Languages @@ -105,6 +105,9 @@ rm -rf %{buildroot} %endif %changelog +* Tue Jan 22 2013 Haïkel Guémar - 5.1.2-5 +- remove rhel logic from with_python3 conditional (RHBZ #902896) + * Sat Aug 04 2012 David Malcolm - 5.1.2-4 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3