Re: [Yum-devel] [PATCH 1/2] Convert rpm/yumdb values to unicode, or python/sqlite will die. BZ 730365.

2011-08-20 Thread tim.laurid...@gmail.com
On Fri, Aug 19, 2011 at 8:01 PM, James Antill wrote: > --- >  yum/history.py |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/yum/history.py b/yum/history.py > index c91c33a..6449708 100644 > --- a/yum/history.py > +++ b/yum/history.py > @@ -1295,7 +1295,7 @@ class Yu

Re: [Yum-devel] [PATCH 2/2] Fix return values from sync_anydb_key()

2011-08-20 Thread tim.laurid...@gmail.com
On Fri, Aug 19, 2011 at 8:01 PM, James Antill wrote: > --- >  yum/history.py |    8 ++-- >  yumcommands.py |    6 -- >  2 files changed, 10 insertions(+), 4 deletions(-) > > diff --git a/yum/history.py b/yum/history.py > index 6449708..a9b12cf 100644 > --- a/yum/history.py > +++ b/yum/hist