From d21b5733af49a1a287c58ac6e64e30e0ee2d69d3fbef28ba99c14a9662548bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 1 Sep 2016 12:30:21 +0000 Subject: [PATCH] Accepting request 424220 from home:michal-m:branches:Virtualization - Update the host <-> guest KMP conflict dependencies to no longer refer to the old name (boo#983927). OBS-URL: https://build.opensuse.org/request/show/424220 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=270 --- virtualbox-guest-preamble | 2 +- virtualbox-host-preamble | 2 +- virtualbox.changes | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/virtualbox-guest-preamble b/virtualbox-guest-preamble index 42724b2..dc1b5c3 100644 --- a/virtualbox-guest-preamble +++ b/virtualbox-guest-preamble @@ -5,4 +5,4 @@ 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 +Conflicts: virtualbox-host-kmp diff --git a/virtualbox-host-preamble b/virtualbox-host-preamble index 1420a5e..35ddcbb 100644 --- a/virtualbox-host-preamble +++ b/virtualbox-host-preamble @@ -5,4 +5,4 @@ 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 +Conflicts: virtualbox-guest-kmp diff --git a/virtualbox.changes b/virtualbox.changes index 9acbfe5..25219c1 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 1 11:54:43 UTC 2016 - mmarek@suse.cz + +- Update the host <-> guest KMP conflict dependencies to no longer + refer to the old name (boo#983927). + ------------------------------------------------------------------- Sun Aug 28 01:59:37 UTC 2016 - Larry.Finger@lwfinger.net