[yum-cvs] yum/yum __init__.py,1.162,1.163
Seth Vidal
skvidal at login.linux.duke.edu
Wed Dec 7 16:49:03 UTC 2005
Update of /home/groups/yum/cvs/yum/yum
In directory login:/tmp/cvs-serv23226/yum
Modified Files:
__init__.py
Log Message:
whoops
Index: __init__.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/__init__.py,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- __init__.py 7 Dec 2005 16:45:15 -0000 1.162
+++ __init__.py 7 Dec 2005 16:49:01 -0000 1.163
@@ -1284,9 +1284,8 @@
for pkgname in thisgroup.packages:
for txmbr in self.tsInfo:
- if txmbr.po.name == pkgname and txmbr.state in [TS_INSTALL,
- TS_UPDATE,
- TS_OBSOLETING]:
+ if txmbr.po.name == pkgname and txmbr.po.state in [TS_INSTALL,
+ TS_UPDATE, TS_OBSOLETING]:
try:
txmbr.groups.remove(grpid)
except ValueError:
More information about the Yum-cvs-commits
mailing list