Remove 'provides: python2-requests' from the python3 subpackage, obviously.

This commit is contained in:
Ralph Bean 2015-09-17 09:33:24 -04:00
parent bfbc9c2d12
commit 5af138ec59

View File

@ -6,7 +6,7 @@
Name: python-requests Name: python-requests
Version: 2.7.0 Version: 2.7.0
Release: 4%{?dist} Release: 5%{?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
@ -51,7 +51,7 @@ designed to make HTTP requests easy for developers.
%package -n python3-requests %package -n python3-requests
Summary: HTTP library, written in Python, for human beings Summary: HTTP library, written in Python, for human beings
%{?python_provide:%python_provide python2-requests} %{?python_provide:%python_provide python3-requests}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-chardet BuildRequires: python3-chardet
@ -152,6 +152,9 @@ popd
%endif %endif
%changelog %changelog
* Thu Sep 17 2015 Ralph Bean <rbean@redhat.com> - 2.7.0-5
- Remove 'provides: python2-requests' from the python3 subpackage, obviously.
* Tue Sep 15 2015 Ralph Bean <rbean@redhat.com> - 2.7.0-4 * Tue Sep 15 2015 Ralph Bean <rbean@redhat.com> - 2.7.0-4
- Employ %%python_provides macro to provide python2-requests. - Employ %%python_provides macro to provide python2-requests.