rpms/binutils/devel binutils.spec,1.149,1.150

Nicholas Clifton nickc at fedoraproject.org
Fri Jan 23 14:18:33 UTC 2009


Author: nickc

Update of /cvs/pkgs/rpms/binutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2620

Modified Files:
	binutils.spec 
Log Message:
Only require dejagnu if the the testsuites are going to be run.  (BZ 481169)



Index: binutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/binutils/devel/binutils.spec,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- binutils.spec	29 Nov 2008 07:59:03 -0000	1.149
+++ binutils.spec	23 Jan 2009 14:18:02 -0000	1.150
@@ -17,7 +17,7 @@
 Summary: A GNU collection of binary utilities
 Name: %{?cross}binutils%{?_with_debug:-debug}
 Version: 2.19.50.0.1
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv3+
 Group: Development/Tools
 URL: http://sources.redhat.com/binutils
@@ -43,11 +43,11 @@
 %endif
 
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires: texinfo >= 4.0, dejagnu, gettext, flex, bison, zlib-devel
+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: zlib-static
+BuildRequires: dejagnu, zlib-static
 %endif
 Conflicts: gcc-c++ < 4.0.0
 Requires(post): /sbin/install-info
@@ -345,6 +345,9 @@
 %endif # %{isnative}
 
 %changelog
+* Fri Jan 23 2009 Nick Clifton <nickc at redhat.com> 2.19.50.0.1-9
+- Only require dejagnu if the testsuites are going to be run.  (BZ 481169)
+
 * Sat Nov 29 2008 Nick Clifton <nickc at redhat.com> 2.19.50.0.1-8
 - Add build-id patch to ensure that section contents are incorporated
   into a build id.  (BZ 472152)




More information about the scm-commits mailing list