From 02bfb4dc2a67905bc9b84f20c0b7db2eb1647598 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 1 Feb 2018 11:20:15 +0100 Subject: [PATCH] Define TLS cipher suite on build time --- python37.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python37.spec b/python37.spec index 90d1b84..c880daf 100644 --- a/python37.spec +++ b/python37.spec @@ -738,6 +738,7 @@ BuildPython() { --enable-loadable-sqlite-extensions \ --with-dtrace \ --with-lto \ + --with-ssl-default-suites=openssl \ %if %{with valgrind} --with-valgrind \ %endif @@ -1577,6 +1578,7 @@ CheckPython optimized %changelog * Mon Feb 12 2018 Iryna Shcherbina - 3.7.0-0.7.b1 - Update to 3.7.0b1 +- Define TLS cipher suite on build time * Fri Feb 09 2018 Fedora Release Engineering - 3.7.0-0.6.a4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild