Fix Perl module build dependencies
This commit is contained in:
parent
1f75ed007a
commit
b0acf61da5
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.20.3
|
Version: 1.20.3
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: http://www.gnu.org/software/wget/
|
Url: http://www.gnu.org/software/wget/
|
||||||
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
|
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: webclient
|
||||||
Provides: bundled(gnulib)
|
Provides: bundled(gnulib)
|
||||||
# needed for test suite
|
# 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
|
BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn2-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel, gpgme-devel, gcc, zlib-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -69,6 +69,9 @@ make check
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 01 2020 Artem Egorenkov <aegorenk@redhat.com> - 1.20.3-6
|
||||||
|
- Fix Perl module build dependencies
|
||||||
|
|
||||||
* Wed Jun 24 2020 Artem Egorenkov <aegorenk@redhat.com> - 1.20.3-5
|
* Wed Jun 24 2020 Artem Egorenkov <aegorenk@redhat.com> - 1.20.3-5
|
||||||
- Fix FTP VERIFCERTERR handling (#1475861)
|
- Fix FTP VERIFCERTERR handling (#1475861)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user