[Rpm-maint] [rpm-software-management/rpm] Add support for RPMKEYRING_MERGE (PR #3526)
Panu Matilainen
notifications at github.com
Mon Jan 20 09:38:12 UTC 2025
@pmatilai commented on this pull request.
> @@ -23,7 +23,8 @@ extern "C" {
typedef enum rpmKeyringModifyMode_e {
RPMKEYRING_ADD = 1,
RPMKEYRING_REPLACE = 2,
- RPMKEYRING_DELETE = 3
+ RPMKEYRING_DELETE = 3,
+ RPMKEYRING_MERGE = 4,
This is missing API docs (see just above this enum def).
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3526#pullrequestreview-2561853773
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3526/review/2561853773 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250120/1b7ce5d1/attachment.htm>
More information about the Rpm-maint
mailing list