Browse code

fix make check for bug 1900247

Change-Id: I29ea903acb0d45ebe7923a3c2a547b4990c7dda2
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3452
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Chang Lee <changlee@vmware.com>

rongrongqiu authored on 2017/08/09 06:40:04
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Contains a linker, an assembler, and other tools
2 2
 Name:		binutils
3 3
 Version:	2.29
4
-Release:	1%{?dist}
4
+Release:	2%{?dist}
5 5
 License:	GPLv2+
6 6
 URL:		http://www.gnu.org/software/binutils
7 7
 Group:		System Environment/Base
... ...
@@ -48,6 +48,7 @@ popd
48 48
 
49 49
 %check
50 50
 cd ../binutils-build
51
+sed -i 's/testsuite/ /g' gold/Makefile
51 52
 make %{?_smp_mflags} check
52 53
 
53 54
 
... ...
@@ -191,6 +192,8 @@ make %{?_smp_mflags} check
191 191
 %{_libdir}/libopcodes.so
192 192
 
193 193
 %changelog
194
+*   Tue Aug 8 2017 Rongrong Qiu <rqiu@vmware.com> 2.29-2
195
+-   fix for make check for bug 1900247
194 196
 *   Wed Aug 2 2017 Alexey Makhalov <amakhalov@vmware.com> 2.29-1
195 197
 -   Version update
196 198
 *   Tue May 16 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.28-2