[binutils/f19] Add explicit requirement of /usr/bin/pod2man. Resolves: #920545

Nicholas Clifton nickc at fedoraproject.org
Wed Mar 13 17:07:58 UTC 2013


commit b15d8d31fe580c3021829a4b705480908cdf6e22
Author: Nick Clifton <nickc at redhat.com>
Date:   Wed Mar 13 17:02:43 2013 +0000

    Add explicit requirement of /usr/bin/pod2man.
    Resolves: #920545

 binutils.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <nickc at redhat.com> - 2.23.52.0.1-6
+- Add explicit requirement of /usr/bin/pod2man.  (#920545)
+
 * Fri Mar 08 2013 Nick Clifton <nickc at redhat.com> - 2.23.52.0.1-5
 - Reverts patch for PR15149 - prevents report weak DT_NEEDED symbols.  (#918003)
 


More information about the scm-commits mailing list