From ef6ce2fa3aa12acc89254bf8b680a2631b14bd3e867c8b027476d38240744cae Mon Sep 17 00:00:00 2001 From: Michal Seben Date: Fri, 25 Mar 2011 07:45:15 +0000 Subject: [PATCH 1/2] - added Confilcts: virtualbox-ose-*-kmp : reason host (vboxdrv) and guest (vboxguest) kmp exports the same symbol (RTMemFreeEx) which break loading modules using modprobe (bnc#661740) OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=37 --- virtualbox-guest-preamble | 5 ++++- virtualbox-host-preamble | 3 +++ virtualbox.changes | 7 +++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/virtualbox-guest-preamble b/virtualbox-guest-preamble index 34d78f9..42724b2 100644 --- a/virtualbox-guest-preamble +++ b/virtualbox-guest-preamble @@ -1,5 +1,8 @@ Requires: kernel-%1 Provides: virtualbox-guest-kmp = %version #rename from ose version: -Provides: virtualbox-ose-guest-kmp-%1 = %version +Provides: virtualbox-ose-guest-kmp-%1 = %version Obsoletes: virtualbox-ose-guest-kmp-%1 < %version +#host (vboxdrv) and guest (vboxguest) kmp exports the same symbol (RTMemFreeEx) +#which break loading modules using modprobe (bnc#661740) +Conflicts: virtualbox-ose-host-kmp diff --git a/virtualbox-host-preamble b/virtualbox-host-preamble index 7dea019..1420a5e 100644 --- a/virtualbox-host-preamble +++ b/virtualbox-host-preamble @@ -3,3 +3,6 @@ Provides: virtualbox-host-kmp = %version #rename from ose version: Provides: virtualbox-ose-host-kmp-%1 = %version Obsoletes: virtualbox-ose-host-kmp-%1 < %version +#host (vboxdrv) and guest (vboxguest) kmp exports the same symbol (RTMemFreeEx) +#which break loading modules using modprobe (bnc#661740) +Conflicts: virtualbox-ose-guest-kmp diff --git a/virtualbox.changes b/virtualbox.changes index 1497672..bec18e5 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 25 07:42:21 UTC 2011 - mseben@gmail.com + +- added Confilcts: virtualbox-ose-*-kmp : reason host (vboxdrv) and + guest (vboxguest) kmp exports the same symbol (RTMemFreeEx) + which break loading modules using modprobe (bnc#661740) + ------------------------------------------------------------------- Thu Mar 17 13:17:54 UTC 2011 - mseben@gmail.com From 98d38e28b5c33bb90bdc1a104a33000c9f2142a92921665fe537cfc579ddc0b7 Mon Sep 17 00:00:00 2001 From: Michal Seben Date: Fri, 25 Mar 2011 07:47:58 +0000 Subject: [PATCH 2/2] - added Conflicts: virtualbox-ose-*-kmp for kmp packages, because host (vboxdrv) and guest (vboxguest) kmp exports the same symbol (RTMemFreeEx) which breaks loading modules using modprobe (bnc#661740) OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=38 --- virtualbox.changes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/virtualbox.changes b/virtualbox.changes index bec18e5..96098e1 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,9 +1,10 @@ ------------------------------------------------------------------- Fri Mar 25 07:42:21 UTC 2011 - mseben@gmail.com -- added Confilcts: virtualbox-ose-*-kmp : reason host (vboxdrv) and - guest (vboxguest) kmp exports the same symbol (RTMemFreeEx) - which break loading modules using modprobe (bnc#661740) +- added Conflicts: virtualbox-ose-*-kmp for kmp packages, because + host (vboxdrv) and guest (vboxguest) kmp exports the same + symbol (RTMemFreeEx) which breaks loading modules using + modprobe (bnc#661740) ------------------------------------------------------------------- Thu Mar 17 13:17:54 UTC 2011 - mseben@gmail.com