public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Use system elfutils for all GTS releases (rhel8+).
@ 2026-06-28 0:00 Keith Seitz
0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2026-06-28 0:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : b8b001a927817206e05a70481b6ada8451d6a361
Author : Keith Seitz <keiths@redhat.com>
Date : 2022-07-26T18:13:53+00:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/b8b001a927817206e05a70481b6ada8451d6a361?branch=gdb-17.2-rebase-f44
Log:
Use system elfutils for all GTS releases (rhel8+).
---
diff --git a/gdb.spec b/gdb.spec
index 7f992ed..361e1aa 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -286,12 +286,12 @@ BuildRequires: source-highlight-devel
BuildRequires: xxhash-devel
%endif
-# Special case: on RHEL8, we simply require the system debuginfod.
+# Special case: on RHEL8+, we simply require the system debuginfod.
# Otherwise, we require the SCL version. Except on RHEL6, where debuginfod
# is not supported at all.
%global have_debuginfod 0
%global use_scl_for_debuginfod 0
-%if 0%{!?rhel:1} || 0%{?rhel} == 8
+%if 0%{!?rhel:1} || 0%{?rhel} >= 8
%global have_debuginfod 1
BuildRequires: elfutils-debuginfod-client-devel
%else
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-28 0:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-28 0:00 [rpms/gdb] gdb-17.2-rebase-f44: Use system elfutils for all GTS releases (rhel8+) Keith Seitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox