fix the patch
[yum.git] / yum-3.2.27-chroot.patch
index c118f4e..5b1cdd5 100644 (file)
@@ -28,7 +28,7 @@ diff -ur yum-3.2.27.orig/cli.py yum-3.2.27/cli.py
                  help=_("run entirely from system cache, don't update cache"))
          group.add_option("-c", "--config", dest="conffile",
 -                default='/etc/yum/yum.conf',
-+                default='None',
++                default=None,
                  help=_("config file location"), metavar='[config file]')
          group.add_option("-R", "--randomwait", dest="sleeptime", type='int',
                  default=None,