Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
245aa68901 | ||
|
|
50bab13ba1 |
4 changed files with 24 additions and 3 deletions
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
|
|
@ -1,3 +0,0 @@
|
|||
# gpgverify
|
||||
|
||||
The gpgverify package
|
||||
24
gpgverify.spec
Normal file
24
gpgverify.spec
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
Name: gpgverify
|
||||
Version: 1
|
||||
Release: 1%{?dist}
|
||||
Summary: Signature verifier for easy and safe scripting
|
||||
|
||||
License: Boehm-GC
|
||||
URL: https://src.fedoraproject.org/rpms/gpgverify
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: gnupg2
|
||||
Requires: redhat-rpm-config < 343
|
||||
|
||||
%description
|
||||
In EPEL 8 to 10, this is a compatibility metapackage. It allows spec files to
|
||||
require "gpgverify" like in Fedora. The actual GPGverify is in redhat-rpm-
|
||||
config.
|
||||
|
||||
In Fedora 43 GPGverify has been split out into a separate package.
|
||||
|
||||
%files
|
||||
|
||||
%changelog
|
||||
* Fri May 9 2025 Björn Persson <Bjorn@Rombobjörn.se> - 1-1
|
||||
- metapackage created
|
||||
0
sources
Normal file
0
sources
Normal file
Loading…
Add table
Add a link
Reference in a new issue