SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for rhn-client-tools-1.7.14-5.1.noarch.rpm :
Fri Mar 2 13:00:00 2012 Jan Pazdziora 1.7.14-1
- Update the copyright year info.

Tue Feb 28 13:00:00 2012 Jan Pazdziora 1.7.13-1
- Update .po and .pot files for rhn-client-tools.
- Download translations from Transifex for rhn-client-tools.

Mon Feb 27 13:00:00 2012 Simon Lukasik 1.7.12-1
- Do not require libxml2-python (slukasikAATTredhat.com)

Mon Feb 27 13:00:00 2012 Jan Pazdziora 1.7.11-1
- 790748 - prevent introspection.
- Make indent more clear.

Thu Feb 23 13:00:00 2012 Jan Pazdziora 1.7.10-1
- removed unused file (michael.mrakaAATTredhat.com)

Tue Feb 14 13:00:00 2012 Miroslav Suchý 1.7.9-1
- 781421 - avoid TB if error is in unicode

Fri Jan 27 13:00:00 2012 Miroslav Suchý 1.7.8-1
- 729342 - fix another TB with errmsg instance

Wed Jan 18 13:00:00 2012 Miroslav Suchý 1.7.7-1
- 781421 - newt can not accept unicode
- 781421 - sys.stderr.write could not handle decoded unicode

Tue Jan 17 13:00:00 2012 Miroslav Suchý 1.7.6-1
- implement YumBaseError and RepoError on ImportError if yum cannot be loaded
(mcAATTsuse.de)

Tue Jan 17 13:00:00 2012 Jan Pazdziora 1.7.5-1
- Renaming platform to pkgplatform, to avoid clash with the standard python
module.

Thu Jan 12 13:00:00 2012 Miroslav Suchý 1.7.4-1
- 746983 - in spacewalk_channel print to STDERR only error message, TB + error
goes to log file
- 745095 - provide virtualization info when registering via rhn_register
(tlestachAATTredhat.com)

Tue Jan 10 13:00:00 2012 Michael Mraka 1.7.3-1
- 748876 - convert paths to absolute before saving
- 748876 - simplify ConfigFile.save() loop
- 751893 - fix typo

Mon Jan 9 13:00:00 2012 Miroslav Suchý 1.7.2-1
- 771167 - verify login/password just after user will file it in
- do not print yum-rhn-plugin warning if zypp-plugin is used
- removed dead remaining_subscriptions() (michael.mrakaAATTredhat.com)

Fri Dec 30 13:00:00 2011 Aron Parsons 1.7.1-1
- continue to search for the hostname if IPv6 is disabled (parsonsaAATTbit-
sys.com)

Wed Dec 21 13:00:00 2011 Milan Zazrivec 1.6.46-1
- update copyright info
- 751760 - use __getattr__ rather then __getattribute__ (msuchyAATTredhat.com)

Wed Dec 21 13:00:00 2011 Milan Zazrivec 1.6.45-1
- updated translations

Tue Dec 20 13:00:00 2011 Miroslav Suchý 1.6.44-1
- 744111 - notify subscription-manager to recheck compliance status

Fri Dec 16 13:00:00 2011 Jan Pazdziora 1.6.43-1
- Revert \"always return RPC data in plain string (utf-8 encoded)\"

Tue Dec 13 13:00:00 2011 Jan Pazdziora 1.6.42-1
- Fixing typo.

Mon Dec 12 13:00:00 2011 Jan Pazdziora 1.6.41-1
- 703833 - if /sbin/service is not available, try to use /usr/sbin/service.

Fri Dec 9 13:00:00 2011 Miroslav Suchý 1.6.40-1
- 569790 - for scope on rhel5 do s/global/universe/

Fri Dec 2 13:00:00 2011 Miroslav Suchý 1.6.39-1
- IPv6: first try findHostByRoute() and then try getaddrinfo()
- IPv6: assign to hostname only if we are unable to resolve it
- IPv6: IPv4 is most probably set up better, lets overwrite IPv6 values (if
mismatch)
- 743259 - take hostname of client instead of server

Tue Nov 29 13:00:00 2011 Miroslav Suchý 1.6.38-1
- define __init__, __getattribute__, __setattr__ on Debian and workaround those
mising methods on RHEL5

Thu Nov 24 13:00:00 2011 Jan Pazdziora 1.6.37-1
- 735346 - add space after do_call in cases like
do_callpackages.checkNeedUpdate(rhnsd=1,){}.

Mon Nov 21 13:00:00 2011 Miroslav Suchý 1.6.36-1
- 751760 - make errmsg as an alias to value (for setter too)

Mon Nov 21 13:00:00 2011 Miroslav Suchý 1.6.35-1
- 751760 - make errmsg as an alias to value

Mon Nov 7 13:00:00 2011 Miroslav Suchý 1.6.34-1
- call parent\'s constructor
- 751760 - use attribute value, which our ancestor use
- correctly assign converted unicode string
- correctly check for unicode type

Thu Nov 3 13:00:00 2011 Miroslav Suchý 1.6.33-1
- 595837 - add missing import

Wed Nov 2 13:00:00 2011 Miroslav Suchý 1.6.32-1
- 595837 - all up2date bugs now inherit from YumBaseError so yum/pup can catch
them

Tue Nov 1 13:00:00 2011 Miroslav Suchý 1.6.31-1
- 595837 - properly handle two exceptions (msuchyAATTredhat.com)

Tue Nov 1 13:00:00 2011 Tomas Lestach 1.6.30-1
- 706148 - fix setting uri (luvillaAATTredhat.com)

Mon Oct 31 13:00:00 2011 Miroslav Suchý 1.6.29-1
- 743259 - initialize variable before use

Fri Oct 28 14:00:00 2011 Jan Pazdziora 1.6.28-1
- add missing import (mzazrivecAATTredhat.com)

Fri Oct 21 14:00:00 2011 Jan Pazdziora 1.6.27-1
- Pass the verbose option (-vv) from rhnreg_ks to rhn_check as well.

Fri Oct 21 14:00:00 2011 Miroslav Suchý 1.6.26-1
- 627809 - send xen virtual block devices to rhnParent
- Revert \"729161 - default to RHSM in firstboot registration\"
(mzazrivecAATTredhat.com)

Wed Oct 19 14:00:00 2011 Miroslav Suchý 1.6.25-1
- 743259 - RHEL5 now has python-ethtool 0.6 - simplify code
- 743259 - get_ipv6_addresses does not return one item, but list
- 745438 - up2date_config: use localhost to avoid confusion
(mzazrivecAATTredhat.com)

Tue Oct 18 14:00:00 2011 Miroslav Suchý 1.6.24-1
- move errata.py action to the yum-rhn-plugin package (iartarisiAATTsuse.cz)

Tue Oct 11 14:00:00 2011 Tomas Lestach 1.6.23-1
- 706148 - set _uri, when connecting to a different server (luvillaAATTredhat.com)

Fri Oct 7 14:00:00 2011 Miroslav Suchý 1.6.22-1
- 743259 - if IPv6 is not present, send empty string instead of None

Thu Oct 6 14:00:00 2011 Miroslav Suchý 1.6.21-1
- 743259 - send IPv6 addresses only if server support it

Thu Oct 6 14:00:00 2011 Miroslav Suchý 1.6.20-1
- 743259 - really send ipv6 address

Tue Oct 4 14:00:00 2011 Miroslav Suchý 1.6.19-1
- 743259 - support for IPv6

Mon Oct 3 14:00:00 2011 Michael Mraka 1.6.18-1
- require rhnlib with IDN stuff

Mon Sep 19 14:00:00 2011 Martin Minar 1.6.17-1
- 688072 - polish registration welcome message a bit (mzazrivecAATTredhat.com)

Fri Sep 9 14:00:00 2011 Jan Pazdziora 1.6.16-1
- 576223 - make rhn-profile-sync write errors to stderr.

Wed Aug 24 14:00:00 2011 Martin Minar 1.6.15-1
- Revert \"727908 - registration: send correct hostname during kickstart\"
(mzazrivecAATTredhat.com)

Wed Aug 17 14:00:00 2011 Martin Minar 1.6.14-1
- 729468 - TUI: polish registration messages (mzazrivecAATTredhat.com)

Fri Aug 12 14:00:00 2011 Miroslav Suchý 1.6.13-1
- do not verify md5, size and mtime for /etc/sysconfig/rhn/up2date

Thu Aug 11 14:00:00 2011 Jan Pazdziora 1.6.12-1
- 729161 - default to RHSM in firstboot registration (mzazrivecAATTredhat.com)
- 729468 - firstboot dialogs polishing (mzazrivecAATTredhat.com)

Thu Aug 11 14:00:00 2011 Miroslav Suchý 1.6.11-1
- do not mask original error by raise in execption

Thu Aug 11 14:00:00 2011 Martin Minar 1.6.10-1
- 702084 - always print trailing newline for error messages
(mzazrivecAATTredhat.com)

Wed Aug 10 14:00:00 2011 Martin Minar 1.6.9-1
- 684913 - fix SSLCertificateVerifyFailedError exception message
(mzazrivecAATTredhat.com)

Fri Aug 5 14:00:00 2011 Michael Mraka 1.6.8-1
- convert args to string first

Thu Aug 4 14:00:00 2011 Michael Mraka 1.6.7-1
- the latest yum-rhn-plugin and rhn-client-tools require each other

Thu Aug 4 14:00:00 2011 Michael Mraka 1.6.6-1
- 710065 - handle unicode log messages
- 710065 - handle unicode error messages
- merged duplicated code to NoLogError class
- moved duplicated code to base Error class
- 684250 - correct priority for initial registration screen

Thu Aug 4 14:00:00 2011 Martin Minar 1.6.5-1
- 727908 - registration: send correct hostname during kickstart
(mzazrivecAATTredhat.com)

Wed Aug 3 14:00:00 2011 Martin Minar 1.6.4-1
- 702107 - cogent error message for exception when listing child channels
(mzazrivecAATTredhat.com)

Tue Aug 2 14:00:00 2011 Martin Minar 1.6.3-1
- 702084 - rhn-channel: meaningful message when wrong username / password
(mzazrivecAATTredhat.com)

Thu Jul 28 14:00:00 2011 Jan Pazdziora 1.6.2-1
- 713548 - enable running rhn-channel on RHEL5 (tlestachAATTredhat.com)
- 713548 - enable running rhn-channel against both RHN and RHN Satellite
(tlestachAATTredhat.com)

Fri Jul 22 14:00:00 2011 Jan Pazdziora 1.6.1-1
- The rhn-client-tools/doc/releases.txt is out of date, removing.
- We only support version 5 and newer of RHEL, removing conditions for old
versions.
- We only support version 14 and newer of Fedora, removing conditions for old
versions.

Tue Jul 19 14:00:00 2011 Jan Pazdziora 1.5.16-1
- Merging Transifex changes for rhn-client-tools.
- Fixing the `msgid\' and `msgstr\' entries do not both end with \'\
\' bug.
- Download translations from Transifex for rhn-client-tools.

Tue Jul 19 14:00:00 2011 Jan Pazdziora 1.5.15-1
- update .po and .pot files for rhn-client-tools

Tue Jun 21 14:00:00 2011 Jan Pazdziora 1.5.14-1
- 714113 - handle writing unicode to log file (msuchyAATTredhat.com)

Wed Jun 15 14:00:00 2011 Miroslav Suchý 1.5.13-1
- forward port translation from RHEL6 (msuchyAATTredhat.com)
- forward port translation from RHEL5 (msuchyAATTredhat.com)

Wed Jun 15 14:00:00 2011 Jan Pazdziora 1.5.12-1
- forward port translation from RHEL5 (msuchyAATTredhat.com)

Tue Jun 14 14:00:00 2011 Miroslav Suchý 1.5.11-1
- forward port translation from RHEL5 (msuchyAATTredhat.com)
- forward port translation from RHEL5 (msuchyAATTredhat.com)
- add missing \
and hyperlink to zh_TW (msuchyAATTredhat.com)
- add missing \
and hyperlink to zh_CN (msuchyAATTredhat.com)
- fix typo in te.po (msuchyAATTredhat.com)

Mon Jun 13 14:00:00 2011 Jan Pazdziora 1.5.10-1
- forward port translation from RHEL5 (msuchyAATTredhat.com)
- Download translations from Transifex for rhn-client-tools (msuchyAATTredhat.com)

Tue May 31 14:00:00 2011 Jan Pazdziora 1.5.9-1
- fix typo (msuchyAATTredhat.com)

Mon May 23 14:00:00 2011 Miroslav Suchý 1.5.8-1
- 683200 - u\'foo\'.decode(\'utf-8\') does not work, while unicode(u\'foo\') works
and is idempotent (msuchyAATTredhat.com)
- 683200 - if I want url in unicode, I must us decode - remember that
(msuchyAATTredhat.com)

Thu Apr 28 14:00:00 2011 Simon Lukasik 1.5.7-1
- The Debian client on x86_64 should send amd64-debian-linux
(slukasikAATTredhat.com)

Sun Apr 17 14:00:00 2011 Simon Lukasik 1.5.6-1
- Codename might not be always present within lsb_release on Debian
(slukasikAATTredhat.com)

Sat Apr 16 14:00:00 2011 Simon Lukasik 1.5.5-1
- Do not import yum on Debian platform (slukasikAATTredhat.com)

Fri Apr 15 14:00:00 2011 Jan Pazdziora 1.5.3-1
- modify spec file to build rhn-client-tools on SUSE (mcAATTsuse.de)
- get model id from PRODUCT key (msuchyAATTredhat.com)
- : local variable usb referenced before
assignment (msuchyAATTredhat.com)

Wed Apr 13 14:00:00 2011 Jan Pazdziora 1.5.2-1
- Revert \"some usb device may not return product\" (msuchyAATTredhat.com)
- fix typo in key \"product\" vs. \"PRODUCT\" (msuchyAATTredhat.com)
- some usb device may not return product (msuchyAATTredhat.com)

Tue Apr 12 14:00:00 2011 Miroslav Suchý 1.5.1-1
- enhance getOSVersionAndRelease to find SUSE distributions (mcAATTsuse.de)
- Bumping package versions for 1.5 (msuchyAATTredhat.com)

Fri Apr 8 14:00:00 2011 Miroslav Suchý 1.4.15-1
- fix fr translation (msuchyAATTredhat.com)

Fri Apr 8 14:00:00 2011 Miroslav Suchý 1.4.14-1
- Revert \"idn_unicode_to_pune() have to return string\" (msuchyAATTredhat.com)

Fri Apr 8 14:00:00 2011 Miroslav Suchý 1.4.13-1
- update copyright years (msuchyAATTredhat.com)
- download spacewalk.rhn-client-tools from Transifex (msuchyAATTredhat.com)

Wed Apr 6 14:00:00 2011 Simon Lukasik 1.4.12-1
- Move code for enabling yum-rhn-plugin to separate module
(slukasikAATTredhat.com)
- Extract method: setDebugVerbosity (slukasikAATTredhat.com)
- Introduce pkgUtils as an abstraction of either debUtils or rpmUtils
(slukasikAATTredhat.com)
- Introduce Debian equivalent of rpmUtils. (slukasikAATTredhat.com)
- Removing packages.verifyAll capability; it was never used.
(slukasikAATTredhat.com)
- OS information is platform dependent; introducing a platform interface.
(slukasikAATTredhat.com)
- versionOverride applies only to version; moving to getVersion
(slukasikAATTredhat.com)
- Updated unittests (slukasikAATTredhat.com)

Tue Apr 5 14:00:00 2011 Michael Mraka 1.4.11-1
- idn_unicode_to_pune() has to return string

Mon Apr 4 14:00:00 2011 Michael Mraka 1.4.10-1
- urlsplit returns tuple on RHEL5
- 691188 - inherit SSLCertificateVerifyFailedError from RepoError

Wed Mar 30 14:00:00 2011 Miroslav Suchý 1.4.9-1
- 683200 - support IDN
- 691837 - default to RHN Classic in firstboot (mzazrivecAATTredhat.com)

Thu Mar 24 13:00:00 2011 Miroslav Suchý 1.4.8-1
- utilize config.getServerlURL()
- atomic save of /etc/sysconfig/rhn/up2date

Thu Mar 17 13:00:00 2011 Miroslav Suchý 1.4.7-1
- 680124 - do not count cpu from /proc/cpuinfo, but use /sys/devices/system/cpu

Wed Mar 16 13:00:00 2011 Miroslav Suchý 1.4.6-1
- 684245 - lookup of the subscription-manager page via localized title is
volatile, let\'s use its __module__ name. (jpazdzioraAATTredhat.com)
- 624748 - report virtual network interfaces (mzazrivecAATTredhat.com)

Fri Mar 11 13:00:00 2011 Miroslav Suchý 1.4.5-1
- declare that we are using utf-8

Thu Mar 10 13:00:00 2011 Miroslav Suchý 1.4.4-1
- 683546 - optparse isn\'t friendly to translations in unicode
- update .po files
- 679217 - mention subscription manager as alternative to rhn_register

Tue Mar 1 13:00:00 2011 Miroslav Suchý 1.4.3-1
- Revert \"provide path to puplet-screenshot.png\" (msuchyAATTredhat.com)
- 666860 - remove glade warnings (msuchyAATTredhat.com)
- provide path to puplet-screenshot.png (msuchyAATTredhat.com)
- move in front of (msuchyAATTredhat.com)
- 580479 - do not let combo box to fill available space (msuchyAATTredhat.com)
- 651792 - if system is not registered, print nice error insted of TB
(msuchyAATTredhat.com)
- 651857 - fix typo in variable name (msuchyAATTredhat.com)
- 671039 - do not Traceback if system was never registered (msuchyAATTredhat.com)

Wed Feb 16 13:00:00 2011 Miroslav Suchý 1.4.2-1
- l10n: Updates to Russian (ru) translation (ypoyarkoAATTfedoraproject.org)

Tue Feb 8 13:00:00 2011 Miroslav Suchý 1.4.1-1
- fix typo
- 671039 - add warning about subsription manager to TUI part of rhn_register
- 671039 - add warning about subsription manager to GUI part of rhn_register
- l10n: Updates to German (de) translation (delouwAATTfedoraproject.org)
- 671041 - substitute RHN with \"RHN Satellite or RHN Classic\"
- 671032 - disable rhnplugin by default and enable it only after successful
registration
- Bumping package versions for 1.4 (tlestachAATTredhat.com)

Mon Jan 31 13:00:00 2011 Miroslav Suchý 1.3.12-1
- cp firstboot/rhn_choose_channel.py firstboot-legacy-rhel5/

Fri Jan 28 13:00:00 2011 Miroslav Suchý 1.3.11-1
- break circular import
- 580479 - put new submodule into package
- W: 28: Unused import glade
- 580479 - Graphical firstboot should offer EUS channel selection
- 581482 - make tui consistent with gui
- 596108 - firstboot: don\'t allow multiple system registrations
- 606222 - label could not have focus

Thu Jan 20 13:00:00 2011 Tomas Lestach 1.3.10-1
- updating Copyright years for year 2011 (tlestachAATTredhat.com)
- update .po and .pot files for rhn-client-tools (tlestachAATTredhat.com)
- 602609 - fix DeprecationWarning when using gtk.MessageDialog()
(mzazrivecAATTredhat.com)
- 617066 - fix \"Why register\" dialog size (msuchyAATTredhat.com)
- 667739 - use accessibility tags (msuchyAATTredhat.com)
- 626752 - correct virt. type detection for RHEL-6 FV Xen guests
(mzazrivecAATTredhat.com)
- 651403 - reference to RHEL6 as actuall system (msuchyAATTredhat.com)
- dead code: removal of function foobar() (msuchyAATTredhat.com)
- 649233 - reset busy mouse cursor back to arrow after unexpected error
(msuchyAATTredhat.com)

Mon Jan 17 13:00:00 2011 Miroslav Suchý 1.3.9-1
- Revert \"update .po and .pot files for rhn-client-tools\"
- Revert \"removing msgctxt which rhel5 could not handle\"

Mon Jan 17 13:00:00 2011 Miroslav Suchý 1.3.8-1
- removing msgctxt which rhel5 could not handle

Mon Jan 17 13:00:00 2011 Miroslav Suchý 1.3.7-1
- update .po and .pot files for rhn-client-tools
- 651789 - fail if adding/removal of channels fail
- 651792 - list all available child channels related to system
- localize spacewalk-channel script
- 651857 - print error if you specify --add or --remove, but you do not specify
any channel
- 651857 - removing forgotten lines, which makes no sense and cause TB
- 652424 - return back useNoSSLForPackages option
- 668809 - mention the requirement to use FQDN

Wed Jan 5 13:00:00 2011 Miroslav Suchý 1.3.6-1
- 665013 - do not send None for ipaddr in IPv6 only system

Tue Jan 4 13:00:00 2011 Jan Pazdziora 1.3.5-1
- 666860 - Add support for subscription-manager in firstboot.

Tue Dec 14 13:00:00 2010 Jan Pazdziora 1.3.4-1
- l10n: Updates to Malayalam (ml) translation (anipeterAATTfedoraproject.org)

Wed Dec 8 13:00:00 2010 Michael Mraka 1.3.3-1
- import Fault, ResponseError and ProtocolError directly from xmlrpclib

Fri Dec 3 13:00:00 2010 Miroslav Suchý 1.3.2-1
- on el5 do not send IPv6 addresses (msuchyAATTredhat.com)

