Compare commits
2 commits
libexecdir
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
296714a0a9 | ||
|
|
54ea2c342c |
1 changed files with 8 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
Name: gpgverify
|
Name: gpgverify
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Signature verifier for easy and safe scripting
|
Summary: Signature verifier for easy and safe scripting
|
||||||
|
|
||||||
License: Boehm-GC
|
License: Boehm-GC
|
||||||
|
|
@ -10,7 +10,7 @@ Source: macros.gpgverify.in
|
||||||
Source: license.txt
|
Source: license.txt
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: grep gnupg2
|
Requires: grep gnupg2 gnupg2-verify
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GPGverify is a wrapper around GnuPG's gpgv. It verifies a file against an
|
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
|
%license license.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 15 2025 Björn Persson <Bjorn@Rombobjörn.se> - 2.2-2
|
||||||
|
- Adapted the dependencies because the gnupg2 package has been split.
|
||||||
|
|
||||||
* Fri Jun 27 2025 Björn Persson <Bjorn@Rombobjörn.se> - 2.2-1
|
* Fri Jun 27 2025 Björn Persson <Bjorn@Rombobjörn.se> - 2.2-1
|
||||||
- Evaluate _libexecdir at build time, not at run time (reported by Yaakov
|
- Evaluate _libexecdir at build time, not at run time (reported by Yaakov
|
||||||
Selkowitz).
|
Selkowitz).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue