[Rpm-maint] [rpm-software-management/rpm] Add support for multiple signatures per package, aka v6 signatures (PR #3439)
Daniel Alley
notifications at github.com
Fri Mar 6 16:48:20 UTC 2026
@dralley commented on this pull request.
> + trySigTag(h, RPMTAG_SIGPGP, &sigs);
+ trySigTag(h, RPMTAG_SIGGPG, &sigs);
I think this is, in usage, a bug. These are not header-only signatures, and RPMTAG_OPENPGP is documented to return header-only signatures, and the issue description also states that this tag should be for header-only signatures.
We're mixing types here.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3439#pullrequestreview-3904841072
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3439/review/3904841072 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20260306/73b2b0a7/attachment.htm>
More information about the Rpm-maint
mailing list