Replace the provides macro with a plain provides field for now.
This commit is contained in:
parent
5af138ec59
commit
1d92ca7704
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: python-requests
|
Name: python-requests
|
||||||
Version: 2.7.0
|
Version: 2.7.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: HTTP library, written in Python, for human beings
|
Summary: HTTP library, written in Python, for human beings
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -26,7 +26,12 @@ Patch1: python-requests-remove-nested-bundling-dep.patch
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%{?python_provide:%python_provide python2-requests}
|
|
||||||
|
# FIXME - move the python2 stuff into a python2 subpackage so we can use this
|
||||||
|
# macro correctly. See the comment from Carl George in this bz ticket:
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1241671#c5
|
||||||
|
Provides: python2-requests
|
||||||
|
#%%{?python_provide:%%python_provide python2-requests}
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-chardet
|
BuildRequires: python-chardet
|
||||||
@ -152,6 +157,10 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 17 2015 Ralph Bean <rbean@redhat.com> - 2.7.0-6
|
||||||
|
- Replace the provides macro with a plain provides field for now until we can
|
||||||
|
re-organize this package into two different subpackages.
|
||||||
|
|
||||||
* Thu Sep 17 2015 Ralph Bean <rbean@redhat.com> - 2.7.0-5
|
* Thu Sep 17 2015 Ralph Bean <rbean@redhat.com> - 2.7.0-5
|
||||||
- Remove 'provides: python2-requests' from the python3 subpackage, obviously.
|
- Remove 'provides: python2-requests' from the python3 subpackage, obviously.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user