From 5e29c038c1bebde9942d2a8c9c598c568506cdbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 20 Sep 2021 14:35:58 +0200 Subject: [PATCH] Explicitly buildrequire OpenSSL 1.1, as Python 3.6 is not compatible with OpenSSL 3.0 --- python3.6.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3.6.spec b/python3.6.spec index 1f680df..89eff0a 100644 --- a/python3.6.spec +++ b/python3.6.spec @@ -239,7 +239,7 @@ BuildRequires: redhat-rpm-config >= 127 BuildRequires: sqlite-devel BuildRequires: gdb -BuildRequires: openssl-devel +BuildRequires: openssl1.1-devel BuildRequires: tar BuildRequires: tcl-devel @@ -1640,8 +1640,8 @@ CheckPython optimized # ====================================================== %changelog -* Tue Sep 14 2021 Sahana Prasad - 3.6.15-2 -- Rebuilt with OpenSSL 3.0.0 +* Mon Sep 20 2021 Miro Hrončok - 3.6.15-2 +- Explicitly buildrequire OpenSSL 1.1, as Python 3.6 is not compatible with OpenSSL 3.0 * Sun Sep 05 2021 Miro Hrončok - 3.6.15-1 - Update to 3.6.15