forked from pool/virtualbox
- 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
This commit is contained in:
parent
4248a4b83d
commit
ef6ce2fa3a
@ -1,5 +1,8 @@
|
|||||||
Requires: kernel-%1
|
Requires: kernel-%1
|
||||||
Provides: virtualbox-guest-kmp = %version
|
Provides: virtualbox-guest-kmp = %version
|
||||||
#rename from ose 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
|
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
|
||||||
|
@ -3,3 +3,6 @@ Provides: virtualbox-host-kmp = %version
|
|||||||
#rename from ose version:
|
#rename from ose version:
|
||||||
Provides: virtualbox-ose-host-kmp-%1 = %version
|
Provides: virtualbox-ose-host-kmp-%1 = %version
|
||||||
Obsoletes: 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
|
||||||
|
@ -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
|
Thu Mar 17 13:17:54 UTC 2011 - mseben@gmail.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user