public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tin] epel10: Remove gunpg 1 based verification as it does not work anymore
@ 2026-08-23 23:18 Adrian Reber
0 siblings, 0 replies; only message in thread
From: Adrian Reber @ 2026-08-23 23:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/tin
Branch : epel10
Commit : 4cb44027fd5ad75c14b32e2e4bdaccf417354900
Author : Adrian Reber <adrian@lisas.de>
Date : 2021-10-05T10:09:50+02:00
Stats : +1/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tin/c/4cb44027fd5ad75c14b32e2e4bdaccf417354900?branch=epel10
Log:
Remove gunpg 1 based verification as it does not work anymore
Signed-off-by: Adrian Reber <adrian@lisas.de>
---
diff --git a/tin.spec b/tin.spec
index f479029..1151a91 100644
--- a/tin.spec
+++ b/tin.spec
@@ -9,9 +9,8 @@ Source1: ftp://ftp.tin.org/pub/news/clients/tin/stable/tin-%{version}.tar.xz.sig
Source2: tin-pgp-key-0x5A49550EB490B4D1.txt
BuildRequires: make
BuildRequires: %{_bindir}/ispell
-BuildRequires: gcc-c++
+BuildRequires: gcc-c++
BuildRequires: gettext
-BuildRequires: %{_bindir}/gpg1
BuildRequires: ncurses-devel, byacc, pcre-devel, gnupg2
BuildRequires: perl-generators
BuildRequires: libgsasl-devel
@@ -26,11 +25,6 @@ server.
Install tin if you need a basic news reader.
%prep
-workdir=$(mktemp --directory)
-workring=${workdir}/keyring.gpg
-gpg1 --homedir=${workdir} --pgp2 --yes --output="${workring}" --dearmor %{S:2}
-gpg1 --homedir=${workdir} --pgp2 --verify --keyring="${workring}" %{S:1} %{S:0}
-rm -r ${workdir}
%setup -q
%build
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-23 23:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-23 23:18 [rpms/tin] epel10: Remove gunpg 1 based verification as it does not work anymore Adrian Reber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox