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:
parent
7c98f6310a
commit
581e8ac2ae
7
rpm.spec
7
rpm.spec
@ -26,13 +26,13 @@
|
|||||||
# build with bdb_ro support?
|
# build with bdb_ro support?
|
||||||
%bcond_without bdb_ro
|
%bcond_without bdb_ro
|
||||||
# build with sequoia crypto?
|
# build with sequoia crypto?
|
||||||
%bcond_without sequoia
|
%bcond_with sequoia
|
||||||
|
|
||||||
%define rpmhome /usr/lib/rpm
|
%define rpmhome /usr/lib/rpm
|
||||||
|
|
||||||
%global rpmver 4.18.0
|
%global rpmver 4.18.0
|
||||||
#global snapver rc1
|
#global snapver rc1
|
||||||
%global baserelease 5
|
%global baserelease 6
|
||||||
%global sover 9
|
%global sover 9
|
||||||
|
|
||||||
%global srcver %{rpmver}%{?snapver:-%{snapver}}
|
%global srcver %{rpmver}%{?snapver:-%{snapver}}
|
||||||
@ -619,6 +619,9 @@ fi
|
|||||||
%doc docs/librpm/html/*
|
%doc docs/librpm/html/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 01 2022 Panu Matilainen <pmatilai@redhat.com> - 4.18.0-5
|
||||||
- Switch to Sequoia crypto (https://fedoraproject.org/wiki/Changes/RpmSequoia)
|
- Switch to Sequoia crypto (https://fedoraproject.org/wiki/Changes/RpmSequoia)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user