diff --git a/python-markupsafe.spec b/python-markupsafe.spec index 6859c47..a669bc8 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %else %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} @@ -6,7 +6,7 @@ Name: python-markupsafe Version: 0.11 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Implements a XML/HTML/XHTML Markup safe string for Python Group: Development/Languages @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Aug 3 2012 David Malcolm - 0.11-6 +- remove rhel logic from with_python3 conditional + * Sat Jul 21 2012 Fedora Release Engineering - 0.11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild