From b30338edbcb4166c45348a6f1ea1927282ba4803 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Thu, 28 Nov 2019 16:17:52 +0100 Subject: 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 --- config/ChangeLog | 5 +++++ config/elfutils.spec.in | 1 + 2 files changed, 6 insertions(+) diff --git a/config/ChangeLog b/config/ChangeLog index 4e481bcc..d71fb391 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 8358137d..1cdca215 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 -- cgit v1.2.3