summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2020-01-12 11:00:20 -0500
committerFrank Ch. Eigler <fche@redhat.com>2020-01-12 11:01:43 -0500
commitad40dc74cd3bcf4367cc97d3d9d573d46db5359d (patch)
tree45f4c4620f940e4d948bde449a699e5c267d4e43
parent1905518e1680af556078c9d75e73061160d88152 (diff)
downloadelfutils-ad40dc74cd3bcf4367cc97d3d9d573d46db5359d.tar.gz
elfutils.spec: dependency typo fix
Commit da0959cafda4 introduced a dependency on "debuginfod-client", whereas it's really "elfutils-debuginfod-client". Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index e5e0a55c..f420dba6 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-12 Frank Ch. Eigler <fche@redhat.com>
+
+ * elfutils.spec.in: Typo fix for "Requires: debuginfod-client".
+
2020-01-11 Frank Ch. Eigler <fche@redhat.com>
* debuginfod.service: Set PrivateTmp=yes.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index d7b8c6fe..3dec1c02 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -145,7 +145,7 @@ License: GPLv3+ and (GPLv2+ or LGPLv3+)
%package debuginfod-client-devel
Summary: Libraries and headers to build debuginfod client applications
License: GPLv2+ or LGPLv3+
-Requires: debuginfod-client = %{version}-%{release}
+Requires: elfutils-debuginfod-client = %{version}-%{release}
%package debuginfod
Summary: HTTP ELF/DWARF file server addressed by build-id