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}