Merge branch 'master' into el6
This commit is contained in:
commit
1062641b11
1 changed files with 5 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Name: python-requests
|
||||
Version: 1.1.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: HTTP library, written in Python, for human beings
|
||||
|
||||
License: ASL 2.0
|
||||
|
|
@ -32,7 +32,7 @@ Requires: ca-certificates
|
|||
Requires: python-chardet
|
||||
Requires: python-urllib3
|
||||
|
||||
%if 0%{?rhel}
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 6
|
||||
BuildRequires: python-ordereddict
|
||||
Requires: python-ordereddict
|
||||
%endif
|
||||
|
|
@ -130,6 +130,9 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 11 2013 Ralph Bean <rbean@redhat.com> - 1.1.0-4
|
||||
- Correct a rhel conditional on python-ordereddict
|
||||
|
||||
* Thu Feb 28 2013 Ralph Bean <rbean@redhat.com> - 1.1.0-3
|
||||
- Unbundled python-urllib3. Using system python-urllib3 now.
|
||||
- Conditionally include python-ordereddict for el6.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue