forked from pool/python313
Fix packages for %suse_version bump jsc#PED-15850 #1
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 5 10:08:58 UTC 2026 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Adapt %suse_version checks to support new %suse_version design for
|
||||||
|
16.1 and following (jsc#PED-15850)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 6 10:28:12 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
|
Fri Feb 6 10:28:12 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
# Only for Tumbleweed
|
# Only for Tumbleweed
|
||||||
# https://en.opensuse.org/openSUSE:Python:Externally_managed
|
# https://en.opensuse.org/openSUSE:Python:Externally_managed
|
||||||
%if 0%{?suse_version} > 1600
|
%if 0%{?suse_version} >= 1699
|
||||||
%bcond_without externally_managed
|
%bcond_without externally_managed
|
||||||
%else
|
%else
|
||||||
%bcond_with externally_managed
|
%bcond_with externally_managed
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# No experimental_jit in SLES, there's no clang >=18
|
# No experimental_jit in SLES, there's no clang >=18
|
||||||
%if 0%{?suse_version} <= 1600
|
%if 0%{?suse_version} < 1699
|
||||||
%bcond_with experimental_jit
|
%bcond_with experimental_jit
|
||||||
%else
|
%else
|
||||||
# Disable experimental_jit for primary python.
|
# Disable experimental_jit for primary python.
|
||||||
|
|||||||
Reference in New Issue
Block a user