]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
config: Add versioned requires on libs/libelf for debuginfod-client
authorMark Wielaard <mark@klomp.org>
Thu, 7 Apr 2022 13:16:41 +0000 (15:16 +0200)
committerMark Wielaard <mark@klomp.org>
Tue, 12 Apr 2022 13:18:15 +0000 (15:18 +0200)
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>
config/ChangeLog
config/elfutils.spec.in

index acbaaa8886411bdbdfddafc919e58eb7e168488e..d2d61c6c828fde3a77597414fb3fecc8024ea4cd 100644 (file)
@@ -1,3 +1,8 @@
+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.
index aac0dffcd740e076a5cbadca139d112ce9cc2cb6..49e5a0163c636d8f6381adbbcfda6f32109f9d43 100644 (file)
@@ -141,6 +141,9 @@ profiling) of processes.
 %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