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: Disable Guile support for RHEL9+.
Date: Sun, 28 Jun 2026 00:00:09 GMT	[thread overview]
Message-ID: <178260480923.1.11398479421505775479.rpms-gdb-ff1b575a1d55@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : ff1b575a1d5523e02e0e72ffea53b7873e5b8e39
Author : Keith Seitz <keiths@redhat.com>
Date   : 2021-02-11T12:21:44-08:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/ff1b575a1d5523e02e0e72ffea53b7873e5b8e39?branch=gdb-17.2-rebase-f44

Log:
Disable Guile support for RHEL9+.

---
diff --git a/gdb.spec b/gdb.spec
index ac80318..99929e0 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -249,8 +249,10 @@ BuildRequires: texlive-collection-latexrecommended
 BuildRequires: /usr/bin/pod2man
 %if 0%{!?rhel:1} || 0%{?rhel} > 7
 BuildRequires: libbabeltrace-devel%{buildisa}
+%if 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})
 %ifarch %{ix86} x86_64
@@ -724,7 +726,7 @@ $(: ppc64 host build crashes on ppc variant of libexpat.so )	\
 %else
 	--without-python					\
 %endif
-%if 0%{!?rhel:1} || 0%{?rhel} > 7
+%if 0%{!?rhel:1} || 0%{?rhel} == 8
 	--with-guile						\
 %else
 	--without-guile						\
@@ -1193,6 +1195,9 @@ fi
 %endif
 
 %changelog
+* Thu Feb 11 2021 Keith Seitz
+- Disable Guile support for RHEL9+.
+
 * Tue Jan 26 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.1-5
 - Build gdb-minimal for ELN
 

                 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=178260480923.1.11398479421505775479.rpms-gdb-ff1b575a1d55@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