Mailinglist Archive: opensuse-commit (861 mails)
| < Previous | Next > |
commit virtualbox for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 14 Jan 2011 02:42:53 +0100
- Message-id: <20110114014253.B52E32022F@hilbert.suse.de>
Hello community,
here is the log from the commit of package virtualbox for openSUSE:Factory
checked in at Fri Jan 14 02:42:53 CET 2011.
--------
--- virtualbox/virtualbox.changes 2011-01-10 15:49:07.000000000 +0100
+++ virtualbox/virtualbox.changes 2011-01-12 14:33:12.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 12 13:29:36 UTC 2011 - mseben@xxxxxxxxx
+
+- fix typo in spec file, which breaks loading of vboxsf kernel
+ module on guest
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.xdMW90/_old 2011-01-14 02:41:24.000000000 +0100
+++ /var/tmp/diff_new_pack.xdMW90/_new 2011-01-14 02:41:24.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package virtualbox (Version 4.0.0)
+# spec file for package virtualbox
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -43,7 +43,7 @@
#
ExclusiveArch: %ix86 x86_64
Version: 4.0.0
-Release: 2
+Release: 3
Summary: VirtualBox is an Emulator
License: GPLv2+
Group: System/Emulators/PC
@@ -256,14 +256,14 @@
# copy sources which will be used to build vbox module in last step
%__cp -r $vbox_module/ modules_build_dir/$flavor/
- # copy vboxdrv (for host) and vboxguest (for guest) module symbols:
+ # copy vboxdrv (for host) module symbols which are used by vboxnetflt
and vboxnetadp km's:
if [ "$module_name" = "vboxnetflt" -o \
"$module_name" = "vboxnetadp" ]; then
%__cp $PWD/modules_build_dir/$flavor/vboxdrv/Module.symvers \
$PWD/modules_build_dir/$flavor/$module_name
fi
-
- if [ "$modulename" = "vboxsf" ]; then
+ # copy vboxguest (for guest) module symbols which are used by vboxsf km:
+ if [ "$module_name" = "vboxsf" ]; then
%__cp $PWD/modules_build_dir/$flavor/vboxguest/Module.symvers \
$PWD/modules_build_dir/$flavor/$module_name
fi
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |