Add proper rewheel Requires

This commit is contained in:
Matej Stuchlik 2015-03-05 11:48:47 +01:00
parent 8c96efe002
commit da90bba09a
1 changed files with 7 additions and 1 deletions

View File

@ -108,7 +108,7 @@ Summary: An interpreted, interactive, object-oriented programming language
Name: %{python}
# Remember to also rebase python-docs when changing this:
Version: 2.7.9
Release: 8%{?dist}
Release: 9%{?dist}
License: Python
Group: Development/Languages
Requires: %{python}-libs%{?_isa} = %{version}-%{release}
@ -169,6 +169,9 @@ BuildRequires: zlib-devel
%if 0%{?with_rewheel}
BuildRequires: python-setuptools
BuildRequires: python-pip
Requires: python-setuptools
Requires: python-pip
%endif
@ -2132,6 +2135,9 @@ rm -fr %{buildroot}
# ======================================================
%changelog
* Thu Mar 05 2015 Matej Stuchlik <mstuchli@redhat.com> - 2.7.9-9
- Add proper rewheel Requires
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.7.9-8
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code