From: Peter Krempa Date: Tue, 21 Feb 2017 09:16:04 +0000 (+0100) Subject: spec: Don't check for storage driver backends in configure script X-Git-Tag: CVE-2017-2635~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fb105f681aee6ddae994410b1bc23de29124d6c;p=thirdparty%2Flibvirt.git spec: Don't check for storage driver backends in configure script Explicitly enable --with-storage-scsi and disable --without-storage-zfs and --without-storage-vstorage so that the configure script doesn't check for them. Note that --with-storage-dir is enabled by default. --- diff --git a/libvirt.spec.in b/libvirt.spec.in index ec199e9c82..f4ea89d77e 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1182,11 +1182,14 @@ rm -f po/stamp-po --with-storage-fs \ --with-storage-lvm \ --with-storage-iscsi \ + --with-storage-scsi \ --with-storage-disk \ --with-storage-mpath \ %{?arg_storage_rbd} \ %{?arg_storage_sheepdog} \ %{?arg_storage_gluster} \ + --without-storage-zfs \ + --without-storage-vstorage \ %{?arg_numactl} \ %{?arg_numad} \ --with-capng \