[binutils] Add bc to BuildRequires when running the testsuite. Resolves: #895321

Nicholas Clifton nickc at fedoraproject.org
Tue Jan 15 11:40:31 UTC 2013


commit 4c0c3e880efb876ab9d740e91979ff0e10cf4339
Author: Nick Clifton <nickc at redhat.com>
Date:   Tue Jan 15 11:32:40 2013 +0000

    Add bc to BuildRequires when running the testsuite.
    Resolves: #895321

 binutils.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/binutils.spec b/binutils.spec
index 3505992..b90f665 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.8
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group: Development/Tools
 URL: http://sources.redhat.com/binutils
@@ -66,7 +66,8 @@ BuildRequires: texinfo >= 4.0, gettext, flex, bison, zlib-devel
 # 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}
-BuildRequires: dejagnu, zlib-static, glibc-static, sharutils
+# relro_test.sh uses dc which is part of the bc rpm, hence its inclusion here.
+BuildRequires: dejagnu, zlib-static, glibc-static, sharutils, bc
 %endif
 Conflicts: gcc-c++ < 4.0.0
 Requires(post): /sbin/install-info
@@ -444,8 +445,11 @@ exit 0
 %endif # %{isnative}
 
 %changelog
+* Tue Jan 15 2013 Patsy Franklin <pfrankli at redhat.com> - 2.23.51.0.8-3
+- Add bc to BuildRequires when running the testsuite.  (#895321)
+
 * Wed Jan 02 2013 Nick Clifton <nickc at redhat.com> - 2.23.51.0.8-2
-- Add dependency upon libdl.  (#889134)
+- Add runtime link with libdl.  (#889134)
 
 * Wed Jan 02 2013 Nick Clifton <nickc at redhat.com> - 2.23.51.0.8-1
 - Rebase on 2.23.51.0.8 release.  (#890382)


More information about the scm-commits mailing list