From 32adcdce17caf532f583d6a7c2b99ede3de5c7fb Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Tue, 4 Aug 2020 09:58:48 +0200 Subject: [PATCH] Resolves: #1863711 - relax crypto policy for the test-suite to make it pass again --- python-pycurl.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python-pycurl.spec b/python-pycurl.spec index 936f55d..a9c2cad 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -16,7 +16,7 @@ Name: python-%{modname} Version: 7.43.0.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A Python interface to libcurl License: LGPLv2+ or MIT @@ -127,6 +127,10 @@ rm -rf %{buildroot}%{_datadir}/doc/pycurl %if %{with python3} %check +# relax crypto policy for the test-suite to make it pass again (#1863711) +export OPENSSL_SYSTEM_CIPHERS_OVERRIDE=XXX +export OPENSSL_CONF= + export PYTHONPATH=%{buildroot}%{python3_sitearch} export PYCURL_SSL_LIBRARY=openssl export PYCURL_VSFTPD_PATH=vsftpd @@ -153,6 +157,9 @@ rm -fv tests/fake-curl/libcurl/*.so %endif %changelog +* Tue Aug 04 2020 Kamil Dudka - 7.43.0.5-6 +- relax crypto policy for the test-suite to make it pass again (#1863711) + * Sat Aug 01 2020 Fedora Release Engineering - 7.43.0.5-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild