From: Jiri Denemark Date: Thu, 18 Oct 2012 11:03:26 +0000 (+0200) Subject: spec: Fix dependency for lock-sanlock subpackage X-Git-Tag: v1.0.0-rc1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54b8668b4d735b3d8aa19b06076dd657c4204bab;p=thirdparty%2Flibvirt.git spec: Fix dependency for lock-sanlock subpackage This should not make a big difference in real world since libvirt-daemon, which is already required by libvirt-lock-sanlock, requires libvirt-client and thus libvirt-lock-sanlock gets this dependency transitively. However, since libvirt-lock-sanlock contains sanlock_helper binary linked to libvirt.so, we should start requiring libvirt-client directly. --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 2f3e829954..511949edc4 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1038,6 +1038,7 @@ Requires: sanlock >= 1.8 #for virt-sanlock-cleanup require augeas Requires: augeas Requires: %{name}-daemon = %{version}-%{release} +Requires: %{name}-client = %{version}-%{release} %description lock-sanlock Includes the Sanlock lock manager plugin for the QEMU