From 24ae8f1d6f0e29c2761437a81f39839706971f456100c7b13892b276b0ecbc45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 10 Jan 2018 09:42:47 +0000 Subject: [PATCH] Accepting request 563207 from home:michel_mno:branches:devel:libraries:c_c++ - disable 1501 test for PowerPC as bypass boo#1075219 OBS-URL: https://build.opensuse.org/request/show/563207 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=212 --- curl-mini.spec | 2 +- curl.changes | 5 +++++ curl.spec | 6 +++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/curl-mini.spec b/curl-mini.spec index fadc22b..5be6cef 100644 --- a/curl-mini.spec +++ b/curl-mini.spec @@ -1,7 +1,7 @@ # # spec file for package curl-mini # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/curl.changes b/curl.changes index 789d66a..bbfc0a5 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 9 17:55:14 UTC 2018 - normand@linux.vnet.ibm.com + +- disable 1501 test for PowerPC as byass boo#1075219 + ------------------------------------------------------------------- Wed Nov 29 10:43:55 UTC 2017 - pmonrealgonzalez@suse.com diff --git a/curl.spec b/curl.spec index b4fba9a..fbaaf9c 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ # # spec file for package curl # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -168,6 +168,10 @@ make %{?_smp_mflags} V=1 %if %{with testsuite} %check pushd tests +%ifarch ppc ppc64 ppc64le +echo "# disable 1501 for PowerPC bypass boo#1075219" >>data/DISABLED +echo "1501" >>data/DISABLED +%endif make %{?_smp_mflags} # make sure the testsuite runs don't race on MP machines in autobuild if test -z "$BUILD_INCARNATION" -a -r /.buildenv; then