
On 12/2/22 17:17, Jim Fehlig wrote:
Signed-off-by: Jim Fehlig <jfehlig@suse.com> --- libvirt.spec.in | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/libvirt.spec.in b/libvirt.spec.in index f6d644a3ae..d5243e859b 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -441,6 +441,7 @@ Summary: Server side daemon and supporting files for libvirt library # The client side, i.e. shared libs are in a subpackage Requires: libvirt-libs = %{version}-%{release} Requires: libvirt-daemon-lock = %{version}-%{release} +Requires: libvirt-daemon-plugin-lockd = %{version}-%{release} Requires: libvirt-daemon-log = %{version}-%{release} Requires: libvirt-daemon-proxy = %{version}-%{release}
@@ -504,6 +505,13 @@ Requires: libvirt-libs = %{version}-%{release} Server side daemon used to manage locks held against virtual machine resources
+%package daemon-plugin-lockd +Plugin for virtlockd
That no workie. I've squashed the below into my local branch. Regards, Jim diff --git a/libvirt.spec.in b/libvirt.spec.in index d5243e859b..b3f8b5d325 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -506,7 +506,7 @@ Server side daemon used to manage locks held against virtual machine resources %package daemon-plugin-lockd -Plugin for virtlockd +Summary: Plugin for virtlockd Requires: libvirt-libs = %{version}-%{release} %description daemon-plugin-lockd