public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* pushed: elfutils.spec typo fix
@ 2020-01-12 16:03 Frank Ch. Eigler
  0 siblings, 0 replies; only message in thread
From: Frank Ch. Eigler @ 2020-01-12 16:03 UTC (permalink / raw)
  To: elfutils-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-12 16:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-12 16:03 pushed: elfutils.spec typo fix Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).