diff --git a/python-gcemetadata.changes b/python-gcemetadata.changes index 66e9782..0fb95c9 100644 --- a/python-gcemetadata.changes +++ b/python-gcemetadata.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 8 20:18:43 UTC 2025 - Robert Schweikert + +- Switch te SLE 15 build setup to also use a macro instead of referencing + the Python 3.11 interpreter directly. + ------------------------------------------------------------------- Mon Apr 7 19:12:27 UTC 2025 - Robert Schweikert diff --git a/python-gcemetadata.spec b/python-gcemetadata.spec index 2829500..0e71ff1 100644 --- a/python-gcemetadata.spec +++ b/python-gcemetadata.spec @@ -19,7 +19,7 @@ %if 0%{?suse_version} >= 1600 %define pythons %{primary_python} %else -%define pythons python311 +%{?sle15_python_module_pythons} %endif %global _sitelibdir %{%{pythons}_sitelib}