Move the BR for minimum Perl version to perl-interpreter

This commit is contained in:
Björn Esser 2022-11-16 10:43:08 +01:00
parent 812687ecce
commit 7a840ca6bc
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -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 <besser82@fedoraproject.org> - 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 <besser82@fedoraproject.org> - 4.4.31-3
- Explicitly list all needed build-time Perl modules