[yum-cvs] yum/yum config.py,1.108,1.109
Jeremy Katz
katzj at linux.duke.edu
Mon Jan 8 19:17:46 UTC 2007
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv7090/yum
Modified Files:
config.py
Log Message:
man page says redhat-release, so we should check that (rh#221770)
Index: config.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/config.py,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- config.py 7 Dec 2006 22:17:53 -0000 1.108
+++ config.py 8 Jan 2007 19:17:44 -0000 1.109
@@ -457,7 +457,7 @@
debuglevel = IntOption(2)
errorlevel = IntOption(2)
- distroverpkg = Option('fedora-release')
+ distroverpkg = Option('redhat-release')
installroot = Option('/')
plugins = BoolOption(False)
More information about the Yum-cvs-commits
mailing list