Don't build OpenNebula driver for SLES
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=28
This commit is contained in:
parent
d1091c6720
commit
d35330154e
@ -24,6 +24,7 @@
|
||||
%define with_openvz 1
|
||||
%define with_vbox 1
|
||||
%define with_uml 0
|
||||
%define with_one 0
|
||||
# hypervisor drivers that use a native remote protocol
|
||||
%define with_phyp 0
|
||||
%define with_esx 0
|
||||
@ -290,6 +291,9 @@ Authors:
|
||||
%if ! %{with_uml}
|
||||
%define _without_uml --without-uml
|
||||
%endif
|
||||
%if ! %{with_one}
|
||||
%define _without_one --without-one
|
||||
%endif
|
||||
%if ! %{with_phyp}
|
||||
%define _without_phyp --without-phyp
|
||||
%endif
|
||||
@ -329,6 +333,7 @@ export CFLAGS="$RPM_OPT_FLAGS"
|
||||
%{?_without_openvz} \
|
||||
%{?_without_vbox} \
|
||||
%{?_without_uml} \
|
||||
%{?_without_one} \
|
||||
%{?_without_phyp} \
|
||||
%{?_without_esx} \
|
||||
%{?_without_numactl} \
|
||||
|
Loading…
Reference in New Issue
Block a user