Accepting request 563229 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/563229 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=130
This commit is contained in:
commit
e32c8e68bc
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package curl-mini
|
||||
#
|
||||
# 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
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 17:55:14 UTC 2018 - normand@linux.vnet.ibm.com
|
||||
|
||||
- disable 1501 test for PowerPC as byass boo#1075219
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 10:43:55 UTC 2017 - pmonrealgonzalez@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package curl
|
||||
#
|
||||
# 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
|
||||
@ -168,6 +168,10 @@ make %{?_smp_mflags} V=1
|
||||
%if %{with testsuite}
|
||||
%check
|
||||
pushd tests
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
echo "# disable 1501 for PowerPC bypass boo#1075219" >>data/DISABLED
|
||||
echo "1501" >>data/DISABLED
|
||||
%endif
|
||||
make %{?_smp_mflags}
|
||||
# make sure the testsuite runs don't race on MP machines in autobuild
|
||||
if test -z "$BUILD_INCARNATION" -a -r /.buildenv; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user