From 49e721cb96e5058845e162504d9ebb3eb15ce11f Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Fri, 13 Jan 2023 19:22:06 -0500 Subject: [PATCH] clarify gpgverify a bit to make it look less magical --- .gitignore | 2 ++ unbound.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c64874..44cbc77 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,5 @@ unbound-1.4.5.tar.gz /unbound-1.16.3.tar.gz.asc /unbound-1.17.0.tar.gz /unbound-1.17.0.tar.gz.asc +/unbound-1.17.1.tar.gz +/unbound-1.17.1.tar.gz.asc diff --git a/unbound.spec b/unbound.spec index c2cab90..bfd27f5 100644 --- a/unbound.spec +++ b/unbound.spec @@ -185,7 +185,7 @@ Python 3 modules and extensions for unbound %prep %if 0%{?fedora} -%gpgverify -k 19 -s 18 -d 0 +%{gpgverify} --keyring='%{SOURCE19}' --signature='%{SOURCE18}' --data='%{SOURCE0}' %endif %global pkgname %{name}-%{version}%{?extra_version}