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] gdb-17.2-rebase-f44: Clean up guile vs guile22 package names for RHEL.
Date: Sun, 28 Jun 2026 00:00:37 GMT	[thread overview]
Message-ID: <178260483765.1.8648655809852124511.rpms-gdb-148a0e2e0ac6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 148a0e2e0ac6aa341428cc39d0e2c036a66c08a0
Author : Keith Seitz <keiths@redhat.com>
Date   : 2022-05-10T14:26:25-07:00
Stats  : +5/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/148a0e2e0ac6aa341428cc39d0e2c036a66c08a0?branch=gdb-17.2-rebase-f44

Log:
Clean up guile vs guile22 package names for RHEL.

---
diff --git a/gdb.spec b/gdb.spec
index 7c7525d..36eb409 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -237,9 +237,13 @@ BuildRequires: texlive-collection-latexrecommended
 BuildRequires: /usr/bin/pod2man
 %if 0%{!?rhel:1} || 0%{?rhel} > 7
 BuildRequires: libbabeltrace-devel%{buildisa}
-%if 0%{?rhel} < 9
+%if 0%{!?rhel:1}
 BuildRequires: guile22-devel%{buildisa}
 %endif
+# Guile is only supported prior to RHEL9, where it was called "guile".
+%if 0%{?rhel:1} && 0%{?rhel} < 9
+BuildRequires: guile-devel%{buildisa}
+%endif
 %endif
 %global have_libipt 0
 %if 0%{!?rhel:1} || 0%{?rhel} > 7 || (0%{?rhel} == 7 && 0%{?scl:1})

                 reply	other threads:[~2026-06-28  0:00 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=178260483765.1.8648655809852124511.rpms-gdb-148a0e2e0ac6@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