From: Mark Wielaard Date: Thu, 7 Apr 2022 13:16:41 +0000 (+0200) Subject: config: Add versioned requires on libs/libelf for debuginfod-client X-Git-Tag: elfutils-0.187~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55e67ce44439f7b4a97d268cd7da261b9bda3277;p=thirdparty%2Felfutils.git config: Add versioned requires on libs/libelf for debuginfod-client 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 --- diff --git a/config/ChangeLog b/config/ChangeLog index acbaaa888..d2d61c6c8 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2022-04-07 Mark Wielaard + + * elfutils.spec.in (debuginfod-client): Add an explicit requires + on elfutils-libs and elfutils-libelf. + 2021-11-10 Mark Wielaard * elfutils.spec.in: Update for 0.186. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index aac0dffcd..49e5a0163 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -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