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