[Rpm-maint] [rpm-software-management/rpm] Add --list-keys and --delete-key to rpmkeys (PR #2921)
Florian Festi
notifications at github.com
Tue Feb 27 12:30:23 UTC 2024
@ffesti commented on this pull request.
> @@ -42,6 +41,20 @@ static struct poptOption optionsTable[] = {
POPT_TABLEEND
};
+static ARGV_t gpgkeyargs(ARGV_const_t args) {
+ ARGV_t gpgargs = argvNew();
+ for (char * const * arg = args; *arg; arg++) {
+ if (strncmp(*arg, "gpg-pubkey-", 11)) {
+ char * gpgarg = rpmExpand("gpg-pubkey-", *arg, NULL);
No idea why moving the code elsewhere didn't solve the issue...
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2921#discussion_r1504149610
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2921/review/1903367737 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20240227/b50f62bb/attachment.html>
More information about the Rpm-maint
mailing list