From: Andrea Bolognani Date: Tue, 21 Jan 2025 14:06:10 +0000 (+0100) Subject: rpm: Add missing Requires X-Git-Tag: v11.1.0-rc1~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b5c302abefcb491a42ce04c844bd246f3accd9;p=thirdparty%2Flibvirt.git rpm: Add missing Requires All loadable modules should depend on the daemon-common package. Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- diff --git a/libvirt.spec.in b/libvirt.spec.in index f397b95b79..555ba6b7c6 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -563,6 +563,7 @@ resources %package daemon-plugin-lockd Summary: lockd client plugin for virtlockd Requires: libvirt-libs = %{version}-%{release} +Requires: libvirt-daemon-common = %{version}-%{release} Requires: libvirt-daemon-lock = %{version}-%{release} %description daemon-plugin-lockd @@ -1116,6 +1117,7 @@ Requires: sanlock >= 2.4 #for virt-sanlock-cleanup require augeas Requires: augeas Requires: libvirt-libs = %{version}-%{release} +Requires: libvirt-daemon-common = %{version}-%{release} Obsoletes: libvirt-lock-sanlock < 9.1.0 Provides: libvirt-lock-sanlock = %{version}-%{release}