From b15d8d31fe580c3021829a4b705480908cdf6e22 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mar 13 2013 17:02:43 +0000 Subject: Add explicit requirement of /usr/bin/pod2man. Resolves: #920545 --- diff --git a/binutils.spec b/binutils.spec index 35fe845..ddf1b8a 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.52.0.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ Group: Development/Tools URL: http://sources.redhat.com/binutils @@ -69,6 +69,8 @@ Provides: bundled(libiberty) Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: texinfo >= 4.0, gettext, flex, bison, zlib-devel +# BZ 920545: We need pod2man in order to build the manual pages. +BuildRequires: /usr/bin/pod2man # Required for: ld-bootstrap/bootstrap.exp bootstrap with --static # It should not be required for: ld-elf/elf.exp static {preinit,init,fini} array %if %{run_testsuite} @@ -454,6 +456,9 @@ exit 0 %endif # %{isnative} %changelog +* Wed Mar 13 2013 Nick Clifton - 2.23.52.0.1-6 +- Add explicit requirement of /usr/bin/pod2man. (#920545) + * Fri Mar 08 2013 Nick Clifton - 2.23.52.0.1-5 - Reverts patch for PR15149 - prevents report weak DT_NEEDED symbols. (#918003)