public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nick Clifton <nickc@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/binutils] rawhide: Add Provides: binutils-<arch> for cross binutils sub-packages, and update Obsolete targets.
Date: Wed, 16 Sep 2026 08:16:46 GMT [thread overview]
Message-ID: <178954660607.1.14743373859090694151.rpms-binutils-6606046940d8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/binutils
Branch : rawhide
Commit : 6606046940d84cc82a4cc3595338e5a2e78b8dcd
Author : Nick Clifton <nickc@redhat.com>
Date : 2026-09-16T09:16:25+01:00
Stats : +12/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/binutils/c/6606046940d84cc82a4cc3595338e5a2e78b8dcd?branch=rawhide
Log:
Add Provides: binutils-<arch> for cross binutils sub-packages, and update Obsolete targets.
---
diff --git a/binutils.spec b/binutils.spec
index fee3a01..e062ce5 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: 8%{?dist}
+Release: 9%{?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
@@ -587,7 +587,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}
-Obsoletes: binutils-aarch64
+Provides: binutils-aarch64 = %{version}-%{release}
+Obsoletes: binutils-aarch64 < %{version}-%{release}
Requires: coreutils
%if %{with systemzlib}
# zlib-devel provides libz.so
@@ -604,7 +605,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}
-Obsoletes: binutils-powerpc64le
+Provides: binutils-powerpc64le = %{version}-%{release}
+Obsoletes: binutils-powerpc64le < %{version}-%{release}
Requires: coreutils
%if %{with systemzlib}
Requires: zlib-devel
@@ -620,7 +622,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}
-Obsoletes: binutils-s390x
+Provides: binutils-s390x = %{version}-%{release}
+Obsoletes: binutils-s390x < %{version}-%{release}
Requires: coreutils
%if %{with systemzlib}
Requires: zlib-devel
@@ -636,7 +639,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}
-Obsoletes: binutils-x86_64
+Provides: binutils-x86_64 = %{version}-%{release}
+Obsoletes: binutils-x86_64 < %{version}-%{release}
Requires: coreutils
%if %{with systemzlib}
Requires: zlib-devel
@@ -1667,6 +1671,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
+* Tue Sep 15 2026 Nick Clifton <nickc@redhat.com> - 2.47.50-9
+- Add Provides: binutils-<arch> for cross binutils sub-packages, and update Obsolete targets.
+
* Mon Sep 14 2026 Nick Clifton <nickc@redhat.com> - 2.47.50-8
- Enable building of cross-binutils executables for RHEL architectures. (#2523586)
reply other threads:[~2026-09-16 8:16 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=178954660607.1.14743373859090694151.rpms-binutils-6606046940d8@fedoraproject.org \
--to=nickc@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