!4 Add buildrequires perl(File::Which) to fix build test error

From: @cherry530 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2023-07-25 03:44:14 +00:00 committed by Gitee
commit 22cd8ef60d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: perl-FFI-CheckLib
Version: 0.31
Release: 1
Release: 2
Summary: FFI::CheckLib Perl module
License: GPL+ or Artistic
Group: Development/Libraries
@ -14,7 +14,7 @@ BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(:VERSION) >= 5.6
BuildRequires: perl(Test2::V0) >= 0.000060
BuildRequires: perl(File::Which)
%description
This Perl module checks whether a particular dynamic library is available for
@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Tue Jul 25 2023 xu_ping <707078654@qq.com> - 0.31-2
- fix build test error
* Wed Jul 19 2023 leeffo <liweiganga@uniontech.com> - 0.31-1
- upgrade to version 0.31