!2 Fix the build dependency issue

From: @bzhaoop
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-08-02 09:43:38 +00:00 committed by Gitee
commit ea226d1a84

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: perl-Module-Signature
Version: 0.87
Release: 1
Release: 2
Summary: Module signature file manipulation
License: CC0 1.0 Universal
Group: Development/Libraries
@ -14,6 +14,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IPC::Run)
BuildRequires: perl(Test::More)
BuildRequires: gpgme
Requires: perl(File::Temp)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -73,5 +74,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Sat Jul 31 2021 bzhaoop <bzhaojyathousandy@gmail.com> 0.87-2
- Fix the build dependency for gpg not found issue.
* Mon Mar 08 2021 Perl_Bot <Perl_Bot@openeuler.org> 0.87-1
- Specfile autogenerated by Perl_Bot