From 102c384c44cb942f3d6c58862bee90802735ab70 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 20 Sep 2024 12:23:35 +0300 Subject: [PATCH] Add nettle-devel to BuildRequires --- wget.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wget.spec b/wget.spec index 12abbfc..f289a66 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.24.5 -Release: 1%{?dist} +Release: 1%{?dist}.alma.1 License: GPL-3.0-or-later AND LGPL-2.1-or-later AND GFDL-1.3-or-later Url: http://www.gnu.org/software/wget/ Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz @@ -31,6 +31,7 @@ BuildRequires: gpgme-devel BuildRequires: gcc BuildRequires: zlib-devel BuildRequires: git-core +BuildRequires: nettle-devel %description GNU Wget is a file retrieval utility which can use either the HTTP or @@ -81,6 +82,9 @@ make check %{_infodir}/* %changelog +* Fri Sep 20 2024 Eduard Abdullin - 1.21.1-8.alma.1 +- Add nettle-devel to BuildRequires + * Mon Jul 15 2024 Michal Ruprich - 1.21.1-8 - Resolves: RHEL-43226 - Misinterpretation of input may lead to improper behavior