Accepting request 645303 from home:vitezslav_cizek:branches:devel:languages:python:Factory

- Enable all the tests in %check
- Add more patches to successfully build with openssl 1.1.1
  (bsc#1113755)
  * openssl-111-middlebox-compat.patch
  * openssl-111-ssl_options.patch

OBS-URL: https://build.opensuse.org/request/show/645303
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=235
This commit is contained in:
Tomáš Chvátal
2018-10-29 15:14:27 +00:00
committed by Git OBS Bridge
parent 20d7b72031
commit a74bb24131
6 changed files with 73 additions and 1 deletions

View File

@@ -66,6 +66,10 @@ Patch42: openssl-111.patch
# PATCH-FIX-UPSTREAM CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch mcepl@suse.com
# Suggested in https://github.com/python/cpython/commit/add531a1e55b.patch
Patch43: CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch
# https://github.com/python/cpython/pull/9624 (https://bugs.python.org/issue34834)
Patch47: openssl-111-middlebox-compat.patch
# PATCH-FIX-SUSE python default SSLContext doesn't contain OP_CIPHER_SERVER_PREFERENCE
Patch48: openssl-111-ssl_options.patch
# COMMON-PATCH-END
Provides: pyth_doc
Provides: pyth_ps
@@ -121,6 +125,8 @@ Python, and Macintosh Module Reference in PDF format.
%patch41 -p1
%patch42 -p1
%patch43 -p1
%patch47 -p1
%patch48 -p1
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac