[Yum-devel] RFC: [PATCH] Support showing full key url when importing

Jeremy Katz katzj at redhat.com
Fri Nov 17 14:08:25 UTC 2006


On Fri, 2006-11-17 at 08:27 +0100, Tim Lauridsen wrote:
> Jeremy Katz wrote:
> > Index: yum/__init__.py
> > ===================================================================
> > RCS file: /home/groups/yum/cvs/yum/yum/__init__.py,v
> > retrieving revision 1.260
> > diff -u -u -r1.260 __init__.py
> > --- yum/__init__.py	11 Oct 2006 02:32:56 -0000	1.260
> > +++ yum/__init__.py	16 Nov 2006 19:15:25 -0000
> > @@ -1234,7 +1234,7 @@
> >                      'searching in provides entries')
> >                  for (p_name, p_flag, (p_e, p_v, p_r)) in po.provides:
> >                      if arg_re.search(p_name):
> > -                        prov = po.prcoPrintable((p_name, p_flag, (p_e, p_v, p_r)))
> > +                        prov = misc.prco_tuple_to_string((p_name, p_flag, (p_e, p_v, p_r)))
> >   
> What is this one about, don't looks like it have something with the 
> keyurl. :-)

Heh, yeah -- this is cleaning up the deprecation warning.  I thought I
had checked it in a while ago.  Guess not (... and also guess I was
blind looking at the tee'd diff yesterday :)

Jeremy




More information about the Yum-devel mailing list