From 438d5065697a606474b4c33f52001ff8a5871012 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Jun 02 2016 07:52:49 +0000 Subject: Retire the copy-osabi patch. Resolves: #1252066 --- diff --git a/binutils.spec b/binutils.spec index 912a2ab..e648735 100644 --- a/binutils.spec +++ b/binutils.spec @@ -20,7 +20,7 @@ Summary: A GNU collection of binary utilities Name: %{?cross}binutils%{?_with_debug:-debug} Version: 2.26 -Release: 21%{?dist} +Release: 22%{?dist} License: GPLv3+ Group: Development/Tools URL: http://sources.redhat.com/binutils @@ -38,7 +38,7 @@ Patch02: binutils-2.20.51.0.10-ppc64-pie.patch Patch03: binutils-2.20.51.0.2-ia64-lib64.patch Patch04: binutils-2.25-version.patch Patch05: binutils-2.25-set-long-long.patch -Patch06: binutils-2.20.51.0.10-copy-osabi.patch +# Patch06: binutils-2.20.51.0.10-copy-osabi.patch Patch07: binutils-2.20.51.0.10-sec-merge-emit.patch # Enable -zrelro by default: BZ #621983 Patch08: binutils-2.22.52.0.1-relro-on-by-default.patch @@ -174,7 +174,7 @@ using libelf instead of BFD. %endif %patch04 -p1 -b .version~ %patch05 -p1 -b .set-long-long~ -%patch06 -p1 -b .copy-osabi~ +# %patch06 -p1 -b .copy-osabi~ %patch07 -p1 -b .sec-merge-emit~ %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 %patch08 -p1 -b .relro~ @@ -513,6 +513,10 @@ exit 0 %endif # %{isnative} %changelog +* Thu Jun 02 2016 Nick Clifton 2.26-22 +- Retire the copy-osabi patch. + (#1252066) + * Mon May 09 2016 Nick Clifton 2.26-21 - Fix another compile time warning, this time in tc-arm.c. (#1333695)