public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Fix --with testsuite for s390x
@ 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 : 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

^ 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 for s390x Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox