1
0
forked from pool/virtualbox

1 Commits

Author SHA256 Message Date
42b9222747 - Add dependency on newly introduced grub2-compat-ia32 2025-06-24 00:01:16 +02:00
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 23 22:00:16 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
- Add dependency on newly introduced grub2-compat-ia32
to ensure 32bit execution on Leap 16.0 x86_64
-------------------------------------------------------------------
Wed Jun 11 07:18:15 UTC 2025 - Jiri Slaby <jslaby@suse.cz>

View File

@@ -261,6 +261,12 @@ BuildRequires: gcc-c++-32bit
BuildRequires: gcc12-32bit
BuildRequires: gcc12-c++-32bit
%endif
# Ensure 32bit emulation on Leap 16.0 x86_64
%ifarch amd64 x86_64 ia32e em64t
%if 0%{?suse_version} == 1600
Requires: grub2-compat-ia32
%endif
%endif
BuildRequires: xorg-x11-libX11-devel-32bit
BuildRequires: xorg-x11-libXext-devel-32bit
BuildRequires: xorg-x11-libXmu-devel-32bit