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
This commit is contained in:
Reinhard Max 2018-03-15 15:04:33 +00:00 committed by Git OBS Bridge
parent ff2d753e7b
commit 3375fd691e
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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