diff --git a/gdb-6.6-buildid-locate-rpm.patch b/gdb-6.6-buildid-locate-rpm.patch index 83b83b0..a4fba50 100644 --- a/gdb-6.6-buildid-locate-rpm.patch +++ b/gdb-6.6-buildid-locate-rpm.patch @@ -678,7 +678,7 @@ diff --git a/gdb/build-id.c b/gdb/build-id.c +#else + "yum" +#endif -+ " --enablerepo='*debug*' install", debug); ++ " debuginfo-install", debug); + } } diff --git a/gdb.spec b/gdb.spec index 29b1010..6516463 100644 --- a/gdb.spec +++ b/gdb.spec @@ -37,7 +37,7 @@ Version: 10.2 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL # Do not provide URL for snapshots as the file lasts there only for 2 days. @@ -1148,6 +1148,9 @@ fi %endif %changelog +* Fri Oct 11 2021 Alexandra Hájková - 10.2-4 +- Fix RHBZ 1874275 by modifying gdb-6.6-buildid-locate-rpm.patch (Alexandra Hájková). + * Fri Sep 24 2021 Alexandra Hájková - 10.2-3 - Backport test for RHBZ 1976887 (Kevin Buettner).