From 860334d32b3ec4838deed60f646c92cec72ea5ed Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Tue, 8 Jun 2021 16:21:11 +0200 Subject: [PATCH] Resolves: #1967216 - consider disabling metalink support in wget --- wget.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wget.spec b/wget.spec index 9e9766d..da6a5eb 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.21.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ Url: http://www.gnu.org/software/wget/ Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz @@ -14,7 +14,7 @@ Provides: bundled(gnulib) # needed for test suite BuildRequires: make 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, gpgme-devel, gcc, zlib-devel %description GNU Wget is a file retrieval utility which can use either the HTTP or @@ -44,8 +44,7 @@ grep "PACKAGE_STRING='wget .* (Red Hat modified)'" configure || exit 1 --enable-ntlm \ --enable-nls \ --enable-ipv6 \ - --disable-rpath \ - --with-metalink + --disable-rpath %{make_build} @@ -68,6 +67,9 @@ make check %{_infodir}/* %changelog +* Tue Jun 08 2021 Michal Ruprich - 1.21.1-5 +- Resolves: #1967216 - consider disabling metalink support in wget + * Fri Apr 16 2021 Mohan Boddu - 1.21.1-4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937