]> xenbits.xensource.com Git - libvirt.git/commitdiff
spec: Make driver-qemu require driver-storage
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 16 Jun 2016 16:42:20 +0000 (18:42 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 17 Jun 2016 09:15:43 +0000 (11:15 +0200)
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 <mkletzan@redhat.com>
libvirt.spec.in

index 6b3e888d004882866b1b72cd40373a7f28ef83bf..816a950ef62449dc10f50d62e54e735595521d0c 100644 (file)
@@ -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