diff --git a/python-relatorio.changes b/python-relatorio.changes index 3780b1b..012fe79 100644 --- a/python-relatorio.changes +++ b/python-relatorio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 5 09:28:52 UTC 2024 - Nathan Cutler + +- spec: use %{?sle15allpythons} instead of + %{?sle15_python_module_pythons} to allow building + python3-relatorio for SLE15 (bsc#1222362) + ------------------------------------------------------------------- Tue Jan 23 10:16:49 UTC 2024 - Axel Braun diff --git a/python-relatorio.spec b/python-relatorio.spec index 6a0bb8c..c07330a 100644 --- a/python-relatorio.spec +++ b/python-relatorio.spec @@ -17,7 +17,7 @@ # -%{?sle15_python_module_pythons} +%{?sle15allpythons} %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define mod_name relatorio Name: python-relatorio