Tag 'spacewalk-setup-1.4.3-1' created by Miroslav Suchý <msuchy(a)redhat.com> at 2011-03-30 12:27 +0000
Tagging package [spacewalk-setup] version [1.4.3-1] in directory [spacewalk/setup/].
Changes since osad-5.10.6-1:
Milan Zazrivec (1):
691837 - default to RHN Classic in firstboot
Miroslav Suchý (30):
683200 - convert db-host from IDN to ascii
683200 - spacewalk-create-channel - convert servername from input to Pune encodings
683200 - rhnpush.py - convert servername from input to Pune encodings
683200 - client/solaris - when making profile name from hostname, convert it from Pune encoding
683200 - client/rhn-client-tools - when making profile name from hostname, convert it from Pune encoding
683200 - when sending Traceback, convert hostname from Pune to Unicode
683200 - when reading hostname from config or command line, convert it to Pune encoding
683200 - since email may be in Unicode we could not use cStringIO and we should set content type to utf-8
683200 - cStringIO could not handle Unicode
683200 - refactor rhnMail to use python smtplib
683200 - instead of encodings.idna use wrapper from rhn.connections, which workaround corner cases
683200 - use pune encoding when connecting to jabber
683200 - read and write values from config as utf-8 strings
newt can not accept unicode, see bz 689448
variable can be also unicode, or even child of string or unicode
always return RPC data in plain string (utf-8 encoded)
utilize config.getServerlURL()
create setServerURL() function
utilize function config.setServerURL()
683200 - convert serverURL to Pune encoding
683200 - convert proxy to Pune encoding
683200 - utilizie config.getProxySetting()
683200 - no need to wipe protocol from proxy, return value from config.getProxySetting will never contain it
683200 - convert proxy hostname to Pune
683200 - hostname should not be unicode, most functions expect pure string
683200 - convert IDN hostname in webUI from Pune encoding
683200 - implement convert_url_from_pune()
683200 - convert urls from pune encoding
Automatic commit of package [yum-rhn-plugin] release [1.4.7-1].
Automatic commit of package [spacewalk-setup] release [1.4.3-1].
---
backend/common/rhnMail.py | 47 --
backend/common/rhnTB.py | 12
backend/satellite_tools/rhn_satellite_activate.py | 5
backend/satellite_tools/satsync.py | 9
backend/satellite_tools/syncLib.py | 2
backend/server/apacheRequest.py | 1
backend/server/handlers/sat/auth.py | 5
backend/spacewalk-backend.spec | 4
client/debian/apt-spacewalk/src/pre_invoke.py | 3
client/debian/apt-spacewalk/src/spacewalk | 2
client/rhel/rhn-client-tools/data/rh_register.glade | 2
client/rhel/rhn-client-tools/rhn-client-tools.spec | 2
client/rhel/rhn-client-tools/src/bin/rhn_check.py | 1
client/rhel/rhn-client-tools/src/bin/rhnreg_ks.py | 3
client/rhel/rhn-client-tools/src/up2date_client/config.py | 40 +
client/rhel/rhn-client-tools/src/up2date_client/rhnChannel.py | 2
client/rhel/rhn-client-tools/src/up2date_client/rhnregGui.py | 8
client/rhel/rhn-client-tools/src/up2date_client/rpcServer.py | 2
client/rhel/rhn-client-tools/src/up2date_client/tui.py | 222 +++++-----
client/rhel/rhn-client-tools/test/testConfig.py | 2
client/rhel/yum-rhn-plugin/rhnplugin.py | 10
client/rhel/yum-rhn-plugin/yum-rhn-plugin.spec | 5
client/solaris/rhnclient/rhnclient.spec | 3
client/solaris/rhnclient/rhnreg_ks.py | 3
client/tools/action-rpms/rhn-applet-actions/rhn_applet.py | 6
client/tools/osad/src/osa_dispatcher.py | 3
client/tools/osad/src/osad.py | 8
client/tools/rhnpush/rhnpush.py | 6
client/tools/rhnpush/rhnpush.spec | 2
client/tools/spacewalk-remote-utils/spacewalk-create-channel/spacewalk-create-channel | 4
client/tools/spacewalk-remote-utils/spacewalk-remote-utils.spec | 1
java/code/src/com/redhat/rhn/domain/server/Server.java | 10
java/code/src/com/redhat/rhn/frontend/action/systems/sdc/SystemHardwareAction.java | 2
java/code/webapp/WEB-INF/pages/systems/sdc/overview.jsp | 2
rel-eng/packages/spacewalk-setup | 2
rel-eng/packages/yum-rhn-plugin | 2
satellite/install/install.pl | 3
spacewalk/setup/bin/spacewalk-setup | 4
spacewalk/setup/lib/Spacewalk/Setup.pm | 4
spacewalk/setup/spacewalk-setup.spec | 5
40 files changed, 246 insertions(+), 213 deletions(-)
---