From e8d03d451e4fcd86189424025a3f135ef679f88349dd27ae821a59fd6797e1f7 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 12 Jun 2015 10:57:10 +0000 Subject: [PATCH] Accepting request 311788 from home:pluskalm:branches:Virtualization - Enable building of for all supported kernel flavours * exclude also pv flavour OBS-URL: https://build.opensuse.org/request/show/311788 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=200 --- virtualbox.changes | 6 ++++++ virtualbox.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/virtualbox.changes b/virtualbox.changes index 4eda5c7..5b4115b 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 12 10:33:55 UTC 2015 - mpluskal@suse.com + +- Enable building of for all supported kernel flavours + * exclude also pv flavour + ------------------------------------------------------------------- Tue Jun 9 11:36:42 UTC 2015 - tchvatal@suse.com diff --git a/virtualbox.spec b/virtualbox.spec index 472912b..d730fc9 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -190,7 +190,7 @@ websrv GUI part for %{name}. %package host-KMP Summary: Host kernel module for VirtualBox Group: System/Emulators/PC -%kernel_module_package -t %{_builddir}/virtualbox-kmp-template -p %{SOURCE7} -n %{name}-host -f %{SOURCE5} kdump um xen xenpae +%kernel_module_package -t %{_builddir}/virtualbox-kmp-template -p %{SOURCE7} -n %{name}-host -f %{SOURCE5} -x kdump um xen xenpae pv %description host-KMP This package contains the kernel-module for VirtualBox. @@ -199,7 +199,7 @@ This package contains the kernel-module for VirtualBox. %package guest-KMP Summary: Guest kernel modules for VirtualBox Group: System/Emulators/PC -%kernel_module_package -t %{_builddir}/virtualbox-kmp-template -p %{SOURCE8} -n %{name}-guest -f %{SOURCE6} kdump um xen xenpae +%kernel_module_package -t %{_builddir}/virtualbox-kmp-template -p %{SOURCE8} -n %{name}-guest -f %{SOURCE6} -x kdump um xen xenpae pv %description guest-KMP This package contains the kernel-module for VirtualBox.