remove rhel logic from with_python3 conditional

This commit is contained in:
David Malcolm 2012-08-03 12:26:42 -04:00
parent df2cc5f8d9
commit 2c2715764b

View File

@ -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()")}
@ -10,7 +10,7 @@
Name: python-jinja2
Version: 2.6
Release: 3%{?dist}
Release: 4%{?dist}
Summary: General purpose template engine
Group: Development/Languages
License: BSD
@ -155,6 +155,9 @@ popd
%changelog
* Fri Aug 3 2012 David Malcolm <dmalcolm@redhat.com> - 2.6-4
- remove rhel logic from with_python3 conditional
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild