16
0

- Switch te SLE 15 build setup to also use a macro instead of referencing

the Python 3.11 interpreter directly.

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python-gcemetadata?expand=0&rev=12
This commit is contained in:
2025-04-08 20:19:55 +00:00
committed by Git OBS Bridge
parent 40e4f86b26
commit b50412bd2b
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 8 20:18:43 UTC 2025 - Robert Schweikert <rjschwei@suse.com>
- 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 <rjschwei@suse.com>

View File

@@ -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}