diff --git a/wget.spec b/wget.spec index 365c137b374f377a724e118de240376aa88bba4c..51dd9480eb28f9f8621f25392d6cff3c7bb2fe15 100644 --- a/wget.spec +++ b/wget.spec @@ -1,6 +1,6 @@ Name: wget Version: 1.21.2 -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/ @@ -41,6 +41,12 @@ files and man, info files. %find_lang %{name}-gnulib rm -f %{buildroot}%{_infodir}/dir +%check +pushd tests +sed -i '/####/a\exit 77;' Test-https-pfs.px Test-https-tlsv1.px Test-https-tlsv1x.px Test-https-selfsigned.px Test-https-clientcert.px Test-https-crl.px Test-https-badcerts.px +popd +make check + %files -f %{name}.lang -f %{name}-gnulib.lang %doc AUTHORS COPYING %config(noreplace) %{_sysconfdir}/wgetrc @@ -52,6 +58,12 @@ rm -f %{buildroot}%{_infodir}/dir %{_infodir}/* %changelog +* Thu Mar 09 2023 zhouyihang - 1.21.2-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:skip some unstable tests and enable DT test + * Thu Dec 01 2022 xingwei - 1.21.2-3 - Type:bugfix - ID:NA