Sat Nov 20 13:00:00 2010 Miroslav Suchý 1.3.1-1
- 655310 - replace gethostbyname by getaddrinfo (msuchyAATTredhat.com)
- 655310 - send IPv6 addresses to server (msuchyAATTredhat.com)
- 481721 - _ts report epoch as int, but satelite and rhn use string, this does
not work for comparement like pkg in [[\'name\', \'version\', \'release\', \'epoch\',
\'arch\']..] (msuchyAATTredhat.com)
- Bumping package versions for 1.3. (jpazdzioraAATTredhat.com)

Wed Nov 10 13:00:00 2010 Jan Pazdziora 1.2.15-1
- rebuild

Wed Nov 10 13:00:00 2010 Michael Mraka 1.2.14-1
- 650520 - allow # in password

Wed Nov 3 13:00:00 2010 Jan Pazdziora 1.2.13-1
- Update .po and .pot files for rhn-client-tools (fix for RHEL 5).

Tue Nov 2 13:00:00 2010 Jan Pazdziora 1.2.12-1
- Clearing msgctx which is not supported by gettext on RHEL 5.

Tue Nov 2 13:00:00 2010 Jan Pazdziora 1.2.11-1
- Update copyright years in the rest of the repo.
- update .po and .pot files for rhn-client-tools
- require versions which can handle cache_only (msuchyAATTredhat.com)

Mon Oct 25 14:00:00 2010 Jan Pazdziora 1.2.10-1
- correct man page acording to reality (msuchyAATTredhat.com)

Tue Oct 12 14:00:00 2010 Jan Pazdziora 1.2.9-1
- l10n: Updates to Panjabi (Punjabi) (pa) translation (jassyAATTfedoraproject.org)

Thu Sep 30 14:00:00 2010 Miroslav Suchý 1.2.8-1
- 638981 - encode smbios data before sending over xmlrpc (msuchyAATTredhat.com)
- l10n: Updates to Russian (ru) translation (ypoyarkoAATTfedoraproject.org)

Tue Sep 14 14:00:00 2010 Miroslav Suchý 1.2.7-1
- 632203 - fix comment to corespond with code, decoding unicode to unicode
produce traceback (msuchyAATTredhat.com)
- l10n: Updates to Oriya (or) translation (mgiriAATTfedoraproject.org)
- l10n: Updates to Russian (ru) translation (ypoyarkoAATTfedoraproject.org)

Tue Aug 31 14:00:00 2010 Jan Pazdziora 1.2.6-1
- 603028 - when checking package architecture during errata update, allow
transition to and from noarch.

Tue Aug 31 14:00:00 2010 Michael Mraka 1.2.5-1
- 621135 - report resonable cpuinfo in s390(x)

Mon Aug 30 14:00:00 2010 Michael Mraka 1.2.4-1
- 559797 - fixed configuration file name
- Sort the available channels so that the listing is not random.

Wed Aug 25 14:00:00 2010 Michael Mraka 1.2.3-1
- 626822 - don\'t submit action result in cache only mode

Tue Aug 24 14:00:00 2010 Michael Mraka 1.2.2-1
- 625778 - require newer yum-rhn-plugin
- 554693 - networkRetries should be positive number
- l10n: Updates to Russian (ru) translation
- l10n: Updates to Telugu (te) translation

Thu Aug 12 14:00:00 2010 Milan Zazrivec 1.2.1-1
- 623137 - merge translated strings with .desktop file (mzazrivecAATTredhat.com)
- update .po and .pot files for rhn-client-tools (msuchyAATTredhat.com)

Thu Aug 5 14:00:00 2010 Milan Zazrivec 1.1.14-1
- 618267 - all data in F12+ should be in unicode, lets decode it
- 619098 - take manufacturer from system group
- 618267 - add missing import and foo
- update .po files
- Revert \"update .po files\"
- 618267 - encode latin-1 characters to unicode
- 617425 - add missing \'the\'s
- 617425 - point the user to the correct menu item
- add man page for rhn-channel as alias for spacewalk-channel
- default for kwargs should be {}
- update .po files
- 616371 - typo fix
- add parameter cache_only to up2date_config.
* actions
- enable caching for action errata.update

Tue Jul 20 14:00:00 2010 Miroslav Suchý 1.1.13-1
- add parameter cache_only to all client actions (msuchyAATTredhat.com)
- simplify code (msuchyAATTredhat.com)
- put parser of action xml to separate function (msuchyAATTredhat.com)
- l10n: Updates to Italian (it) translation (fvalenAATTfedoraproject.org)

Mon Jul 19 14:00:00 2010 Miroslav Suchý 1.1.12-1
- we want to pre-cache if server
*has
* staging ability (msuchyAATTredhat.com)
- use correct rhnserver class (msuchyAATTredhat.com)
- l10n: Updates to Swedish (sv) translation (goeranAATTfedoraproject.org)

Thu Jul 15 14:00:00 2010 Miroslav Suchý 1.1.11-1
- 614389 - add missing import (msuchyAATTredhat.com)
- basic framework for prefetching content from spacewalk (msuchyAATTredhat.com)

Fri Jul 9 14:00:00 2010 Miroslav Suchý 1.1.10-1
- 604106 - finish page should be loaded even without network
(msuchyAATTredhat.com)
- 612547 - update copyright clauses up until 2010. (jpazdzioraAATTredhat.com)
- 607599 - prevent firstboot from show_all()-ing what we have hidden.
(jpazdzioraAATTredhat.com)

Thu Jul 1 14:00:00 2010 Miroslav Suchý 1.1.9-1
- Clean up a few remaining references to kbase 6227
(joshua.roysAATTgtri.gatech.edu)
- 604101 - kbase article 6227 changed name & location (mzazrivecAATTredhat.com)

Fri Jun 18 14:00:00 2010 Miroslav Suchý 1.1.8-1
- fix syntax error (msuchyAATTredhat.com)

Thu Jun 17 14:00:00 2010 Miroslav Suchý 1.1.7-1
- l10n: Updates to Chinese (China) (zh_CN) translation
(leahliuAATTfedoraproject.org)
- 601683 - properly import get_computer_info routine (mzazrivecAATTredhat.com)
- 596237 - use correct constant in HardwareWindow (tui) (mzazrivecAATTredhat.com)
- 596237 - use constants in SendingWindow (mzazrivecAATTredhat.com)
- 596237 - use constants in SendWindow (mzazrivecAATTredhat.com)
- 596237 - use constants in PackagesWindow (mzazrivecAATTredhat.com)
- 596237 - use constants in HardwareWindow (mzazrivecAATTredhat.com)
- 596237 - use constants in OSReleaseWindow & AlreadyRegisteredWindow
(mzazrivecAATTredhat.com)
- l10n: Updates to Russian (ru) translation (ypoyarkoAATTfedoraproject.org)
- 600316 - don\'t traceback for zero subscribed channels (mzazrivecAATTredhat.com)
- l10n: Updates to Russian (ru) translation (ypoyarkoAATTfedoraproject.org)
- l10n: Updates to Russian (ru) translation (ypoyarkoAATTfedoraproject.org)
- l10n: Updates to Russian (ru) translation (ypoyarkoAATTfedoraproject.org)
- l10n: Updates to Spanish (Castilian) (es) translation
(gguerrerAATTfedoraproject.org)
- 598890 - always return product version as string (mzazrivecAATTredhat.com)
- l10n: Updates to Spanish (Castilian) (es) translation
(gguerrerAATTfedoraproject.org)
- Remove three more exceptions that are not used in our code base.
(jpazdzioraAATTredhat.com)
- The rhn-client-tools ChangeLog has\'t been updated since 2002, removing.
(jpazdzioraAATTredhat.com)
- Removing WarningDialog, OkDialog, and QuestionDialog that are not used in our
code. (jpazdzioraAATTredhat.com)
- Remove 23 exceptions that are not used in our code base.
(jpazdzioraAATTredhat.com)
- Method resetServerList not used in our code, removing.
(jpazdzioraAATTredhat.com)
- When startRhnCheck was replaced by spawnRhnCheckForUI, it became unused,
removing. (jpazdzioraAATTredhat.com)
- Method getFailedSystemSlots not used in our code, removing.
(jpazdzioraAATTredhat.com)
- get_device_property not used in our code, removing. (jpazdzioraAATTredhat.com)
- termsAndConditions not used in our code, removing. (jpazdzioraAATTredhat.com)
- sat_supports_virt_guest_registration not used in our code, removing.
(jpazdzioraAATTredhat.com)
- finishMessage not used in our code, removing. (jpazdzioraAATTredhat.com)
- When autoActivateNumbersOnce was removed, autoActivatedHardwareInfo was made
unused, removing. (jpazdzioraAATTredhat.com)
- When ActivateSubscriptionPage was removed, activatedRegistrationNumber was
made unused, removing. (jpazdzioraAATTredhat.com)
- 597263 - give the focus to the ButtonBar (and thus to the Yes button), to
behave as RHEL 5 did. (jpazdzioraAATTredhat.com)
- 596101 - skip the chooseChannelPage when going Back as well, if it should not
be shown. (jpazdzioraAATTredhat.com)
- 596102 - fit hw profile into a 2x6 table (mzazrivecAATTredhat.com)
- 595688 - cancel busy cursor after ValidationError (michael.mrakaAATTredhat.com)
- 595837 - write nice error in case of \"connection reset by peer\" and xmlrpc
protocol error (msuchyAATTredhat.com)
- 585188 - we need to implement fatalError for loginPageApply and
createProfilePageApply. (jpazdzioraAATTredhat.com)
- Remove except which cannot be reached. (jpazdzioraAATTredhat.com)
- 585188 - refactor the RHN Register firstboot code to match firstboot 1.110 on
Fedora 12 and RHEL 6. (jpazdzioraAATTredhat.com)
- 585188 - only install legacy firstboot on RHEL 5 (and earlier), the new
firstboot for other systems. (jpazdzioraAATTredhat.com)
- 585188 - the firstboot modules for RHEL 5 shall retire in firstboot-legacy-
rhel5. (jpazdzioraAATTredhat.com)
- 593194 - fix creating the $(PREFIX)/usr/share/setuptool/setuptool.d when
building the package. (jpazdzioraAATTredhat.com)
- 595669 - fix regexp and do not fail if regexp do not match
(msuchyAATTredhat.com)
- whitespace cleanup (msuchyAATTredhat.com)
- We don\'t need hwdata target anymore (mzazrivecAATTredhat.com)
- 580493 - use correct product logos in rhn_register (gui)
(mzazrivecAATTredhat.com)
- 557059 - do not fail on IBM-ESXS controler where ID_PATH is not set
(msuchyAATTredhat.com)
- 580489 - fix requires for rhn-setup-gnome (mzazrivecAATTredhat.com)
- python-hwdata finaly made it into Fedora and Epel so we can remove from this
package and depend on python-hwdata (msuchyAATTredhat.com)
- 593194 - 99rhn_register to add RHN Register to setup\'s list of tools.
(jpazdzioraAATTredhat.com)
- The bugzilla 556290 had errata released, python-setuptools should be pulled
in by python-coverage. (jpazdzioraAATTredhat.com)
- 584780 - move the firstboot _gui.
* files to rhn-setup-gnome.
(jpazdzioraAATTredhat.com)
- 557059 - we cannot have class None. (jpazdzioraAATTredhat.com)
- 591798 - Completly remove hal code from rhn-client-tools for F-13 and RHEL-6
(msuchyAATTredhat.com)
- 591422 - add hwdata.py to rhn-client-tools. (jpazdzioraAATTredhat.com)
- l10n: Updates to German (de) translation (ttrinksAATTfedoraproject.org)
- l10n update .pot and .po files for rhn-client-tools (msuchyAATTredhat.com)
- l10n - translate desktop file too (msuchyAATTredhat.com)
- cleanup - removing translation file, which does not match any language code
(msuchyAATTredhat.com)
- update po files for rhn-client-tools (msuchyAATTredhat.com)

Wed May 5 14:00:00 2010 Jan Pazdziora 1.1.3-1
- 589100 - address issue when clients were not able to register to the server.

Thu Apr 29 14:00:00 2010 Miroslav Suchý 1.1.2-1
- 585386 - do not fail if file do not exist
- bump up version

Wed Apr 28 14:00:00 2010 Miroslav Suchý 1.0.1-1
- 585386 - set properly acl for /var/spool/up2date/loginAuth.pkl
- make read_cpuinfo() more readable

Thu Apr 8 14:00:00 2010 Jan Pazdziora 1.0.0-1
- Bumping up version to 1.0.0.

Fri Apr 2 14:00:00 2010 Jan Pazdziora 0.9.13-1
- Fixes to previous cleanup.

Fri Apr 2 14:00:00 2010 Jan Pazdziora 0.9.12-1
- Code cleanup.
- Remove the installation number support in GUI.

Wed Mar 31 14:00:00 2010 Jan Pazdziora 0.9.11-1
- Make sure activate_hardware_info is called before available_eus_channels.

Wed Mar 31 14:00:00 2010 Jan Pazdziora 0.9.10-1
- Code cleanup.
- Remove installation number activation.

Mon Mar 29 14:00:00 2010 Jan Pazdziora 0.9.9-1
- Code cleanup.
- Add back invocation of _activate_hardware, for hosted.
- Use /etc/sysconfig/rhn/hw-activation-code for the hardware activation code.

Fri Mar 26 13:00:00 2010 Jan Pazdziora 0.9.8-1
- Check the capability in cfg (uses cached value).
- Remove --email and --subscription options from rhnreg_ks.
- No longer use rhnreg.reserveUser nor rhnreg.registerUser in rhnreg_ks.

Thu Mar 25 13:00:00 2010 Jan Pazdziora 0.9.7-1
- Code cleanup.
- 575127 - fix typo in dmidecode key (msuchyAATTredhat.com)
- Changing the default networkRetries from 5 to 1 (so no retries).
- do not use reserved word type (msuchyAATTredhat.com)
- remove dead code (msuchyAATTredhat.com)
- group test on subsystem together, to create more readable code
(msuchyAATTredhat.com)

Tue Mar 23 13:00:00 2010 Miroslav Suchy 0.9.6-1
- 564352 - try to get from udev as much hw info as possible

Mon Mar 22 13:00:00 2010 Miroslav Suchy 0.9.5-1
- 564352 - use gudev instead of hal if gudev is present

Mon Mar 1 13:00:00 2010 Michael Mraka 0.9.4-1
- added new CA key valid until 2020
- 567901 - fix input of user name

Fri Feb 19 13:00:00 2010 Jan Pazdziora 0.9.3-1
- Move the logging of XMLRPC calls down to up2date_client/rpcServer
- Cleanup of unused code

Wed Feb 17 13:00:00 2010 Miroslav Suchy 0.9.2-1
- 564491 - package should be noarch

Fri Feb 5 13:00:00 2010 Miroslav Suchy 0.8.12-1
- 543509 - found another part of code where we use hal for getting DMI inforation, removing

Thu Feb 4 13:00:00 2010 Michael Mraka 0.8.10-1
- updated copyrights
- 561485 - clear dmi warnings on ia64

Wed Feb 3 13:00:00 2010 Michael Mraka 0.8.9-1
- fixed several unit test

Tue Feb 2 13:00:00 2010 Michael Mraka 0.8.8-1
- fixed failed build

Mon Feb 1 13:00:00 2010 Michael Mraka 0.8.7-1
- use rhnLockfile.py from rhnlib
- 543509 - don\'t send \"Not Settable\"/\"Not Present\" when guest have no UUID

Fri Jan 29 13:00:00 2010 Miroslav Suchý 0.8.6-1
- 557370 - clear dmi warnings for xen pv guests (mzazrivecAATTredhat.com)
- 546312 - fix typo - we do not want to assign the result of the SetResultType operation. (jpazdzioraAATTredhat.com)
- Remove other branches that check SubscriptionWindow by name. (jpazdzioraAATTredhat.com)
- Since SubscriptionWindow is not in the list now, remove the whole class. (jpazdzioraAATTredhat.com)
- Remove the SubscriptionWindow from the list. (jpazdzioraAATTredhat.com)

Thu Jan 21 13:00:00 2010 Miroslav Suchý 0.8.5-1
- 557059 - convert dbus.string to unicode

Thu Jan 21 13:00:00 2010 Milan Zazrivec 0.8.4-1
- 557370 - put dmidecode import warnings into log

Fri Jan 15 13:00:00 2010 Michael Mraka 0.8.3-1
- 554317 - fix for gui registration traceback
- removed dead code
- 513660 - save / update up2date config during firstboot

Tue Dec 15 13:00:00 2009 Miroslav Suchý 0.8.2-1
- 546312 - do not depend on hald for rhnreg_ks

Tue Dec 1 13:00:00 2009 Miroslav Suchý 0.7.11-1
- 541262 - fix networkRetries logic (mzazrivecAATTredhat.com)

Wed Nov 25 13:00:00 2009 Miroslav Suchý 0.7.10-1
- 216808 - add man page to package
- 216808 - create new script spacewalk-channel
- 527412 - compute delta and write it to logs only if writeChangesToLog is set to 1
- 536789 - remove forgotten lines
- 536789 - set only necessary network info

Thu Nov 5 13:00:00 2009 Miroslav Suchy 0.7.9-1
- suse has its own macro for updating icons
- enable build for suse 10.00 too
- hardcode MANPATH
- fix build under opensuse
- 532145 - define local variable ipaddr before it is used
- Dont halt registration if the hardware info could not be acquired for rhnreg_ks.

Fri Oct 23 14:00:00 2009 Miroslav Suchy 0.7.7-1
- 530369 - header is inmutable

Thu Oct 22 14:00:00 2009 Miroslav Suchy 0.7.5-1
- 449167 - record installation date of rpm package

Mon Oct 5 14:00:00 2009 Miroslav Suchý 0.7.4-1
- add versioned conflict to up2date

Tue Sep 22 14:00:00 2009 Miroslav Suchý 0.7.3-1
- comment out hosted url, so spacewalk users do not ping theirs machines

Fri Sep 4 14:00:00 2009 Miroslav Suchy 0.7.2-1
- Rhpl was removed from rhel client packages (lukas.durfinaAATTgmail.com)

Tue Sep 1 14:00:00 2009 Miroslav Suchy 0.7.1-1
- change appeareance of icon and put it to Administration rather then to Preferences
- add scriplet to refres icon cache
- move \"Requires: yum-rhn-plugin\" from rhn-client-tools to rhn-check

Wed Aug 5 14:00:00 2009 John Matthews 0.6.2-1
- 494019 - Fixing the registration on python 2.6 to not include dbus.String
objects in hardware profile as new xmlrpclib _dump method validates based on
__dict__ on value. (pkilambiAATTredhat.com)

Wed Jul 29 14:00:00 2009 Pradeep Kilambi 0.4.20-9
- Resolves: #445881

Mon Jun 29 14:00:00 2009 Pradeep Kilambi 0.4.20-8
- Resolves: #467866

Fri Jun 26 14:00:00 2009 Miroslav Suchy 0.6.1-1
- code cleanup - there is no usage of md5 in this code
- bump up version to 0.6

Thu Jun 25 14:00:00 2009 John Matthews 0.4.28-1
- 503090 - Fix missing packages reported during rhnreg_ks.
(dgoodwinAATTredhat.com)
- 467866 - Raise a more cleaner message if clients end up getting badStatusLine
error due to 502 proxy errors (pkilambiAATTredhat.com)
- 504292 - fix the registration gui and tui to honor the ssl cert paths
specified in the config. Set the paths to default locations only if the user
hasn\'t explicitly defined it. (pkilambiAATTredhat.com)
- 504296 - removing debug statements from hardware probing
(pkilambiAATTredhat.com)
- Support infinite available entitlements in TUI registration
(jbowesAATTredhat.com)
- account for virt_uuid is None case (pkilambiAATTredhat.com)
- Send smbios data to remaining_subscriptions during registration
(jbowesAATTredhat.com)

Fri Jun 12 14:00:00 2009 Pradeep Kilambi 0.4.20-7
- Resolves: #504292 #467866

Fri Jun 5 14:00:00 2009 Pradeep Kilambi
- Resolves: #504296

Thu May 21 14:00:00 2009 jesus m. rodriguez 0.4.27-1
- new build (pkilambiAATTredhat.com)
- 501316 - chnaging the network switch to always send network info by default
unless there is a skipNetwork flag. This helps the upgrades issues where the
config file gets saved by rpms and causing issues (pkilambiAATTredhat.com)
- merging additional spec changes and minor edits from svn
(pkilambiAATTredhat.com)
- 467866 - catch the BadStatusLine and let use know that the server is
unavailable temporarily (pkilambiAATTredhat.com)
- -adding missing config option (pkilambiAATTredhat.com)
- Send smbios data in the new_system() call (jbowesAATTredhat.com)
- 499860 Ability to define location for the temporary transport file
descriptors, uses /tmp by default (pkilambiAATTredhat.com)
- 479706 - send network and netInterface information on hardware probing during
registration and profile sync is now an option and on by default. Users who
do not wish to send network information can jus trun off sendNetwork option
in the config. (pkilambiAATTredhat.com)
- Letting firstboot know if the system is already registered through a
kickstart so it would\'nt prompt the user to re register during firstboot
sequence (pkilambiAATTredhat.com)
- Throw an InvalidRedirectionError if redirect url does\'nt fetch the package
(pkilambiAATTredhat.com)
- adding NoSystemIdError exception class for 444581 (pkilambiAATTredhat.com)
- 467139 - fixing the rhn_check\'s action name to work for different locale
(pkilambiAATTredhat.com)
- 491258 - adding check to see if haldaemon or messagebus is running. If not
warn the user with right message and dont probe the hal and dmi as we\'ll
obviously get a dbus_exception. (pkilambiAATTredhat.com)

Mon May 18 14:00:00 2009 Pradeep Kilambi 0.4.20-5
- Resolves: #501316

Tue May 12 14:00:00 2009 Pradeep Kilambi 0.4.20-4
- Resolves: #467866

Mon May 11 14:00:00 2009 Pradeep Kilambi 0.4.20-3
- new build

Fri May 8 14:00:00 2009 Pradeep Kilambi 0.4.20-2
- Resolves: #204449 #227638 #445881 #454005 #466718 #479706
- Resolves: #491258 #494928 #250312 #464827 #467139 #476797
- Resolves: #476894 #487754

Fri May 1 14:00:00 2009 Devan Goodwin 0.4.25-1
- Stop using spec file Source line for desktop file. (dgoodwinAATTredhat.com)
- Adding support to send smbios information to the servers if implemented.
add_smbios_info needs to be implemented on the server to fully take advantage
of this call. Xen host/guests + para/fully virt types should work as usual
for now. (pkilambiAATTredhat.com)
- 250312 - Do not spam the cert directory with backup certs, instead use the
one requested by the user and proceed if its valid else reprompt to upload a
valid certificate (pkilambiAATTredhat.com)
- removing config set logic as this code block will prevent from accessing the
provide security certificate page. Also Adding supporing code to handle
missing CA cert cases, instead of erroring out. (pkilambiAATTredhat.com)
- updating translations (pkilambiAATTredhat.com)
- 476797 - profile-sync should not probe dmidecode info on PV guests as there
is no SMBIOS entry. (pkilambiAATTredhat.com)
- 204449 - Deprecating contactinfo flag functionality from rhnreg_ks
(pkilambiAATTredhat.com)
- rhn-client-tools should now depend on cdn enabled rhnlib package
(pkilambiAATTredhat.com)
- 476894 - Fix to support multiarch support for errata with multiarch packages.
Errata apply should only install installed arch updates. If i386 and x86_64
are installed, updates for both arches will be applied. (pkilambiAATTredhat.com)

Fri Apr 24 14:00:00 2009 Pradeep Kilambi
- Resolves: #487754 - rhn-client-tools depends on cdn enabled rhnlib package

Mon Mar 30 14:00:00 2009 Miroslav Suchy 0.4.24-1
- 490438 - add .desktop file, own allowed-actions dir

Mon Mar 16 13:00:00 2009 Miroslav Suchy 0.4.22-1
- use macros insted hardcoded paths


 
ICM