SHA256
6
0
forked from pool/gawk

Accepting request 533389 from home:AndreasStieger:branches:Base:System

- also ignore transient test time failure on ppc64

OBS-URL: https://build.opensuse.org/request/show/533389
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=66
This commit is contained in:
2017-10-12 11:16:48 +00:00
committed by Git OBS Bridge
parent e458cc04be
commit 123f411d52
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package gawk
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@@ -46,7 +46,7 @@ chmod -x COPYING
# skip strftime time
sed -ie 's/ strftime / /g' test/Makefile.in
# apply only for the arch that experienced previously transient failure
%ifarch ppc64le
%ifarch ppc64le ppc64
%patch1 -p1
%endif