client/rhel/rhn-client-tools/rhn-client-tools.spec | 5 ++++- client/rhel/rhn-client-tools/src/bin/rhnreg_ks.py | 2 +- rel-eng/packages/rhn-client-tools | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-)
New commits: commit 8ad7cc77fdafaa359e4d6e4f68aaa58c343a7823 Author: Miroslav Suchý msuchy@redhat.com Date: Mon Oct 31 13:42:20 2011 +0100
Automatic commit of package [rhn-client-tools] release [1.6.29-1].
diff --git a/client/rhel/rhn-client-tools/rhn-client-tools.spec b/client/rhel/rhn-client-tools/rhn-client-tools.spec index 15db852..8e299c2 100644 --- a/client/rhel/rhn-client-tools/rhn-client-tools.spec +++ b/client/rhel/rhn-client-tools/rhn-client-tools.spec @@ -4,7 +4,7 @@ Group: System Environment/Base Source0: https://fedorahosted.org/releases/s/p/spacewalk/%%7Bname%7D-%%7Bversion%7D.t... URL: https://fedorahosted.org/spacewalk Name: rhn-client-tools -Version: 1.6.28 +Version: 1.6.29 Release: 1%{?dist} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -334,6 +334,9 @@ make -f Makefile.rhn-client-tools test %endif
%changelog +* Mon Oct 31 2011 Miroslav Suchý 1.6.29-1 +- 743259 - initialize variable before use + * Fri Oct 28 2011 Jan Pazdziora 1.6.28-1 - add missing import (mzazrivec@redhat.com)
diff --git a/rel-eng/packages/rhn-client-tools b/rel-eng/packages/rhn-client-tools index 405f9d7..e92ac99 100644 --- a/rel-eng/packages/rhn-client-tools +++ b/rel-eng/packages/rhn-client-tools @@ -1 +1 @@ -1.6.28-1 client/rhel/rhn-client-tools/ +1.6.29-1 client/rhel/rhn-client-tools/
commit 414b4f6c74187d48c9af55b76875f858474fd44c Author: Miroslav Suchý msuchy@redhat.com Date: Mon Oct 31 13:42:04 2011 +0100
743259 - initialize variable before use
diff --git a/client/rhel/rhn-client-tools/src/bin/rhnreg_ks.py b/client/rhel/rhn-client-tools/src/bin/rhnreg_ks.py index a035c25..406386e 100755 --- a/client/rhel/rhn-client-tools/src/bin/rhnreg_ks.py +++ b/client/rhel/rhn-client-tools/src/bin/rhnreg_ks.py @@ -183,7 +183,7 @@ class RegisterKsCli(rhncli.RhnCli): @staticmethod def __generateProfileName(hardwareList): hostname = None - ipaddr = None + ipaddr = ip6addr = None profileName = None for hw in hardwareList: if hw['class'] == 'NETINFO':
spacewalk-commits@lists.fedorahosted.org