pushed: elfutils.spec typo fix

Frank Ch. Eigler fche@redhat.com
Sun Jan 12 16:03:00 GMT 2020


Hi -

Pushed as obvious:


    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>


diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index d7b8c6fec8a5..3dec1c02d63d 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



More information about the Elfutils-devel mailing list