From 66085e7438ac8d596bea61a35f5e266c63873d11fd568f271a42aeb7d7a45b1e Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Wed, 27 Feb 2019 21:02:36 +0000 Subject: [PATCH] Accepting request 679972 from home:jfehlig:branches:Virtualization - spec: disable VirtualBox driver OBS-URL: https://build.opensuse.org/request/show/679972 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=732 --- libvirt.changes | 5 +++++ libvirt.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libvirt.changes b/libvirt.changes index 9972b1c..30880f2 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 27 19:01:22 UTC 2019 - jfehlig@suse.com + +- spec: disable VirtualBox driver + ------------------------------------------------------------------- Tue Feb 19 23:36:28 UTC 2019 - James Fehlig diff --git a/libvirt.spec b/libvirt.spec index 35e798d..10f4a85 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -25,7 +25,7 @@ %define with_qemu 0%{!?_without_qemu:1} %define with_lxc 0%{!?_without_lxc:1} %define with_libxl 0%{!?_without_libxl:1} -%define with_vbox 0%{!?_without_vbox:1} +%define with_vbox 0%{!?_without_vbox:0} # Then the hypervisor drivers that run outside libvirtd, in libvirt.so %define with_openvz 0%{!?_without_openvz:1}