1
0
forked from pool/virtualbox

- Disable multiversion_kernel support, taken from nvidia driver spec,

should fix bnc#925663.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=196
This commit is contained in:
Tomáš Chvátal 2015-06-09 11:37:33 +00:00 committed by Git OBS Bridge
parent e05a2be955
commit c1ae4c89ab
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 9 11:36:42 UTC 2015 - tchvatal@suse.com
- Disable multiversion_kernel support, taken from nvidia driver spec,
should fix bnc#925663.
-------------------------------------------------------------------
Wed May 27 10:22:22 UTC 2015 - jslaby@suse.com

View File

@ -16,6 +16,8 @@
#
%define kmp_template_name /usr/lib/rpm/kernel-module-subpackage
%(sed -e '/^Provides: multiversion(kernel)/d' %kmp_template_name > %_builddir/virtualbox-kmp-template)
%define _vbox_instdir %{_libexecdir}/virtualbox
%define _udevrulesdir %{_libexecdir}/udev/rules.d
Name: virtualbox
@ -190,7 +192,7 @@ websrv GUI part for %{name}.
Summary: Host kernel module for VirtualBox
Group: System/Emulators/PC
# SUSE specify macro to define host kmp package
%{?suse_kernel_module_package:%suse_kernel_module_package -p %{SOURCE7} -n %{name}-host -f %{SOURCE5} kdump um xen xenpae}
%{?suse_kernel_module_package:%suse_kernel_module_package -t %_builddir/virtualbox-kmp-template -p %{SOURCE7} -n %{name}-host -f %{SOURCE5} kdump um xen xenpae}
%description host-KMP
This package contains the kernel-module for VirtualBox.
@ -200,7 +202,7 @@ This package contains the kernel-module for VirtualBox.
Summary: Guest kernel modules for VirtualBox
Group: System/Emulators/PC
#SUSE specify macro to define guest kmp package
%{?suse_kernel_module_package:%suse_kernel_module_package -p %{SOURCE8} -n %{name}-guest -f %{SOURCE6} kdump um xen xenpae}
%{?suse_kernel_module_package:%suse_kernel_module_package -t %_builddir/virtualbox-kmp-template -p %{SOURCE8} -n %{name}-guest -f %{SOURCE6} kdump um xen xenpae}
%description guest-KMP
This package contains the kernel-module for VirtualBox.