[curl/f19] Resolves: #1072273 - avoid spurious failure of test1086 on s390(x) koji builders

Kamil Dudka kdudka at fedoraproject.org
Wed Mar 5 14:28:49 UTC 2014


commit 3bbc41d315553211a8d494db085d486c45d1caaa
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Wed Mar 5 15:17:57 2014 +0100

    Resolves: #1072273 - avoid spurious failure of test1086 on s390(x) koji builders

 curl.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index f038ece..9721e01 100644
--- a/curl.spec
+++ b/curl.spec
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.29.0
-Release: 14%{?dist}
+Release: 15%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -178,6 +178,9 @@ cd tests/data/
 sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}9\\1/ test*
 cd -
 
+# avoid spurious failure of test1086 on s390(x) koji builders (#1072273)
+sed -i 's/-m 7/-m 15/' tests/data/test1086
+
 # disable test 1112 (#565305)
 printf "1112\n" >> tests/data/DISABLED
 
@@ -281,6 +284,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Wed Mar 05 2014 Kamil Dudka <kdudka at redhat.com> 7.29.0-15
+- avoid spurious failure of test1086 on s390(x) koji builders (#1072273)
+
 * Tue Feb 25 2014 Kamil Dudka <kdudka at redhat.com> 7.29.0-14
 - refresh expired cookie in test172 from upstream test-suite (#1068967)
 - use proxy name in error messages when proxy is used (#1066484)


More information about the scm-commits mailing list