Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Ralph Bean
3df0026b20 Update patch to find ca_certs in the correct place. 2013-10-28 13:14:00 -04:00
2 changed files with 5 additions and 2 deletions

View file

@ -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,

View file

@ -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