From 6c3ebaa3d43d1c9217cb655ad79982ba024db5c0c65c326053991aa8b267fdef Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Thu, 3 Sep 2020 21:14:04 +0000 Subject: [PATCH] Accepting request 831961 from home:jfehlig:branches:Virtualization diable the vmware driver OBS-URL: https://build.opensuse.org/request/show/831961 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=841 --- libvirt.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index 2189b82..06e06b1 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -28,11 +28,12 @@ %define with_vbox 0%{!?_without_vbox:0} # Then the hypervisor drivers that run outside libvirtd, in libvirt.so -# The vmware and esx drivers are built for both openSUSE and SLE, but they -# are not supported. -%define with_vmware 0%{!?_without_vmware:1} + +# The esx driver is built for both openSUSE and SLE, but it is not supported %define with_esx 0%{!?_without_esx:1} -# Until we have requests for them, disable building the hyperv and openvz drivers +# Until we have requests for them, disable building the vmware, hyperv and +# openvz drivers +%define with_vmware 0%{!?_without_vmware:0} %define with_hyperv 0%{!?_without_hyperv:0} %define with_openvz 0%{!?_without_openvz:0}