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: Update gdb.spec for s390x cleanups/builddeps.
Date: Sun, 28 Jun 2026 00:00:37 GMT	[thread overview]
Message-ID: <178260483720.1.15085506086860051191.rpms-gdb-8751d74736af@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 8751d74736af70f9f8a16f40aa4c2ce649ca467d
Author : Keith Seitz <keiths@redhat.com>
Date   : 2022-05-05T13:11:47-07:00
Stats  : +7/-9 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/8751d74736af70f9f8a16f40aa4c2ce649ca467d?branch=gdb-17.2-rebase-f44

Log:
Update gdb.spec for s390x cleanups/builddeps.

---
diff --git a/gdb.spec b/gdb.spec
index 3470e0a..7c7525d 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -270,18 +270,16 @@ BuildRequires: elfutils-debuginfod-client-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
+%endif
 %ifarch ppc
 %global bits_other (%{__isa_name}-64)
-%else #!ppc
-%ifarch sparc64 ppc64 s390x x86_64
+%endif
+%ifarch sparc64 ppc64 x86_64
 %global bits_other (%{__isa_name}-32)
-%endif #sparc64 ppc64 s390x x86_64
-%endif #!ppc
-%endif #!s390x
+%endif
 
 BuildRequires: sharutils dejagnu
 # gcc-objc++ is not covered by the GDB testsuite.
@@ -325,8 +323,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 s390x does not have fpc.
+%ifnarch s390x
 BuildRequires: fpc
 %endif
 %endif

                 reply	other threads:[~2026-06-28  0:00 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=178260483720.1.15085506086860051191.rpms-gdb-8751d74736af@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