From bbf036edab5249dd3f0a1ff2f6463e0dcb5321e25725e3cb811322364b8ecdc0 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Fri, 3 Jan 2020 11:22:36 +0000 Subject: [PATCH] Accepting request 756882 from home:michel_mno:branches:network:utilities - ignore make check failure for PowerPC as tracked upstream https://github.com/the-tcpdump-group/tcpdump/issues/814 OBS-URL: https://build.opensuse.org/request/show/756882 OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpdump?expand=0&rev=54 --- tcpdump.changes | 6 ++++++ tcpdump.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/tcpdump.changes b/tcpdump.changes index f41d571..193707c 100644 --- a/tcpdump.changes +++ b/tcpdump.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 13 17:21:34 UTC 2019 - Michel Normand + +- ignore make check failure for PowerPC as tracked upstream + https://github.com/the-tcpdump-group/tcpdump/issues/814 + ------------------------------------------------------------------- Tue Oct 15 07:53:47 UTC 2019 - Martin Pluskal diff --git a/tcpdump.spec b/tcpdump.spec index 17877fd..71c585b 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -57,7 +57,11 @@ export CFLAGS="%{optflags} -DGUESS_TSO" rm %{buildroot}/%{_sbindir}/tcpdump.%{version} %check +%ifarch ppc ppc64 ppc64le +make check %{?_smp_mflags} || { echo "ignore ikev2pI2 failure tracked by https://github.com/the-tcpdump-group/tcpdump/issues/814"; } +%else make check %{?_smp_mflags} +%endif %files %license LICENSE