From a2b1f34add0babc70b85306da43720015ee26137db6ddb6cb1fb8c4f45889482 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 18 Feb 2022 10:52:31 +0000 Subject: [PATCH] - Older SLE versions should use old OpenSSL. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=316 --- python-base.changes | 5 +++++ python-doc.changes | 5 +++++ python.changes | 5 +++++ python.spec | 4 +++- 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/python-base.changes b/python-base.changes index 144c344..7122383 100644 --- a/python-base.changes +++ b/python-base.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 18 10:51:04 UTC 2022 - Matej Cepl + +- Older SLE versions should use old OpenSSL. + ------------------------------------------------------------------- Wed Feb 9 16:49:52 UTC 2022 - Matej Cepl diff --git a/python-doc.changes b/python-doc.changes index 144c344..7122383 100644 --- a/python-doc.changes +++ b/python-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 18 10:51:04 UTC 2022 - Matej Cepl + +- Older SLE versions should use old OpenSSL. + ------------------------------------------------------------------- Wed Feb 9 16:49:52 UTC 2022 - Matej Cepl diff --git a/python.changes b/python.changes index 144c344..7122383 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 18 10:51:04 UTC 2022 - Matej Cepl + +- Older SLE versions should use old OpenSSL. + ------------------------------------------------------------------- Wed Feb 9 16:49:52 UTC 2022 - Matej Cepl diff --git a/python.spec b/python.spec index d6fe97a..7a0d03b 100644 --- a/python.spec +++ b/python.spec @@ -137,8 +137,10 @@ BuildRequires: gmp-devel BuildRequires: libbz2-devel %if %{suse_version} >= 1500 BuildRequires: libnsl-devel -%endif BuildRequires: libopenssl-1_1-devel +%else +BuildRequires: libopenssl-devel +%endif BuildRequires: ncurses-devel BuildRequires: readline-devel BuildRequires: sqlite-devel