1
0
forked from pool/virtualbox

Accepting request 424553 from Virtualization

wrong bug numbers, sorry... (forwarded request 424543 from wolfi323)

OBS-URL: https://build.opensuse.org/request/show/424553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=119
This commit is contained in:
Dominique Leuenberger 2016-09-05 19:17:09 +00:00 committed by Git OBS Bridge
commit 9cac1b166b
4 changed files with 20 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,16 @@
-------------------------------------------------------------------
Fri Sep 2 20:26:22 UTC 2016 - wbauer@tmo.at
- Re-added missing copy of Module.symvers from vboxguest build so
that loads of vboxvideo can resolve all symbols, this got lost
somehow (boo#983927, boo#993091)
-------------------------------------------------------------------
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

View File

@ -416,6 +416,11 @@ for vbox_module in out/linux.*/release/bin/src/vbox{drv,netflt,netadp,pci} \
cp $PWD/modules_build_dir/$flavor/vboxguest/Module.symvers \
$PWD/modules_build_dir/$flavor/$module_name
fi
# copy vboxguest (for guest) module symbols which are used by vboxvideo km:
if [ "$module_name" = "vboxvideo" ]; then
cp $PWD/modules_build_dir/$flavor/vboxguest/Module.symvers \
$PWD/modules_build_dir/$flavor/$module_name
fi
# build the module for the specific flavor
%ifarch %ix86
make -j2 \