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
This commit is contained in:
parent
7c53862e90
commit
bbf036edab
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 13 17:21:34 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
- 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 <mpluskal@suse.com>
|
Tue Oct 15 07:53:47 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -57,7 +57,11 @@ export CFLAGS="%{optflags} -DGUESS_TSO"
|
|||||||
rm %{buildroot}/%{_sbindir}/tcpdump.%{version}
|
rm %{buildroot}/%{_sbindir}/tcpdump.%{version}
|
||||||
|
|
||||||
%check
|
%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}
|
make check %{?_smp_mflags}
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user