-
Wed Sep 06 2017 Kevin Lyons <kevin.x.lyons@oracle.com> - 5.4.37-1.0.1
- fix help text.
-
Wed Aug 09 2017 Michael Mraka <michael.mraka@redhat.com> 5.4.37-1
- fixed python3 buildrequires
-
Wed Aug 09 2017 Michael Mraka <michael.mraka@redhat.com> 5.4.36-1
- precompile py3 bytecode on Fedora 23+
- use standard brp-python-bytecompile
-
Tue Jul 18 2017 Michael Mraka <michael.mraka@redhat.com> 5.4.35-1
- move version and release before sources
-
Mon Jul 17 2017 Jan Dobes 5.4.34-1
- Updated links to github in spec files
- Migrating Fedorahosted to GitHub
-
Tue Dec 06 2016 Eric Herget <eherget@redhat.com> 5.4.33-1
- 1386615 - rhn-custom-info should not require CA cert for non-https server
-
Tue Jun 07 2016 Jan Dobes 5.4.32-1
- print() prints '()' in python 2 instead of expected empty line
- fix fedora macro usage
-
Wed May 25 2016 Tomas Kasparek <tkasparek@redhat.com> 5.4.31-1
- updating copyright years
-
Thu May 12 2016 Tomas Kasparek <tkasparek@redhat.com> 5.4.30-1
- use python-devel in buildtime on all OS
-
Tue Apr 12 2016 Gennadii Altukhov <galt@redhat.com> 5.4.29-1
- Wrong dependency for building on Fedora 23
- basestring is str and bytes in python3
- removed unused module string in rhn-custom-info
- modified rhn-custom-info to work in python 2/3
-
Mon Jun 08 2015 Michael Mraka <michael.mraka@redhat.com> 5.4.28-1
- switch to dnf on Fedora 22
-
Wed Jan 14 2015 Matej Kollar <mkollar@redhat.com> 5.4.27-1
- Getting rid of Tabs and trailing spaces in LICENSE, COPYING, and README files
-
Fri Jul 11 2014 Milan Zazrivec <mzazrivec@redhat.com> 5.4.26-1
- fix copyright years
-
Fri May 23 2014 Milan Zazrivec <mzazrivec@redhat.com> 5.4.25-1
- spec file polish
-
Mon Apr 14 2014 Michael Mraka <michael.mraka@redhat.com> 5.4.24-1
- 1066163 - rhn-custom-info man page is incomplete.
-
Fri Mar 14 2014 Michael Mraka <michael.mraka@redhat.com> 5.4.23-1
- Don't print newline after 'Username:' prompt
-
Fri Feb 14 2014 Tomas Lestach <tlestach@redhat.com> 5.4.22-1
- 1063808 - Custom info with empty value added
-
Fri Nov 29 2013 Michael Mraka <michael.mraka@redhat.com> 5.4.21-1
- add the option -d to delete custom values
-
Thu Oct 10 2013 Michael Mraka <michael.mraka@redhat.com> 5.4.20-1
- cleaning up old svn Ids
-
Mon Sep 30 2013 Michael Mraka <michael.mraka@redhat.com> 5.4.19-1
- removed trailing whitespaces
-
Wed Jul 17 2013 Tomas Kasparek <tkasparek@redhat.com> 5.4.18-1
- updating copyright years
-
Mon Jun 17 2013 Michael Mraka <michael.mraka@redhat.com> 5.4.17-1
- more branding cleanup
-
Wed Jun 12 2013 Tomas Kasparek <tkasparek@redhat.com> 5.4.16-1
- rebranding RHN Satellite to Red Hat Satellite in client stuff
-
Tue May 21 2013 Tomas Kasparek <tkasparek@redhat.com> 5.4.15-1
- branding clean-up of client tools
- Purging %changelog entries preceding Spacewalk 1.0, in active packages.
- %defattr is not needed since rpm 4.4
-
Thu Feb 23 2012 Michael Mraka <michael.mraka@redhat.com> 5.4.14-1
- we are now just GPL
-
Fri Jul 22 2011 Jan Pazdziora 5.4.13-1
- 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.
-
Fri Apr 15 2011 Jan Pazdziora 5.4.12-1
- build rhn-custom-info on SUSE (mc@suse.de)
-
Fri Apr 08 2011 Miroslav Suchý 5.4.11-1
- update copyright years (msuchy@redhat.com)
-
Fri Apr 08 2011 Miroslav Suchý 5.4.10-1
- both string and unicode are instance of basestring
- fix rhn-custom-info (mc@suse.de)
-
Tue Apr 05 2011 Miroslav Suchý 5.4.9-1
- simplify read_username()
- 683200 - utilize up2date_client.config
-
Wed Mar 30 2011 Miroslav Suchý 5.4.8-1
- no need to support rhel2
- Updating the copyright years to include 2010.
-
Wed Dec 08 2010 Michael Mraka <michael.mraka@redhat.com> 5.4.7-1
- import Fault, ResponseError and ProtocolError directly from xmlrpclib
-
Thu Nov 25 2010 Miroslav Suchý <msuchy@redhat.com> 5.4.6-1
- fix failing build in F13 (msuchy@redhat.com)
-
Fri Nov 19 2010 Miroslav Suchý <msuchy@redhat.com> 5.4.5-1
- 553649 - we need to require X.Y version due to search path
-
Thu Nov 18 2010 Miroslav Suchý <msuchy@redhat.com> 5.4.4-1
- 553649 - Requires correct, justified where necessary
- 553649 - fix changelog format
-
Mon Oct 04 2010 Michael Mraka <michael.mraka@redhat.com> 5.4.3-1
- replaced local copy of compile.py with standard compileall module