- for SLE 12 SP1, disable SSL verification-by-default for backwards

compatibility (python-2.7.9-sles-disable-verification-by-default.patch)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=178
This commit is contained in:
Jan Matejek
2015-05-21 13:58:17 +00:00
committed by Git OBS Bridge
parent 19fa21847c
commit 46580c6555
5 changed files with 35 additions and 0 deletions

View File

@@ -59,6 +59,8 @@ Patch31: python-2.7.7-mhlib-linkcount.patch
Patch32: python-2.7-urllib2-localnet-ssl.patch
# PATCH-FIX-UPSTREAM accept directory-based CA paths as well
Patch33: python-2.7.9-ssl_ca_path.patch
# PATCH-FEATURE-SLE disable SSL verification-by-default in http clients
Patch34: python-2.7.9-sles-disable-verification-by-default.patch
# COMMON-PATCH-END
BuildRequires: automake
BuildRequires: db-devel
@@ -179,6 +181,9 @@ implementation of the standard Unix DBM databases.
%patch31 -p1
%patch32 -p1
%patch33 -p1
%if %{suse_version} == 1315
%patch34 -p1
%endif
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac