rename 0109-curl-7.30.0-tests-port-range.patch
... such that it is clear that it is an upstream patch
This commit is contained in:
parent
b7ba0b7452
commit
eae5353202
@ -7,6 +7,9 @@ Group: Applications/Internet
|
|||||||
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
|
||||||
Source2: curlbuild.h
|
Source2: curlbuild.h
|
||||||
|
|
||||||
|
# prevent test-suite failure due to using non-default port ranges in tests
|
||||||
|
Patch1: 0001-curl-7.30.0-ddbda328.patch
|
||||||
|
|
||||||
# patch making libcurl multilib ready
|
# patch making libcurl multilib ready
|
||||||
Patch101: 0101-curl-7.30.0-multilib.patch
|
Patch101: 0101-curl-7.30.0-multilib.patch
|
||||||
|
|
||||||
@ -26,9 +29,6 @@ Patch107: 0107-curl-7.21.4-libidn-valgrind.patch
|
|||||||
# a simple iconv can't fix them
|
# a simple iconv can't fix them
|
||||||
Patch108: 0108-curl-7.30.0-utf8.patch
|
Patch108: 0108-curl-7.30.0-utf8.patch
|
||||||
|
|
||||||
# prevent test-suite failure due to using non-default port ranges in tests
|
|
||||||
Patch109: 0109-curl-7.30.0-tests-port-range.patch
|
|
||||||
|
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
URL: http://curl.haxx.se/
|
URL: http://curl.haxx.se/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
@ -117,7 +117,7 @@ cd tests/data/
|
|||||||
sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}9\\1/ test*
|
sed -i s/899\\\([0-9]\\\)/%{?__isa_bits}9\\1/ test*
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
%patch109 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
# disable test 1112 (#565305)
|
# disable test 1112 (#565305)
|
||||||
printf "1112\n" >> tests/data/DISABLED
|
printf "1112\n" >> tests/data/DISABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user