rpms/yum/devel installonlyn.py,1.15,1.16 yum.spec,1.123,1.124

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 21 13:23:35 UTC 2006


Author: jbowes

Update of /cvs/dist/rpms/yum/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12895

Modified Files:
	installonlyn.py yum.spec 
Log Message:
2.9.6-2


Index: installonlyn.py
===================================================================
RCS file: /cvs/dist/rpms/yum/devel/installonlyn.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- installonlyn.py	5 Sep 2006 17:40:08 -0000	1.15
+++ installonlyn.py	21 Sep 2006 13:23:33 -0000	1.16
@@ -14,16 +14,15 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
-# version 0.91
+# version 0.92
 
 import os
 from rpmUtils import miscutils
-from yum.constants import *
-from yum.plugins import TYPE_CORE, TYPE_INTERFACE, PluginYumExit
+from yum.plugins import TYPE_CORE
 from yum.packages import YumInstalledPackage, comparePoEVR
 
 requires_api_version = '2.4'
-plugin_type = (TYPE_CORE,)
+plugin_type = TYPE_CORE
 
 def get_running_kernel_version_release():
     """This takes the output of uname and figures out the (version, release)


Index: yum.spec
===================================================================
RCS file: /cvs/dist/rpms/yum/devel/yum.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- yum.spec	6 Sep 2006 04:57:24 -0000	1.123
+++ yum.spec	21 Sep 2006 13:23:33 -0000	1.124
@@ -3,7 +3,7 @@
 Summary: RPM installer/updater
 Name: yum
 Version: 2.9.6
-Release: 1
+Release: 2
 License: GPL
 Group: System Environment/Base
 Source0: http://linux.duke.edu/projects/yum/download/2.9/yum-%{version}.tar.gz
@@ -114,6 +114,9 @@
 
 
 %changelog
+* Thu Sep 21 2006 James Bowes <jbowes at redhat.com> - 2.9.6-2
+- Remove unused imports in installonlyn
+
 * Wed Sep  6 2006 Jeremy Katz <katzj at redhat.com> - 2.9.6-1
 - update to 2.9.6
 




More information about the fedora-cvs-commits mailing list