From 3fed9cc8a1fd7ce547472bbeea39c44808364abb Mon Sep 17 00:00:00 2001 From: bzhaoop Date: Sat, 31 Jul 2021 11:09:59 +0800 Subject: [PATCH] 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. --- perl-Module-Signature.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Module-Signature.spec b/perl-Module-Signature.spec index 2e1ee0f..1d439a0 100644 --- a/perl-Module-Signature.spec +++ b/perl-Module-Signature.spec @@ -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 0.87-2 +- Fix the build dependency for gpg not found issue. + * Mon Mar 08 2021 Perl_Bot 0.87-1 - Specfile autogenerated by Perl_Bot