Blame SOURCES/yum-completion-helper.patch

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