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 for s390x
Date: Sun, 28 Jun 2026 00:01:40 GMT [thread overview]
Message-ID: <178260490083.1.17530724971429415201.rpms-gdb-3d30a9a7eab3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 3d30a9a7eab31035c9a81cf9618b53cff7081527
Author : Keith Seitz <keiths@redhat.com>
Date : 2024-05-16T07:29:44-07:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/3d30a9a7eab31035c9a81cf9618b53cff7081527?branch=gdb-17.2-rebase-f44
Log:
Fix --with testsuite for s390x
s390-32 hasn't been supported on Fedora since beore Fedora 38.
Remove relevant testing requirements (via `bits_other').
---
diff --git a/gdb.spec b/gdb.spec
index 81f7abe..2aa7ad2 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -209,10 +209,10 @@ BuildRequires: boost-devel
%global bits_other %{?_isa}
%ifarch ppc
%global bits_other (%{__isa_name}-64)
-%else
- %ifarch ppc64 s390x x86_64
- %global bits_other (%{__isa_name}-32)
- %endif
+%endif
+
+%ifarch ppc64 x86_64
+ %global bits_other (%{__isa_name}-32)
%endif
BuildRequires: sharutils dejagnu
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=178260490083.1.17530724971429415201.rpms-gdb-3d30a9a7eab3@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