public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: [testsuite] Fix BuildRequires for non-x86* arches.
@ 2026-06-27 23:58 Jan Kratochvil
  0 siblings, 0 replies; only message in thread
From: Jan Kratochvil @ 2026-06-27 23:58 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : bb1c5356b130f0411d2efee41a4c95df76c49313
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date   : 2017-12-02T18:59:34+01:00
Stats  : +6/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/bb1c5356b130f0411d2efee41a4c95df76c49313?branch=gdb-17.2-rebase-f44

Log:
[testsuite] Fix BuildRequires for non-x86* arches.

---
diff --git a/gdb.spec b/gdb.spec
index f59fcb7..0f1e6da 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -26,7 +26,7 @@ Version: 8.0.1
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 30%{?dist}
+Release: 31%{?dist}
 
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
 Group: Development/Debuggers
@@ -842,7 +842,9 @@ BuildRequires: prelink
 %endif
 %endif
 %if 0%{!?rhel:1} || 0%{?rhel} > 7
+%ifarch %{ix86} x86_64
 BuildRequires: libmpx%{bits_local} libmpx%{bits_other}
+%endif
 BuildRequires: opencl-headers ocl-icd-devel%{bits_local} ocl-icd-devel%{bits_other}
 %endif
 %if 0%{!?rhel:1} || 0%{?rhel} > 7
@@ -870,14 +872,10 @@ BuildRequires: libgfortran%{bits_local} libgfortran%{bits_other}
 # libstdc++-devel of matching bits is required only for g++ -static.
 BuildRequires: libstdc++%{bits_local} libstdc++%{bits_other}
 %if 0%{!?rhel:1} || 0%{?rhel} > 6
-%if 0%{!?rhel:1} || 0%{?rhel} > 7
-BuildRequires: libquadmath%{bits_local} libquadmath%{bits_other}
-%else
 %ifarch %{ix86} x86_64
 BuildRequires: libquadmath%{bits_local} libquadmath%{bits_other}
 %endif
 %endif
-%endif
 BuildRequires: glibc-static%{bits_local}
 # multilib glibc-static is open Bug 488472:
 #BuildRequires: glibc-static%{bits_other}
@@ -1733,6 +1731,9 @@ then
 fi
 
 %changelog
+* Sat Dec  2 2017 Jan Kratochvil <jan.kratochvil@redhat.com> - 8.0.1-31.fc26
+- [testsuite] Fix BuildRequires for non-x86* arches.
+
 * Fri Oct 27 2017 Jan Kratochvil <jan.kratochvil@redhat.com> - 8.0.1-30.fc26
 - Use inlined func name for printing breakpoints (RH BZ 1228556, Keith Seitz).
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-27 23:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27 23:58 [rpms/gdb] gdb-17.2-rebase-f44: [testsuite] Fix BuildRequires for non-x86* arches Jan Kratochvil

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