From: Daniel P. Berrange Date: Mon, 21 May 2012 18:36:30 +0000 (+0100) Subject: Fix dep from libvirt-lock-sanlock RPM X-Git-Tag: v0.9.13-rc1~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aad1625da693f765af60ab0a184b23069cb5cb4e;p=thirdparty%2Flibvirt.git Fix dep from libvirt-lock-sanlock RPM The libvirt-lock-sanlock RPM requires libvirtd, so its RPM dep should be on libvirt-daemon, not libvirt --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 8c4a2fd2a2..0a6872ee68 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -731,7 +731,7 @@ Group: Development/Libraries Requires: sanlock >= 1.8 #for virt-sanlock-cleanup require augeas Requires: augeas -Requires: %{name} = %{version}-%{release} +Requires: %{name}-daemon = %{version}-%{release} %description lock-sanlock Includes the Sanlock lock manager plugin for the QEMU