forked from pool/virtualbox
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
42b9222747 |
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user