From: Mark Wielaard Date: Thu, 28 Nov 2019 15:17:52 +0000 (+0100) Subject: config: Add an explicit Requires elfutils-debuginfod-client for debuginfod. X-Git-Tag: elfutils-0.179~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30338edbcb4166c45348a6f1ea1927282ba4803;p=thirdparty%2Felfutils.git config: Add an explicit Requires elfutils-debuginfod-client for debuginfod. elfutils-debuginfod depends indirectly already on the client library. Make that explicit so they are always updated in sync. Which isn't technically required, but makes things clearer and simpler on updates. Signed-off-by: Mark Wielaard --- diff --git a/config/ChangeLog b/config/ChangeLog index 4e481bcc2..d71fb3911 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2019-11-28 Mark Wielaard + + * elfutils.spec.in (debuginfod): Add an explicit Requires + elfutils-debuginfod-client. + 2019-11-27 Mark Wielaard * elfutils.spec.in: Move all versioned libdebuginfod libraries diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 8358137df..1cdca2155 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -148,6 +148,7 @@ License: GPLv2+ or LGPLv3+ %package debuginfod Summary: HTTP ELF/DWARF file server addressed by build-id License: GPLv3+ +Requires: elfutils-debuginfod-client = %{version}-%{release} BuildRequires: systemd Requires(post): systemd Requires(preun): systemd