From 4346be8bff1ba08dc11d0b47cee5c1da410a15e6 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Mon, 15 Oct 2012 14:43:50 -0500 Subject: [PATCH] Provides: bundled(libiberty) --- binutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index 9664b53..61243f4 100644 --- a/binutils.spec +++ b/binutils.spec @@ -17,7 +17,7 @@ Summary: A GNU collection of binary utilities Name: %{?cross}binutils%{?_with_debug:-debug} Version: 2.23.51.0.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Development/Tools URL: http://sources.redhat.com/binutils @@ -40,6 +40,7 @@ Patch08: binutils-2.22.52.0.1-relro-on-by-default.patch Patch09: binutils-2.22.52.0.1-export-demangle.h.patch # Disable checks that config.h has been included before system headers. BZ #845084 Patch10: binutils-2.22.52.0.4-no-config-h-check.patch +Provides: bundled(libiberty) %define gold_arches %ix86 x86_64 @@ -441,6 +442,9 @@ exit 0 %endif # %{isnative} %changelog +* Mon Oct 15 2012 Jon Ciesla - 2.23.51.0.3-2 +- Provides: bundled(libiberty) + * Tue Oct 02 2012 Nick Clifton - 2.23.51.0.3-1 - Rebase on 2.23.51.0.3 release. (#858560)