summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-11-28 16:17:52 +0100
committerMark Wielaard <mark@klomp.org>2019-11-28 16:17:52 +0100
commitb30338edbcb4166c45348a6f1ea1927282ba4803 (patch)
tree7a587130e981636ea776d2b489237e2b382900b6
parentacb91fdb17203c45e8d88a2af0ece1bcd506e422 (diff)
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 <mark@klomp.org>
-rw-r--r--config/ChangeLog5
-rw-r--r--config/elfutils.spec.in1
2 files changed, 6 insertions, 0 deletions
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 <mark@klomp.org>
+
+ * elfutils.spec.in (debuginfod): Add an explicit Requires
+ elfutils-debuginfod-client.
+
2019-11-27 Mark Wielaard <mark@klomp.org>
* 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