1
0

Accepting request 1087381 from home:ojkastl_buildservice:branches:systemsmanagement:ansible

rework %if condition to work with new sle15_python_module_pythons macro on SLES15/Leap15

OBS-URL: https://build.opensuse.org/request/show/1087381
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/python-ansible-compat?expand=0&rev=13
This commit is contained in:
Johannes Kastl 2023-05-16 10:21:12 +00:00 committed by Git OBS Bridge
parent 8700e6c4ab
commit efb6cfda10
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 16 09:43:46 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- rework %if condition to work with new sle15_python_module_pythons
macro on SLES15/Leap15
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 14 06:54:22 UTC 2023 - Johannes Kastl <kastl@b1-systems.de> Fri Apr 14 06:54:22 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -16,10 +16,8 @@
# #
%if 0%{?suse_version} < 1550 %{?sle15_python_module_pythons}
# Leap15, SLES15 %if 0%{?suse_version} >= 1650
%define pythons python310
%else
# Tumbleweed # Tumbleweed
# only works with the python version which the package 'ansible' uses # only works with the python version which the package 'ansible' uses
%define pythons python3 %define pythons python3