public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] fix-dup-patch: Use system elfutils for all GTS releases (rhel8+).
Date: Thu, 23 Jul 2026 18:34:51 GMT	[thread overview]
Message-ID: <178483169141.1.4041421458216359647.rpms-gdb-b8b001a92781@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : fix-dup-patch
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=fix-dup-patch

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

                 reply	other threads:[~2026-07-23 18:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178483169141.1.4041421458216359647.rpms-gdb-b8b001a92781@fedoraproject.org \
    --to=keiths@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox