From 7a840ca6bc77da581cc41154fb35e00c951ff8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 16 Nov 2022 10:43:08 +0100 Subject: [PATCH] Move the BR for minimum Perl version to perl-interpreter --- libxcrypt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index 91ef44e..00662d6 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -180,7 +180,7 @@ BuildRequires: fipscheck BuildRequires: gcc BuildRequires: glibc-devel >= %{glibc_minver} BuildRequires: make -BuildRequires: perl-interpreter +BuildRequires: perl-interpreter >= 5.14.0 BuildRequires: perl(Class::Struct) BuildRequires: perl(Cwd) BuildRequires: perl(Exporter) @@ -194,7 +194,6 @@ BuildRequires: perl(open) BuildRequires: perl(POSIX) BuildRequires: perl(Symbol) BuildRequires: perl(utf8) -BuildRequires: perl(:VERSION) >= 5.14.0 BuildRequires: perl(warnings) %if %{without bootstrap} @@ -571,6 +570,7 @@ done %changelog * Wed Nov 16 2022 Björn Esser - 4.4.31-4 - Add BR for perl modules to run the skip-if-exec-format-error script +- Move the BR for minimum Perl version to perl-interpreter * Tue Nov 15 2022 Björn Esser - 4.4.31-3 - Explicitly list all needed build-time Perl modules