forked from jengelh/virtualbox
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
e94f7a20d6 |
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 26 10:21:54 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Disable python bindings for Leap 16.0 (bsc#1248418)
|
||||||
|
python3.13 is not supported by the current virtualbox version so
|
||||||
|
we can't build the bindings.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 15 14:46:51 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
Fri Aug 15 14:46:51 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -55,7 +55,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# If you want to disable building Python parts, just set this to %%nil
|
# If you want to disable building Python parts, just set this to %%nil
|
||||||
|
%if 0%{?suse_version} == 1600
|
||||||
|
# Leap 16.0 has python3.13, currently not supported
|
||||||
|
%global mypython %nil
|
||||||
|
%else
|
||||||
|
# Using python3.11 for Factory, current version doesn't support python3.13
|
||||||
%global mypython python311
|
%global mypython python311
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%mypython" != ""
|
%if "%mypython" != ""
|
||||||
%global __mypython %{expand:%%__%{mypython}}
|
%global __mypython %{expand:%%__%{mypython}}
|
||||||
%global mypython_sitelib %{expand:%%%{mypython}_sitelib}
|
%global mypython_sitelib %{expand:%%%{mypython}_sitelib}
|
||||||
|
Reference in New Issue
Block a user