From ed7ecc5d18e801fe7906c4ed2d71dd7f1e36e6da Mon Sep 17 00:00:00 2001 From: Ondrej Dubaj Date: Wed, 11 Mar 2020 08:50:34 +0100 Subject: [PATCH] Added perl dependency --- autoconf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/autoconf.spec b/autoconf.spec index 218cc85..551a5ad 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -6,7 +6,7 @@ Summary: A GNU tool for automatically configuring source code Name: autoconf Version: 2.69 -Release: 32%{?dist} +Release: 33%{?dist} License: GPLv2+ and GFDL Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz Source1: config.site @@ -23,6 +23,7 @@ BuildArch: noarch %bcond_without check # m4 >= 1.4.6 is required, >= 1.4.14 is recommended: +BuildRequires: perl BuildRequires: m4 >= 1.4.14 Requires: m4 >= 1.4.14 %if %{with autoconf_enables_emacs} @@ -123,6 +124,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir} %changelog +* Wed Mar 11 2020 Ondrej Dubaj - 2.69-33 +- Added perl dependency + * Tue Jan 28 2020 Fedora Release Engineering - 2.69-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild