|
|
|
@ -1,7 +1,9 @@
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%bcond_without python3
|
|
|
|
|
%bcond_without unittests
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with python3
|
|
|
|
|
%bcond_with unittests
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 23
|
|
|
|
@ -10,7 +12,6 @@
|
|
|
|
|
%bcond_without executables
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%bcond_with unittests
|
|
|
|
|
|
|
|
|
|
%{!?__python2: %global __python2 /usr/bin/python2}
|
|
|
|
|
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
|
|
|
@ -180,6 +181,7 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/*
|
|
|
|
|
- Updated to 2.37.0 (RH #1180861)
|
|
|
|
|
- Dropped executables in F23
|
|
|
|
|
- Unbundled python-six (boto #3086)
|
|
|
|
|
- Enabled unit tests on Fedora (RH #1072946)
|
|
|
|
|
|
|
|
|
|
* Sun Nov 9 2014 Garrett Holmstrom <gholms@fedoraproject.org> - 2.34.0-4
|
|
|
|
|
- Fixed python3 requires
|
|
|
|
|