[yum-cvs] yum/yum __init__.py,1.168,1.169
Seth Vidal
skvidal at linux.duke.edu
Tue Dec 13 06:31:27 UTC 2005
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv16001/yum
Modified Files:
__init__.py
Log Message:
groupupdate is now just the same function as groupinstall - so make the
command continue to work but remove the unecessary code.
Index: __init__.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/__init__.py,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- __init__.py 13 Dec 2005 06:16:03 -0000 1.168
+++ __init__.py 13 Dec 2005 06:31:25 -0000 1.169
@@ -1586,7 +1586,7 @@
# make sure it's not already installed
if self.rpmdb.installed(name=po.name, arch=po.arch, epoch=po.epoch,
rel=po.rel, ver=po.ver):
- self.errorlog(2, 'Package: %s already installed' % po)
+ self.errorlog(2, 'Package %s already installed and latest version' % po)
continue
txmbr = self.tsInfo.addInstall(po)
More information about the Yum-cvs-commits
mailing list