Explicitly BR perl-FindBin.
I'm not sure how this managed to build before now, but the Perl script called "fixrom.pm" definitely does "use FindBin" so this dependency is required. The error was: BEGIN failed--compilation aborted at ./util/fixrom.pl line 23. Can't locate FindBin.pm in @INC (you may need to install the FindBin module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at ./util/fixrom.pl line 23.
This commit is contained in:
parent
24f92d1a4c
commit
b741ba99a5
@ -50,7 +50,7 @@
|
||||
|
||||
Name: ipxe
|
||||
Version: %{date}
|
||||
Release: 5.git%{hash}%{?dist}
|
||||
Release: 6.git%{hash}%{?dist}
|
||||
Summary: A network boot loader
|
||||
|
||||
License: GPLv2 with additional permissions and BSD
|
||||
@ -66,6 +66,7 @@ Patch0002: 0002-Use-spec-compliant-timeouts.patch
|
||||
%ifarch %{buildarches}
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-Getopt-Long
|
||||
BuildRequires: perl-FindBin
|
||||
BuildRequires: syslinux
|
||||
BuildRequires: mtools
|
||||
BuildRequires: genisoimage
|
||||
@ -240,6 +241,9 @@ done
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 29 2020 Richard W.M. Jones <rjones@redhat.com> - 20190125-6.git36a4c85f
|
||||
- Explicitly BR perl-FindBin.
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20190125-5.git36a4c85f
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user