File abc of Package acpid
diff --git a/actions/packages.py b/actions/packages.py
index 39138c9..ccf23fa 100644
--- a/actions/packages.py
+++ b/actions/packages.py
@@ -58,8 +58,8 @@ class YumAction(yum.YumBase):
def __init__(self):
yum.YumBase.__init__(self)
-
- self.doConfigSetup(debuglevel=rhncli.cfg["debug"])
+ cfg = config.initUp2dateConfig()
+ self.doConfigSetup(debuglevel=cfg["debug"])
self.doTsSetup()
self.doRpmDBSetup()
diff --git a/yum-rhn-plugin.spec b/yum-rhn-plugin.spec
index e886d8a..c2aaef5 100644
--- a/yum-rhn-plugin.spec
+++ b/yum-rhn-plugin.spec
@@ -1,7 +1,7 @@
Summary: RHN support for yum
Name: yum-rhn-plugin
Version: 0.9.1
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPLv2
Group: System Environment/Base
Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
@@ -53,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT
%doc LICENSE
%changelog
+* Fri May 14 2010 Jan Pazdziora 0.9.1-5
+- Resolves: #591080, 589120 - fixing issue with traceback from rhn_check
+ "no attribute cfg" (jsherril@redhat.com)
+
* Tue Apr 20 2010 Miroslav Suchý <msuchy@redhat.com> 0.9.1-4
- Resolves: #576807 - fix traceback