public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelen <jjelen@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kryoptic] rawhide: Use OpenPGPverify
Date: Tue, 22 Sep 2026 15:00:08 GMT	[thread overview]
Message-ID: <179008920809.1.6901077743333751947.rpms-kryoptic-52941a5e681d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/kryoptic
Branch : rawhide
Commit : 52941a5e681d70c6de412d312cbe90b33ae27846
Author : Jakub Jelen <jjelen@redhat.com>
Date   : 2026-09-22T16:59:11+02:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kryoptic/c/52941a5e681d70c6de412d312cbe90b33ae27846?branch=rawhide

Log:
Use OpenPGPverify

---
diff --git a/kryoptic.spec b/kryoptic.spec
index 79312af..256f794 100644
--- a/kryoptic.spec
+++ b/kryoptic.spec
@@ -45,7 +45,7 @@ BuildRequires:  cargo-rpm-macros >= 26
 BuildRequires:  openssl-devel
 BuildRequires:  pandoc
 %if %{with gpgcheck}
-BuildRequires: gnupg2
+BuildRequires: openpgpverify
 %endif
 
 %global _description %{expand:
@@ -63,7 +63,7 @@ Most notably a migration tool for the SoftHSM database.
 
 %prep
 %if %{with gpgcheck}
-%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
+%{openpgpverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
 %endif
 %autosetup -p1
 %cargo_prep

                 reply	other threads:[~2026-09-22 15:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179008920809.1.6901077743333751947.rpms-kryoptic-52941a5e681d@fedoraproject.org \
    --to=jjelen@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox