public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cross-binutils] rawhide: Enable all targets in EPEL
@ 2026-09-23 1:32 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-23 1:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cross-binutils
Branch : rawhide
Commit : 0bdf241d13fd332dccbe3f397be555bf50e21250
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-09-16T11:24:11-04:00
Stats : +10/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cross-binutils/c/0bdf241d13fd332dccbe3f397be555bf50e21250?branch=rawhide
Log:
Enable all targets in EPEL
RHEL will not ship any cross-compilers.
---
diff --git a/cross-binutils.spec b/cross-binutils.spec
index 7402779..63aa842 100644
--- a/cross-binutils.spec
+++ b/cross-binutils.spec
@@ -1,16 +1,16 @@
%global cross cross
%global rpmprefix %{nil}
-%if 0%{?fedora} >= 46 || 0%{?rhel} >= 11
+%if 0%{?fedora} >= 46
# In FC46+ and RHEL-11+ the binutils package provides cross binutils for the RHEL architectures.
-%global build_base 0
-%else
-%global build_base 1
-%endif
+%global build_base 0
+%else
+%global build_base 1
+%endif
%global build_all 1
-%global build_aarch64 %{build_base}
+%global build_aarch64 %{build_base}
%global build_alpha %{build_all}
%global build_arc %{build_all}
%global build_arm %{build_all}
@@ -74,7 +74,7 @@
Name: %{cross}-binutils
Version: 2.47
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A GNU collection of cross-compilation binary utilities
License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later
URL: https://sourceware.org/binutils
@@ -792,6 +792,9 @@ cd -
%do_files xtensa-linux-gnu %{build_xtensa}
%changelog
+* Wed Sep 16 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 2.47-3
+- Enable all targets in EPEL
+
* Mon Sep 14 2026 Jakub Jelinek <jakub@redhat.com>- 2.47-2
- Disable building crosses for AArch64, PowerPC, s390x and x86_64. (#2523594)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-23 1:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 1:32 [rpms/cross-binutils] rawhide: Enable all targets in EPEL Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox