From cf3a34d7ab53fe8849255d36a79f8e8e78f04418 Mon Sep 17 00:00:00 2001 From: Dan HorĂ¡k Date: Aug 03 2020 14:59:11 +0000 Subject: switch the requirement to perl-interpreter only Seems it's sufficient to BR: perl-interpreter and not the whole standard perl distribution. --- diff --git a/cross-binutils.spec b/cross-binutils.spec index 7e2938b..4f2c1a5 100644 --- a/cross-binutils.spec +++ b/cross-binutils.spec @@ -194,7 +194,7 @@ BuildRequires: texinfo >= 4.0, gettext, flex, bison, zlib-devel # BZ 920545: We need pod2man in order to build the manual pages. BuildRequires: /usr/bin/pod2man # Perl, sed and touch are all used in the %prep section of this spec file. -BuildRequires: gcc, perl, sed, coreutils +BuildRequires: gcc, perl-interpreter, sed, coreutils BuildRequires: findutils BuildRequires: autoconf automake