From cc48585e6c9344c79f12bad5726a6622c2804c41 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Aug 02 2012 12:47:40 +0000 Subject: Make the binutils-devel package depend upon the binutils package. Resolves #845082 --- diff --git a/binutils.spec b/binutils.spec index 59dd84a..b4cc950 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.22.52.0.4 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv3+ Group: Development/Tools URL: http://sources.redhat.com/binutils @@ -117,6 +117,7 @@ Provides: binutils-static = %{version}-%{release} Requires(post): /sbin/install-info Requires(preun): /sbin/install-info Requires: zlib-devel +Requires: binutils = %{version}-%{release} %description devel This package contains BFD and opcodes static and dynamic libraries. @@ -448,6 +449,9 @@ exit 0 %endif # %{isnative} %changelog +* Thu Aug 02 2012 Nick Clifton - 2.22.52.0.4-8 +- Make the binutils-devel package depend upon the binutils package. (#845082) + * Thu Aug 02 2012 Nick Clifton - 2.22.52.0.4-7 - Disable checks that config.h is included before system headers. (#845084)