diff --git a/wget.spec b/wget.spec index 97467b1..ea443ee 100644 --- a/wget.spec +++ b/wget.spec @@ -1,7 +1,7 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols Name: wget Version: 1.20.3 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ Url: http://www.gnu.org/software/wget/ Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz @@ -15,7 +15,7 @@ Patch4: wget-1.20.3-bz1475861-ftp-verifcerterr-hadling.patch Provides: webclient Provides: bundled(gnulib) # needed for test suite -BuildRequires: perl-HTTP-Daemon, python3 +BuildRequires: perl-lib, perl-English, perl-HTTP-Daemon, python3 BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn2-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel, gpgme-devel, gcc, zlib-devel %description @@ -69,6 +69,9 @@ make check %{_infodir}/* %changelog +* Wed Jul 01 2020 Artem Egorenkov - 1.20.3-6 +- Fix Perl module build dependencies + * Wed Jun 24 2020 Artem Egorenkov - 1.20.3-5 - Fix FTP VERIFCERTERR handling (#1475861)