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>
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
|
||||
# Only for Tumbleweed
|
||||
# https://en.opensuse.org/openSUSE:Python:Externally_managed
|
||||
%if 0%{?suse_version} > 1600
|
||||
%if 0%{?suse_version} >= 1699
|
||||
%bcond_without externally_managed
|
||||
%else
|
||||
%bcond_with externally_managed
|
||||
@@ -81,7 +81,7 @@
|
||||
%endif
|
||||
|
||||
# No experimental_jit in SLES, there's no clang >=18
|
||||
%if 0%{?suse_version} <= 1600
|
||||
%if 0%{?suse_version} < 1699
|
||||
%bcond_with experimental_jit
|
||||
%else
|
||||
# Disable experimental_jit for primary python.
|
||||
|
||||
Reference in New Issue
Block a user