Accepting request 563598 from home:michel_mno:branches:devel:languages:perl

- ignore make check transient errors for PowerPC
  that are reported since 20170907
  bypass boo#1063176
  with new perl_skip_flaky_tests_powerpc.patch

OBS-URL: https://build.opensuse.org/request/show/563598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=157
This commit is contained in:
2018-01-11 14:55:49 +00:00
committed by Git OBS Bridge
parent 94af8537de
commit 70ae78dcc2
3 changed files with 142 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl
#
# 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
@@ -48,6 +48,7 @@ Patch9: perl-incfix.diff
Patch11: perl-5.18.2-overflow.diff
# PATCH-FIX-OPENSUSE
Patch12: perl-reproducible.patch
Patch13: perl_skip_flaky_tests_powerpc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: perl-base = %version
#PreReq: %fillup_prereq
@@ -184,8 +185,9 @@ cp -p %{S:3} .
%patch5
%patch6
%patch7
%ifarch ppc ppc64
%ifarch ppc ppc64 ppc64le
%patch8 -p1
%patch13 -p1
%endif
%patch9
%patch11