Mailinglist Archive: opensuse-buildservice (65 mails)
< Previous | Next > |
Re: [opensuse-buildservice] Problem with GPG verification: nothing provides gpg-offline
- From: Sebastian <sebix@xxxxxxxx>
- Date: Wed, 26 Sep 2018 11:37:36 +0200
- Message-id: <3a9fe2b7-6449-e45c-2c82-7f181b2dc5e8@sebix.at>
https://en.opensuse.org/openSUSE:Package_source_verification
On 25/09/2018 22.53, Bjoern Voigt wrote:
On 25/09/2018 22.53, Bjoern Voigt wrote:
Currently the package "maildrop" from server:mail repository fails to
build for many distributions, e.g. for Tumbleweed, Leap 42.3, Leap 15.0
and Factory.
https://build.opensuse.org/package/show/server:mail/maildrop
The error message is "nothing provides gpg-offline".
The maildrop.spec file contains the following GPG related entries:
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
[...]
%prep
%if 0%{?suse_version} >= 1230
%gpg_verify %{SOURCE1}
%endif
The macro %gpg_verify is unavailable (tested with Tumbleweed).
What is currently the right way to verify GPG signatures of sources?
What is a good example package for GPG verification?
Greetings,
Björn
< Previous | Next > |