Le jeu. 19 mars 2020 à 06:08, Sérgio M. Basto <sergiomb(a)rpmfusion.org> a écrit :
commit 6b82dca3c40d538978ee7600df28c907ed339ee3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Mar 19 01:36:37 2020 +0000
Fixes_for_kernel 5.6 from
https://build.opensuse.org/package/show/Virtualization/virtualbox
Temporary hack to try to fix upgrade path.
VirtualBox.spec | 16 +++++++-
# for 32bit on 64
%ifarch x86_64
@@ -201,6 +204,10 @@ Obsoletes: python2-%{name}%{?isa} < %{version}-%{release}
%if ! %{with python3}
Obsoletes: python%{python3_pkgversion}-%{name}%{?isa} < %{version}-%{release}
%endif
+# temporary hack
+# if virtualbox-guest-additions 6.1.2 still in repos, we try remove it to allow
+# install VirtualBox-server 6.1.4
+Obsoletes: virtualbox-guest-additions < 6.1.4-1
Can you elaborate on this Obsoletes ? It doesn't seem acceptable at first sight.
Is there a bugzilla report or forum reference ?
For me, you might want a Conflicts: virtualbox-guest-additions <
6.1.4-1 that will enforce newer virtualbox-guest-additions on
virtualbox-server installation.
An Obsoletes may remove the guest-additions, which might not be
desirable on "nested virtualization". (virtualbox within virtualbox).
Please also remind that appdata might be needed for virtualbox-server
and the kernel module loading fix is still awaited.
--
-
Nicolas (kwizart)