---
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
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
> > 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
> 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