This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

pushed: elfutils.spec typo fix


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]