Revert back to internal OpenPGP parser for V3 signature support (#2141686)

Much of the world outside Fedora itself appears to be signed using
obs-signd which defaults to OpenPGP v3 signatures, which the Sequoia
backend does not currently support. Revert for now to consider the
options.
This commit is contained in:
Panu Matilainen 2022-11-10 18:13:25 +02:00
parent 7c98f6310a
commit 581e8ac2ae
1 changed files with 5 additions and 2 deletions

View File

@ -26,13 +26,13 @@
# build with bdb_ro support?
%bcond_without bdb_ro
# build with sequoia crypto?
%bcond_without sequoia
%bcond_with sequoia
%define rpmhome /usr/lib/rpm
%global rpmver 4.18.0
#global snapver rc1
%global baserelease 5
%global baserelease 6
%global sover 9
%global srcver %{rpmver}%{?snapver:-%{snapver}}
@ -619,6 +619,9 @@ fi
%doc docs/librpm/html/*
%changelog
* Thu Nov 10 2022 Panu Matilainen <pmatilai@redhat.com> - 4.18.0-6
- Revert back to internal OpenPGP parser for V3 signature support (#2141686)
* Tue Nov 01 2022 Panu Matilainen <pmatilai@redhat.com> - 4.18.0-5
- Switch to Sequoia crypto (https://fedoraproject.org/wiki/Changes/RpmSequoia)