remove rhel logic from with_python3 conditional

This commit is contained in:
David Malcolm 2012-08-03 13:43:34 -04:00
parent d99cd6e437
commit 160214d384
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif
%if 0%{?fedora} > 12 || 0%{?rhel} > 6
%if 0%{?fedora} > 12
%global with_python3 1
%endif
@ -11,7 +11,7 @@
Name: python-sqlalchemy
Version: 0.7.8
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Modular and flexible ORM library for python
Group: Development/Libraries
@ -131,6 +131,9 @@ popd
%endif # with_python3
%changelog
* Fri Aug 3 2012 David Malcolm <dmalcolm@redhat.com> - 0.7.8-3
- remove rhel logic from with_python3 conditional
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild