1
0
forked from pool/virtualbox

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
This commit is contained in:
Ismail Dönmez 2016-09-01 12:30:21 +00:00 committed by Git OBS Bridge
parent 4bac402b42
commit d21b5733af
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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