!3 fix obs build error about lack of some BuildRequire

From: @Tom_zc 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2023-12-15 07:03:34 +00:00 committed by Gitee
commit 99d932b768
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-File-FcntlLock
Version: 0.22
Release: 1
Release: 2
Summary: File locking with fcntl(2)
License: GPL+ or Artistic
Group: Development/Libraries
@ -15,6 +15,21 @@ BuildRequires: perl(Errno)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(POSIX)
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl(File::Copy)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(base)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
# Tests:
BuildRequires: perl(Test)
Requires: perl(Carp)
Requires: perl(Config)
Requires: perl(DynaLoader)
@ -87,5 +102,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Mon Dec 11 2023 zhuchao <tom_toworld@163.com> 0.22-2
- fix obs build error about lack of some BuildRequire
* Sun May 23 2021 Perl_Bot <Perl_Bot@openeuler.org> 0.22-1
- Specfile autogenerated by Perl_Bot
- Specfile autogenerated by Perl_Bot