Add BR for perl modules to run the skip-if-exec-format-error script
This commit is contained in:
parent
9d106ed8bf
commit
812687ecce
@ -158,7 +158,7 @@ fi \
|
|||||||
|
|
||||||
Name: libxcrypt
|
Name: libxcrypt
|
||||||
Version: 4.4.31
|
Version: 4.4.31
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
||||||
|
|
||||||
# For explicit license breakdown, see the
|
# For explicit license breakdown, see the
|
||||||
@ -188,9 +188,11 @@ BuildRequires: perl(File::Spec::Functions)
|
|||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(FindBin)
|
BuildRequires: perl(FindBin)
|
||||||
BuildRequires: perl(if)
|
BuildRequires: perl(if)
|
||||||
|
BuildRequires: perl(IPC::Open3)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(open)
|
BuildRequires: perl(open)
|
||||||
BuildRequires: perl(POSIX)
|
BuildRequires: perl(POSIX)
|
||||||
|
BuildRequires: perl(Symbol)
|
||||||
BuildRequires: perl(utf8)
|
BuildRequires: perl(utf8)
|
||||||
BuildRequires: perl(:VERSION) >= 5.14.0
|
BuildRequires: perl(:VERSION) >= 5.14.0
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
@ -567,6 +569,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
* 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