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:
parent
ff2d753e7b
commit
3375fd691e
@ -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
|
Fri Dec 29 20:11:51 UTC 2017 - max@suse.com
|
||||||
|
|
||||||
|
4
tcl.spec
4
tcl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tcl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -134,7 +134,7 @@ thread-7.31
|
|||||||
thread-20.9
|
thread-20.9
|
||||||
thread-21.16
|
thread-21.16
|
||||||
EOF
|
EOF
|
||||||
%ifnarch s390x
|
%ifnarch s390 s390x
|
||||||
make test 2>&1 | tee testresults
|
make test 2>&1 | tee testresults
|
||||||
grep FAILED testresults | grep -Fvwf known-failures && exit 1
|
grep FAILED testresults | grep -Fvwf known-failures && exit 1
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user