[yum-cvs] yum output.py,1.55,1.56
Seth Vidal
skvidal at login.linux.duke.edu
Tue Mar 29 14:19:04 UTC 2005
Update of /home/groups/yum/cvs/yum
In directory login:/tmp/cvs-serv22256
Modified Files:
output.py
Log Message:
check in a few more modifications to the ts list
Index: output.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/output.py,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- output.py 28 Mar 2005 14:38:36 -0000 1.55
+++ output.py 29 Mar 2005 14:19:01 -0000 1.56
@@ -246,7 +246,7 @@
evr, repoid, size)
for (obspo, relationship) in txmbr.relatedto:
if relationship == 'obsoletes':
- appended = ' replacing %-22.22s %-9.9s %-15.15s\n\n' % (obspo.name,
+ appended = ' replacing %s.%s %s\n\n' % (obspo.name,
obspo.arch, obspo.printVer())
msg = msg+appended
totalmsg = totalmsg + msg
More information about the Yum-cvs-commits
mailing list