Re: [Rpm-maint] [rpm-software-management/rpm] Improve error handling in Python pubkey constructor (#1447)

2020-11-23 Thread Panu Matilainen
Merged #1447 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/1447#event-4027795564___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Improve error handling in Python pubkey constructor (#1447)

2020-11-23 Thread ニール・ゴンパ
@Conan-Kudo approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/1447#pullrequestreview-536464803___

[Rpm-maint] [rpm-software-management/rpm] Improve error handling in Python pubkey constructor (#1447)

2020-11-23 Thread Panu Matilainen
pkgParsePkts() only parses the PGP armor, the actual pubkey is only parsed as a part of rpmPubkeyNew() whose return we need to check for separately. Emit different messages in these cases. Thanks to @KOLANICH for pointing this out and initial patch. You can view, comment on, or merge this pull