Python3.5 rebuild: rebuild without wheel and check
This commit is contained in:
parent
40a235d168
commit
59b00d790e
@ -1,11 +1,11 @@
|
|||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%global with_check 1
|
%global with_check 0
|
||||||
|
|
||||||
# This controls whether setuptools is build as a wheel or not,
|
# This controls whether setuptools is build as a wheel or not,
|
||||||
# simplifying Python 3.4 bootstraping process
|
# simplifying Python 3.4 bootstraping process
|
||||||
%if %{fedora} > 20
|
%if %{fedora} > 20
|
||||||
%global build_wheel 1
|
%global build_wheel 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%else
|
%else
|
||||||
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 18.3.2
|
Version: 18.3.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -207,6 +207,9 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 23 2015 Robert Kuska <rkuska@redhat.com> - 18.3.2-2
|
||||||
|
- Python3.5 rebuild: rebuild without wheel and check phase
|
||||||
|
|
||||||
* Tue Sep 22 2015 Kevin Fenzi <kevin@scrye.com> 18.3.2-1
|
* Tue Sep 22 2015 Kevin Fenzi <kevin@scrye.com> 18.3.2-1
|
||||||
- Update to 18.3.2. Fixes bug #1264902
|
- Update to 18.3.2. Fixes bug #1264902
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user