public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nikita Popov <npopov@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/binutils] rawhide: Fix cross binutils package names
Date: Wed, 23 Sep 2026 09:00:38 GMT [thread overview]
Message-ID: <179015403887.1.8986492366981061062.rpms-binutils-acbaaf0f7210@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/binutils
Branch : rawhide
Commit : acbaaf0f7210ccd5355a3418124e0bbf3268a38b
Author : Nikita Popov <npopov@redhat.com>
Date : 2026-09-22T09:49:00+02:00
Stats : +12/-9 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/binutils/c/acbaaf0f7210ccd5355a3418124e0bbf3268a38b?branch=rawhide
Log:
Fix cross binutils package names
---
diff --git a/binutils.spec b/binutils.spec
index f335e81..873c502 100644
--- a/binutils.spec
+++ b/binutils.spec
@@ -7,7 +7,7 @@ Name: binutils%{?_with_debug:-debug}
# The variable %%{source} (see below) should be set to indicate which of these
# origins is being used.
Version: 2.47.50
-Release: 11%{?dist}
+Release: 12%{?dist}
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
@@ -600,8 +600,8 @@ of Linux applications.
%package -n cross-binutils-aarch64
Summary: Cross targeted AArch64 binutils for developer use. Not intended for production.
Provides: cross-binutils-aarch64 = %{version}-%{release}
-Provides: binutils-aarch64 = %{version}-%{release}
-Obsoletes: binutils-aarch64 < %{version}-%{release}
+Provides: binutils-aarch64-linux-gnu = %{version}-%{release}
+Obsoletes: binutils-aarch64-linux-gnu < %{version}-%{release}
Requires: coreutils
%if %{with systemzlib}
# zlib-devel provides libz.so
@@ -618,8 +618,8 @@ use by developers. It is NOT INTENDED FOR PRODUCTION use.
%package -n cross-binutils-ppc64le
Summary: Cross targeted PPC64LE binutils for developer use. Not intended for production.
Provides: cross-binutils-ppc64le = %{version}-%{release}
-Provides: binutils-powerpc64le = %{version}-%{release}
-Obsoletes: binutils-powerpc64le < %{version}-%{release}
+Provides: binutils-powerpc64le-linux-gnu = %{version}-%{release}
+Obsoletes: binutils-powerpc64le-linux-gnu < %{version}-%{release}
Requires: coreutils
%if %{with systemzlib}
Requires: zlib-devel
@@ -635,8 +635,8 @@ use by developers. It is NOT INTENDED FOR PRODUCTION use.
%package -n cross-binutils-s390x
Summary: Cross targeted S390X binutils for developer use. Not intended for production.
Provides: cross-binutils-s390x = %{version}-%{release}
-Provides: binutils-s390x = %{version}-%{release}
-Obsoletes: binutils-s390x < %{version}-%{release}
+Provides: binutils-s390x-linux-gnu = %{version}-%{release}
+Obsoletes: binutils-s390x-linux-gnu < %{version}-%{release}
Requires: coreutils
%if %{with systemzlib}
Requires: zlib-devel
@@ -652,8 +652,8 @@ use by developers. It is NOT INTENDED FOR PRODUCTION use.
%package -n cross-binutils-x86_64
Summary: Cross targeted X86_64 binutils for developer use. Not intended for production.
Provides: cross-binutils-x86_64 = %{version}-%{release}
-Provides: binutils-x86_64 = %{version}-%{release}
-Obsoletes: binutils-x86_64 < %{version}-%{release}
+Provides: binutils-x86_64-linux-gnu = %{version}-%{release}
+Obsoletes: binutils-x86_64-linux-gnu < %{version}-%{release}
Requires: coreutils
%if %{with systemzlib}
Requires: zlib-devel
@@ -1684,6 +1684,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
+* Tue Sep 22 2026 Nikita Popov <npopov@redhat.com> - 2.47.50-12
+- Fix cross binutils package names
+
* Mon Sep 21 2026 Nick Clifton <nickc@redhat.com> - 2.47.50-11
- Rebase to commit ab54f25e5e4.
reply other threads:[~2026-09-23 9: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=179015403887.1.8986492366981061062.rpms-binutils-acbaaf0f7210@fedoraproject.org \
--to=npopov@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