public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kryoptic] rawhide: Use OpenPGPverify
@ 2026-09-22 15:00 Jakub Jelen
  0 siblings, 0 replies; only message in thread
From: Jakub Jelen @ 2026-09-22 15:00 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-22 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 15:00 [rpms/kryoptic] rawhide: Use OpenPGPverify Jakub Jelen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox