Blame SOURCES/gdb-rhbz1666249-suggest-yum-instead-of-dnf.patch

689258
From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
689258
From: Keith Seitz <keiths@redhat.com>
689258
Date: Fri, 8 Mar 2019 11:39:10 -0800
689258
Subject: gdb-rhbz1666249-suggest-yum-instead-of-dnf.patch
689258
689258
;; Fix 'gdb suggests using "dnf debuginfo-install'
689258
;; Keith Seitz, RHBZ 1666249
689258
689258
diff --git a/gdb/build-id.c b/gdb/build-id.c
689258
--- a/gdb/build-id.c
689258
+++ b/gdb/build-id.c
689258
@@ -1013,6 +1013,8 @@ missing_rpm_list_print (void)
689258
   printf_unfiltered (_("Missing separate debuginfos, use: %s"),
689258
 #ifdef DNF_DEBUGINFO_INSTALL
689258
 		     "dnf "
689258
+#else
689258
+		     "yum "
689258
 #endif
689258
 		     "debuginfo-install");
689258
   for (array_iter = array; array_iter < array + missing_rpm_list_entries;