elfutils.spec: dependency typo fix
authorFrank Ch. Eigler <fche@redhat.com>
Sun, 12 Jan 2020 16:00:20 +0000 (11:00 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Sun, 12 Jan 2020 16:01:43 +0000 (11:01 -0500)
Commit da0959cafda4 introduced a dependency on "debuginfod-client",
whereas it's really "elfutils-debuginfod-client".

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
config/ChangeLog
config/elfutils.spec.in

index e5e0a55..f420dba 100644 (file)
@@ -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.
index d7b8c6f..3dec1c0 100644 (file)
@@ -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