diff --git a/gdb.spec b/gdb.spec index b6d02e3..80b8357 100644 --- a/gdb.spec +++ b/gdb.spec @@ -57,7 +57,7 @@ Version: 14.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: 4%{?dist} +Release: 5%{?dist} License: GPL-3.0-or-later AND BSD-3-Clause AND FSFAP AND LGPL-2.1-or-later AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain AND GFDL-1.3-or-later AND LGPL-2.0-or-later WITH GCC-exception-2.0 AND GPL-3.0-or-later WITH GCC-exception-3.1 AND GPL-2.0-or-later WITH GNU-compiler-exception # Do not provide URL for snapshots as the file lasts there only for 2 days. @@ -102,6 +102,9 @@ the 'gdb' package which will install 'gdb-headless' and possibly other useful packages too. %package headless + +# gdb-add-index uses 'which', which is in its own package (BZ 2275274). +Requires: which %endif Summary: A GNU source-level debugger for C, C++, Fortran, Go and other languages @@ -1221,6 +1224,9 @@ fi %endif %changelog +* Tue Apr 23 2024 Kevin Buettner - 14.2-5 +- Add "Requires: which" for RHBZ 2275274. + * Mon Apr 22 2024 Keith Seitz - Remove gdb-linux_perf-bundle.patch.