public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Fix --with testsuite on GTS
@ 2026-06-28 0:01 Keith Seitz
0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2026-06-28 0:01 UTC (permalink / raw)
To: git-commits
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}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-28 0:01 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:01 [rpms/gdb] gdb-17.2-rebase-f44: Fix --with testsuite on GTS Keith Seitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox