elfutils-debuginfod-client contains the debuginfod-client binary
which is uses libelf and libdw. Add explicit versioned requires
on elfutils-libs and elfutils-libelf so they will always be in sync
like done with all other inter sub package dependencies.
Signed-off-by: Mark Wielaard <mark@klomp.org>
+2022-04-07 Mark Wielaard <mark@klomp.org>
+
+ * elfutils.spec.in (debuginfod-client): Add an explicit requires
+ on elfutils-libs and elfutils-libelf.
+
2021-11-10 Mark Wielaard <mark@klomp.org>
* elfutils.spec.in: Update for 0.186.
%package debuginfod-client
Summary: Library and command line client for build-id HTTP ELF/DWARF server
License: GPLv3+ and (GPLv2+ or LGPLv3+)
+# For debuginfod-find binary
+Requires: elfutils-libs = %{version}-%{release}
+Requires: elfutils-libelf = %{version}-%{release}
%package debuginfod-client-devel
Summary: Libraries and headers to build debuginfod client applications