Accepting request 760624 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/760624 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcpdump?expand=0&rev=41
This commit is contained in:
commit
40acad9c64
@ -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