From 73672e48d1e08eb0ddaff29a99f10bb292efcb9f Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 4 Jan 2024 11:05:41 -0500 Subject: [PATCH] Drop unused autogen build dependency autogen is not related to autotools and not used in building wget2. --- wget2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wget2.spec b/wget2.spec index e626006..004afd6 100644 --- a/wget2.spec +++ b/wget2.spec @@ -8,7 +8,7 @@ Name: wget2 Version: 2.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An advanced file and recursive website downloader # Documentation is GFDL @@ -21,7 +21,6 @@ Source2: tim.ruehsen-keyring.asc # Buildsystem build requirements BuildRequires: autoconf -BuildRequires: autogen BuildRequires: automake BuildRequires: libtool BuildRequires: flex-devel >= 2.5.35 @@ -181,6 +180,9 @@ echo ".so man1/%{name}.1" > %{buildroot}%{_mandir}/man1/wget.1 %changelog +* Thu Jan 04 2024 Yaakov Selkowitz - 2.1.0-5 +- Drop unused autogen build dependency + * Thu Dec 21 2023 Yaakov Selkowitz - 2.1.0-4 - Avoid pandoc dependency on RHEL - Fix tests on RHEL