[Rpm-maint] [rpm-software-management/rpm] Implement merging of new key material when importing pubkeys (PR #3083)
Michael Schroeder
notifications at github.com
Wed May 22 12:48:37 UTC 2024
@mlschroe commented on this pull request.
>
if (rc) {
rpmlog(RPMLOG_ERR, _("failed to import key: %s: %s\n"),
- path, strerror(errno));
+ tmppath ? tmppath : path, strerror(errno));
+ if (tmppath)
+ unlink(tmppath);
+ }
+
+ if (!rc && replace) {
+ /* find and delete the old pubkey entry */
see above.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3083#discussion_r1609890493
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3083/review/2071094959 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20240522/7dcfecc2/attachment-0001.html>
More information about the Rpm-maint
mailing list