From d37b5b1363ad57827ed6342c303dc5fa5097fac9 Mon Sep 17 00:00:00 2001 From: sherlock2010 <15151851377@163.com> Date: Tue, 1 Nov 2022 03:42:09 +0000 Subject: [PATCH] skip some unstable ssl tests (cherry picked from commit a5ea754f0817fab000070bb9749acc44bab49ea6) --- wget.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wget.spec b/wget.spec index d2632de..b597625 100644 --- a/wget.spec +++ b/wget.spec @@ -1,6 +1,6 @@ Name: wget Version: 1.20.3 -Release: 3 +Release: 4 Summary: A package for retrieving files using HTTP, HTTPS, FTP and FTPS the most widely-used Internet protocols. License: GPLv3+ Url: http://www.gnu.org/software/wget/ @@ -40,6 +40,7 @@ files and man, info files. %autosetup -p1 %build +sed -i 's/@WITH_SSL_TRUE@am__append_1 = export SSL_TESTS=1/#@WITH_SSL_TRUE@am__append_1 = export SSL_TESTS=1/g' testenv/Makefile.in %configure --with-ssl=gnutls --with-libpsl --enable-largefile --enable-opie --enable-digest --enable-ntlm --enable-nls --enable-ipv6 --disable-rpath --with-metalink %make_build @@ -65,6 +66,12 @@ make check %{_infodir}/* %changelog +* Tue Nov 01 2022 zhouyihang - 1.20.3-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:skip some unstable ssl tests + * Mon Feb 8 2021 openEuler Buildteam - 1.20.3-3 - rebuild 1.20.3-3 -- Gitee