forked from pool/python-ansible-compat
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:
parent
8700e6c4ab
commit
efb6cfda10
@ -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>
|
||||
|
||||
|
@ -16,10 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} < 1550
|
||||
# Leap15, SLES15
|
||||
%define pythons python310
|
||||
%else
|
||||
%{?sle15_python_module_pythons}
|
||||
%if 0%{?suse_version} >= 1650
|
||||
# Tumbleweed
|
||||
# only works with the python version which the package 'ansible' uses
|
||||
%define pythons python3
|
||||
|
Loading…
Reference in New Issue
Block a user