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