Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3df0026b20 |
2 changed files with 5 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ Index: urllib3-1.5/urllib3/connectionpool.py
|
|||
block=False, headers=None,
|
||||
key_file=None, cert_file=None,
|
||||
- cert_reqs='CERT_NONE', ca_certs=None):
|
||||
+ cert_reqs='CERT_REQUIRED', ca_certs='/etc/ssl/certs/ca-certificates.crt'):
|
||||
+ cert_reqs='CERT_REQUIRED', ca_certs='/etc/ssl/certs/ca-bundle.crt'):
|
||||
|
||||
super(HTTPSConnectionPool, self).__init__(host, port,
|
||||
strict, timeout, maxsize,
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.5
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Python HTTP library with thread-safe connection pooling and file post
|
||||
|
||||
License: MIT
|
||||
|
|
@ -139,6 +139,9 @@ popd
|
|||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Mon Oct 28 2013 Ralph Bean <rbean@redhat.com> - 1.5-7
|
||||
- Update patch to find ca_certs in the correct place.
|
||||
|
||||
* Tue Jun 11 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.5-6
|
||||
- Fix Requires of python-ordereddict to only apply to RHEL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue