Fix the build dependency issue

In the OBS Factory showed recently, there is a issue about
"No gpg found" during build the said package. So this might
a OBS / default libs behavior change, we need to follow up.
This commit is contained in:
bzhaoop 2021-07-31 11:09:59 +08:00
parent aa184ae483
commit 3fed9cc8a1

View File

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