From 5cafbe8a0426e592242457d0682bf8c3d769533e Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 1 Aug 2012 16:41:18 -0400 Subject: [PATCH] remove rhel logic from with_python3 conditional --- PyYAML.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PyYAML.spec b/PyYAML.spec index 6a36210..b162912 100644 --- a/PyYAML.spec +++ b/PyYAML.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: PyYAML Version: 3.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: YAML parser and emitter for Python Group: Development/Libraries @@ -104,6 +104,9 @@ rm -rf %{buildroot} %changelog +* Wed Aug 1 2012 David Malcolm - 3.10-5 +- remove rhel logic from with_python3 conditional + * Wed Jul 18 2012 Fedora Release Engineering - 3.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild