From 9100e0b29cb79f9609240dec86d5869459c27882 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 9 Oct 2017 09:22:18 -0700 Subject: [PATCH] Fix FTBFS (#1499876) --- wget.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wget.spec b/wget.spec index 2e19592..3fbed7a 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.19.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ Group: Applications/Internet Url: http://www.gnu.org/software/wget/ @@ -32,6 +32,7 @@ BuildRequires: perl-HTTP-Daemon, python3 BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn2-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel # needed because of added test in Patch3. Need to remove this after rebase BuildRequires: automake +BuildRequires: gpgme-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -58,7 +59,11 @@ grep "PACKAGE_STRING='wget .* (Red Hat modified)'" configure || exit 1 %patch6 -p1 -b .netrc_4 %patch7 -p1 -b .failing-tests +sed -i 's|/{{port|/{\\{port|' tests/*.{pm,px} + %build +aclocal +autoreconf %configure \ --with-ssl=gnutls \ --with-libpsl \ @@ -103,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Mon Oct 09 2017 Troy Dawson - 1.19.1-6 +- Fix FTBFS (#1499876) + * Thu Aug 03 2017 Fedora Release Engineering - 1.19.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild