From c2b93f1173dc39229a7ece4f2a17d8fb7cb0281ac887064fd710a2904fb519b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 19 Feb 2025 11:58:13 +0100 Subject: [PATCH] Change macro to %{?sle15allpythons} so we build both Python 3.6 and Python 3.11 on SLE-15. --- python-M2Crypto.changes | 6 ++++++ python-M2Crypto.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-M2Crypto.changes b/python-M2Crypto.changes index a80f814..690623e 100644 --- a/python-M2Crypto.changes +++ b/python-M2Crypto.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 19 10:52:49 UTC 2025 - Matej Cepl + +- Change macro to %{?sle15allpythons} so we build both Python 3.6 + and Python 3.11 on SLE-15. + ------------------------------------------------------------------- Tue Feb 18 07:24:17 UTC 2025 - Matej Cepl diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 2099d61..0e16290 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -17,7 +17,7 @@ %define oldpython python -%{?sle15_python_module_pythons} +%{?sle15allpythons} Name: python-M2Crypto Version: 0.44.0 Release: 0 @@ -33,8 +33,6 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing} BuildRequires: %{python_module wheel} -# For debugging -BuildRequires: %{python_module readline} BuildRequires: fdupes BuildRequires: openssl BuildRequires: openssl-devel