public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Remove 32-bit userspace support on RHEL10+
@ 2026-06-28 0:02 Keith Seitz
0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2026-06-28 0:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : f6ab443610e29039b776b0a6eff1a737d801ca18
Author : Keith Seitz <keiths@redhat.com>
Date : 2025-05-29T05:19:57-07:00
Stats : +4/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/f6ab443610e29039b776b0a6eff1a737d801ca18?branch=gdb-17.2-rebase-f44
Log:
Remove 32-bit userspace support on RHEL10+
32-bit userspace was removed from RHEL10, so don't
attempt to install 32-bit dependencies for testing
(--with testsuite) this configuration.
---
diff --git a/gdb.spec b/gdb.spec
index f431b1e..1cfd8fb 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -204,8 +204,10 @@ BuildRequires: boost-devel
%global bits_other (%{__isa_name}-64)
%endif
-%ifarch ppc64 x86_64
- %global bits_other (%{__isa_name}-32)
+%ifarch x86_64
+ %if 0%{?fedora:1} || 0%{?rhel} < 10
+ %global bits_other (%{__isa_name}-32)
+ %endif
%endif
BuildRequires: sharutils dejagnu
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-28 0:02 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:02 [rpms/gdb] gdb-17.2-rebase-f44: Remove 32-bit userspace support on RHEL10+ Keith Seitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox