diff --git a/SPECS/grep.spec b/SPECS/grep.spec index 7422568..35142ae 100644 --- a/SPECS/grep.spec +++ b/SPECS/grep.spec @@ -1,7 +1,7 @@ Summary: Pattern matching utilities Name: grep Version: 3.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ URL: https://www.gnu.org/software/grep/ @@ -18,7 +18,9 @@ Patch1: grep-3.5-help-align.patch BuildRequires: gcc BuildRequires: pcre-devel >= 3.9-10, texinfo, gettext BuildRequires: autoconf automake glibc-all-langpacks +%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9 BuildRequires: perl-FileHandle +%endif BuildRequires: make # https://fedorahosted.org/fpc/ticket/174 Provides: bundled(gnulib) @@ -79,6 +81,9 @@ make check %{_libexecdir}/grepconf.sh %changelog +* Wed Feb 17 2021 Davide Cavalca - 3.6-3 +- Gate perl-FileHandle dependency to f33 onwards + * Tue Jan 26 2021 Fedora Release Engineering - 3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild