From 3375fd691e4fde671c3b886628f3adca931f317a821c411d0aad33e64faac6cd Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 15 Mar 2018 15:04:33 +0000 Subject: [PATCH] Accepting request 587529 from home:oertel:branches:devel:languages:tcl - handle s390 like s390x (bnc#1085480) OBS-URL: https://build.opensuse.org/request/show/587529 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=111 --- tcl.changes | 5 +++++ tcl.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tcl.changes b/tcl.changes index 561e394..c3fe322 100644 --- a/tcl.changes +++ b/tcl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 15 14:54:52 CET 2018 - ro@suse.de + +- handle s390 like s390x (bnc#1085480) + ------------------------------------------------------------------- Fri Dec 29 20:11:51 UTC 2017 - max@suse.com diff --git a/tcl.spec b/tcl.spec index cb9ef3d..9db5501 100644 --- a/tcl.spec +++ b/tcl.spec @@ -1,7 +1,7 @@ # # spec file for package tcl # -# 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 @@ -134,7 +134,7 @@ thread-7.31 thread-20.9 thread-21.16 EOF -%ifnarch s390x +%ifnarch s390 s390x make test 2>&1 | tee testresults grep FAILED testresults | grep -Fvwf known-failures && exit 1 %endif