public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: Fix s390x dependencies
@ 2026-06-28 0:00 Keith Seitz
0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2026-06-28 0:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : fbba720a74b70e7023dbff2ccae244cc21c754e2
Author : Keith Seitz <keiths@redhat.com>
Date : 2022-07-29T12:42:05-07:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/fbba720a74b70e7023dbff2ccae244cc21c754e2?branch=gdb-17.2-rebase-f44
Log:
Fix s390x dependencies
Fedora doesn't build 32-bit s390x images.
There is no `fpc' package available for s390x, either.
---
diff --git a/gdb.spec b/gdb.spec
index 57fca98..22e38de 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -311,7 +311,7 @@ BuildRequires: boost-devel
%global bits_local %{?_isa}
%global bits_other %{?_isa}
%ifarch s390x
-%if 0%{!?rhel:1} || 0%{?rhel} < 8
+%if 0%{?rhel:1} && 0%{?rhel} < 8
%global bits_other (%{__isa_name}-32)
%endif
%else #!s390x
@@ -369,8 +369,8 @@ BuildRequires: prelink
BuildRequires: opencl-headers ocl-icd-devel%{bits_local} ocl-icd-devel%{bits_other}
%endif
%if 0%{!?rhel:1}
-# Fedora arm+ppc64le do not yet have fpc built.
-%ifnarch %{arm} ppc64le
+# Fedora arm+ppc64le+s390x do not yet have fpc built.
+%ifnarch %{arm} ppc64le s390x
BuildRequires: fpc
%endif
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-28 0:00 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:00 [rpms/gdb] gdb-17.2-rebase-f44: Fix s390x dependencies Keith Seitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox