[Yum-devel] [PATCH] Fix API break from pgpmsg update, can't import new keys without this

Tim Lauridsen tim.lauridsen at googlemail.com
Thu Jan 28 05:06:46 UTC 2010


On Thu, Jan 28, 2010 at 12:05 AM, James Antill <james at and.org> wrote:

> ---
>  yum/pgpmsg.py |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/yum/pgpmsg.py b/yum/pgpmsg.py
> index 1ac41d7..f8dccdb 100644
> --- a/yum/pgpmsg.py
> +++ b/yum/pgpmsg.py
> @@ -1235,6 +1235,7 @@ a PGP "certificate" includes a public key, user
> id(s), and signature.
>             cert_list = []
>             while len(pkt_list) > 0 :
>                 cert = pgp_certificate()
> +                cert.raw_key = msg
>                 pkt_idx = cert.load(pkt_list)
>                 cert_list.append(cert)
>                 pkt_list[0:pkt_idx] = []
> --
> 1.6.6
>
> _______________________________________________
> Yum-devel mailing list
> Yum-devel at lists.baseurl.org
> http://lists.baseurl.org/mailman/listinfo/yum-devel
>

ACK

Tim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.baseurl.org/pipermail/yum-devel/attachments/20100128/9bf91c1a/attachment.htm>


More information about the Yum-devel mailing list