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