[Yum-devel] [PATCH] Check override_sigchecks in checkGPGKey().

2011-12-05 Thread James Antill
--- yumcommands.py |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/yumcommands.py b/yumcommands.py index 2ff9562..36b19b3 100644 --- a/yumcommands.py +++ b/yumcommands.py @@ -59,6 +59,8 @@ def checkGPGKey(base): :param base: a :class:`yum.Yumbase` object. :raise

Re: [Yum-devel] [PATCH] Do not add pkgtags if not available.

2011-12-05 Thread James Antill
On Mon, 2011-12-05 at 03:30 -0500, Zdenek Pavlas wrote: > > > This prevents a sqlite exception and a yum traceback > > > when using 'yum search -C'. > > > > How does this happen ... I currently get: > > > > Failed to add Pkg Tags for repository: updates - Caching enabled but > > no > > local cac

Re: [Yum-devel] [PATCH] Do not add pkgtags if not available.

2011-12-05 Thread Zdenek Pavlas
> > This prevents a sqlite exception and a yum traceback > > when using 'yum search -C'. > > How does this happen ... I currently get: > > Failed to add Pkg Tags for repository: updates - Caching enabled but > no > local cache of /var/cache/yum/x86_64/15/updates/pkgtags.sqlite.gz > from > update

Re: [Yum-devel] [PATCH] Use comps.xml instead of comps.xml.gz, if available. BZ 758574.

2011-12-05 Thread Zdenek Pavlas
> I don't see how this fixes 758574, even in the specific case in the > bug ... how do we get a decompressed comps. that fails the checks in > decompress() ? Oh, missed that timestamp check. It's off by default and the user triggering the bug (langpacks.py:78) does not override that. Skipping t