Blame SOURCES/yum-completion-helper.patch

d2a170
diff -up yum-3.4.3/completion-helper.py.old yum-3.4.3/completion-helper.py
d2a170
--- yum-3.4.3/completion-helper.py.old	2012-08-22 17:00:47.444104234 +0200
d2a170
+++ yum-3.4.3/completion-helper.py	2012-08-22 17:00:57.954647525 +0200
d2a170
@@ -70,6 +70,7 @@ def get_pattern(extcmds):
d2a170
 
d2a170
 def main(args):
d2a170
     base = cli.YumBaseCli()
d2a170
+    base.setCacheDir = lambda *x: True # use the system cachedir
d2a170
     base.yum_cli_commands.clear()
d2a170
     base.registerCommand(GroupsCompletionCommand())
d2a170
     base.registerCommand(ListCompletionCommand())