From: Martin Kletzander Date: Thu, 16 Jun 2016 16:42:20 +0000 (+0200) Subject: spec: Make driver-qemu require driver-storage X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ddc99f11acdb797fee7082361d71187515f8e419;p=libvirt.git spec: Make driver-qemu require driver-storage Without that we might get similar messages in the log: error : virDriverLoadModule:73 : failed to load module /usr/lib64/libvirt/connection-driver/libvirt_driver_qemu.so /usr/lib64/libvirt/connection-driver/libvirt_driver_qemu.so: undefined symbol: virStorageFileCreate Signed-off-by: Martin Kletzander --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 6b3e888d00..816a950ef6 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -607,6 +607,7 @@ Group: Development/Libraries Requires: libvirt-daemon = %{version}-%{release} # There really is a hard cross-driver dependency here Requires: libvirt-daemon-driver-network = %{version}-%{release} +Requires: libvirt-daemon-driver-storage = %{version}-%{release} Requires: /usr/bin/qemu-img # For image compression Requires: gzip