remove rhel logic from with_python3 conditional

This commit is contained in:
David Malcolm 2012-08-01 16:41:18 -04:00
parent f4e4e2886c
commit 5cafbe8a04

View File

@ -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 <dmalcolm@redhat.com> - 3.10-5
- remove rhel logic from with_python3 conditional
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild