From f539ae2f04df22bbf62638efc11316cecb0383bb Mon Sep 17 00:00:00 2001 From: jbowes Date: Sep 21 2006 13:23:33 +0000 Subject: 2.9.6-2 --- diff --git a/installonlyn.py b/installonlyn.py index 1f370ab..05b977a 100644 --- a/installonlyn.py +++ b/installonlyn.py @@ -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) diff --git a/yum.spec b/yum.spec index 03aa0bd..09ad9fe 100644 --- a/yum.spec +++ b/yum.spec @@ -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 @@ exit 0 %changelog +* Thu Sep 21 2006 James Bowes - 2.9.6-2 +- Remove unused imports in installonlyn + * Wed Sep 6 2006 Jeremy Katz - 2.9.6-1 - update to 2.9.6