diff --git a/gpgverify.spec b/gpgverify.spec index 5b8e26f..9a567a4 100644 --- a/gpgverify.spec +++ b/gpgverify.spec @@ -1,6 +1,6 @@ Name: gpgverify Version: 2.2 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Signature verifier for easy and safe scripting License: Boehm-GC @@ -10,7 +10,7 @@ Source: macros.gpgverify.in Source: license.txt BuildArch: noarch -Requires: grep gnupg2 +Requires: grep gnupg2 gnupg2-verify %description GPGverify is a wrapper around GnuPG's gpgv. It verifies a file against an @@ -41,6 +41,12 @@ cp macros.gpgverify %{buildroot}%{rpmmacrodir}/ %license license.txt %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Tue Jul 15 2025 Björn Persson - 2.2-2 +- Adapted the dependencies because the gnupg2 package has been split. + * Fri Jun 27 2025 Björn Persson - 2.2-1 - Evaluate _libexecdir at build time, not at run time (reported by Yaakov Selkowitz).