From 8f68dc5a9a8fa317400b1e0911ac0dc7704b3176 Mon Sep 17 00:00:00 2001 From: xingwei Date: Thu, 1 Dec 2022 08:49:34 +0000 Subject: [PATCH] disable DT test (cherry picked from commit 0bb45256267510cae610f333911fa4caea1adba6) --- wget.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/wget.spec b/wget.spec index 4de43c1..365c137 100644 --- a/wget.spec +++ b/wget.spec @@ -1,6 +1,6 @@ Name: wget Version: 1.21.2 -Release: 2 +Release: 3 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/ @@ -41,9 +41,6 @@ files and man, info files. %find_lang %{name}-gnulib rm -f %{buildroot}%{_infodir}/dir -%check -make check - %files -f %{name}.lang -f %{name}-gnulib.lang %doc AUTHORS COPYING %config(noreplace) %{_sysconfdir}/wgetrc @@ -55,6 +52,12 @@ make check %{_infodir}/* %changelog +* Thu Dec 01 2022 xingwei - 1.21.2-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:disable DT test + * Sat Oct 22 2022 gaihuiying - 1.21.2-2 - Type:bugfix - ID:NA -- Gitee