[yum-cvs] yum/yum __init__.py,1.161,1.162

Seth Vidal skvidal at login.linux.duke.edu
Wed Dec 7 16:45:17 UTC 2005


Update of /home/groups/yum/cvs/yum/yum
In directory login:/tmp/cvs-serv23119/yum

Modified Files:
	__init__.py 
Log Message:

oops


Index: __init__.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/__init__.py,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- __init__.py	7 Dec 2005 16:45:01 -0000	1.161
+++ __init__.py	7 Dec 2005 16:45:15 -0000	1.162
@@ -1286,7 +1286,7 @@
             for txmbr in self.tsInfo:
                 if txmbr.po.name == pkgname and txmbr.state in [TS_INSTALL,
                                                                 TS_UPDATE,
-                                                                TS_OBSOLETING]
+                                                                TS_OBSOLETING]:
                     try: 
                         txmbr.groups.remove(grpid)
                     except ValueError:




More information about the Yum-cvs-commits mailing list