From 13bca18eb5c4a860d5b0e06b0f7bac0536dcdb3e Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Thu, 26 Apr 2018 17:26:04 +0200 Subject: [PATCH] Added gcc as an explicit BuildRequires Signed-off-by: Tomas Hozza --- wget.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wget.spec b/wget.spec index ff20bfe..ae96f38 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.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: Applications/Internet Url: http://www.gnu.org/software/wget/ @@ -15,7 +15,7 @@ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info # needed for test suite BuildRequires: perl-HTTP-Daemon, python3 -BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn2-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel, gpgme-devel +BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn2-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel, gpgme-devel, gcc %description GNU Wget is a file retrieval utility which can use either the HTTP or @@ -77,6 +77,9 @@ fi %{_infodir}/* %changelog +* Thu Apr 26 2018 Tomas Hozza - 1.19.4-3 +- Added gcc as an explicit BuildRequires + * Fri Feb 09 2018 Fedora Release Engineering - 1.19.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild