Move the BR for minimum Perl version to perl-interpreter
This commit is contained in:
parent
812687ecce
commit
7a840ca6bc
@ -180,7 +180,7 @@ BuildRequires: fipscheck
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glibc-devel >= %{glibc_minver}
|
BuildRequires: glibc-devel >= %{glibc_minver}
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter >= 5.14.0
|
||||||
BuildRequires: perl(Class::Struct)
|
BuildRequires: perl(Class::Struct)
|
||||||
BuildRequires: perl(Cwd)
|
BuildRequires: perl(Cwd)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
@ -194,7 +194,6 @@ BuildRequires: perl(open)
|
|||||||
BuildRequires: perl(POSIX)
|
BuildRequires: perl(POSIX)
|
||||||
BuildRequires: perl(Symbol)
|
BuildRequires: perl(Symbol)
|
||||||
BuildRequires: perl(utf8)
|
BuildRequires: perl(utf8)
|
||||||
BuildRequires: perl(:VERSION) >= 5.14.0
|
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
|
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
@ -571,6 +570,7 @@ done
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Nov 16 2022 Björn Esser <besser82@fedoraproject.org> - 4.4.31-4
|
* 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
|
- 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
|
* Tue Nov 15 2022 Björn Esser <besser82@fedoraproject.org> - 4.4.31-3
|
||||||
- Explicitly list all needed build-time Perl modules
|
- Explicitly list all needed build-time Perl modules
|
||||||
|
Loading…
Reference in New Issue
Block a user