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: Fix --with testsuite on GTS
Date: Sun, 28 Jun 2026 00:01:40 GMT	[thread overview]
Message-ID: <178260490035.1.4052073957891360944.rpms-gdb-c2660ad08bea@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gdb
            Branch : gdb-17.2-rebase-f44
            Commit : c2660ad08bea7e58c9bb8ef1ac65475421728dee
            Author : Keith Seitz <keiths@redhat.com>
            Date   : 2024-05-08T08:56:39-07:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gdb/c/c2660ad08bea7e58c9bb8ef1ac65475421728dee?branch=gdb-17.2-rebase-f44

            Log:
            Fix --with testsuite on GTS

This patch changes the BuildRequires when `--with testsuite' is used
to require the use of a specific GTS version (which may be different
than the actual version of GTS we are building).

---
diff --git a/gdb.spec b/gdb.spec
index cffd1c3..81f7abe 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -218,7 +218,7 @@ BuildRequires: boost-devel
 BuildRequires: sharutils dejagnu
 
 # Test supported SCL toolchain components.
-BuildRequires: %{?scl_prefix}gcc %{?scl_prefix}gcc-c++ %{?scl_prefix}gcc-gfortran
+BuildRequires: %{?scl_testing_prefix}gcc %{?scl_testing_prefix}gcc-c++ %{?scl_testing_prefix}gcc-gfortran
 
 # Fedora supports Objective C.
 %if 0%{!?rhel:1}

                 reply	other threads:[~2026-06-28  0:01 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=178260490035.1.4052073957891360944.rpms-gdb-c2660ad08bea@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