diff --git a/.gitignore b/.gitignore index 7c780b4..2f9e8ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ rho-0.0.20.tar.gz +/rho-0.0.27.tar.gz diff --git a/rho.spec b/rho.spec index 9191232..d20c792 100644 --- a/rho.spec +++ b/rho.spec @@ -1,13 +1,13 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: rho -Version: 0.0.20 -Release: 11%{?dist} +Version: 0.0.27 +Release: 1%{?dist} Summary: An SSH system profiler Group: Applications/Internet License: GPLv2 -URL: http://github.com/jmrodri/rho +URL: https://github.com/candlepin/rho Source0: http://alikins.fedorapeople.org/files/rho/rho-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -45,35 +45,85 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/rho.1.gz %changelog -* Tue Jul 19 2016 Fedora Release Engineering - 0.0.20-11 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Thu Feb 04 2016 Fedora Release Engineering - 0.0.20-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Jun 18 2015 Fedora Release Engineering - 0.0.20-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.0.20-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.0.20-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Feb 14 2013 Fedora Release Engineering - 0.0.20-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sat Jul 21 2012 Fedora Release Engineering - 0.0.20-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.0.20-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Feb 09 2011 Fedora Release Engineering - 0.0.20-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jul 22 2010 David Malcolm - 0.0.20-2 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild +* Mon Oct 17 2016 Alex Wood 0.0.27-1 +- Added 4 date commands to help determine when a server was built. + (mvickstr@redhat.com) + +* Tue Sep 13 2016 Christopher Snyder 0.0.26-1 +- - Added additional columns to the pack-scan report generated by the + initconfig command. The current pack-scan format does not include error, + auth.name, and auth.username fields that are helpful when troubleshooting. + The other fields are added to get additional visibility into all fields Rho + can collect. - replaced some key dmidecode commands that used switches not + available on older versions of RHEL with commands that work on all versions + of RHEL. (mvickstr@redhat.com) +- fix srpm_disttag (jesusr@redhat.com) +- update srpm_disttag, and fedora release targets (jesusr@redhat.com) + +* Thu Feb 11 2016 jesus m. rodriguez 0.0.25-1 +- added error checking for missing Red Hat packages scan (mvickstr@redhat.com) +- add disttag (jesusr@redhat.com) + +* Tue Nov 25 2014 jesus m. rodriguez 0.0.24-1 +- fix auth (add|edit) man page entries. (jesusr@redhat.com) + +* Mon Nov 24 2014 jesus m. rodriguez 0.0.23-1 +- update doc to reference actual variable used in code (jesusr@redhat.com) +- add an example of using --report (jesusr@redhat.com) + +* Thu Aug 07 2014 cnsnyder 0.0.22-1 +- update releasers (jesusr@redhat.com) +- add f21 (jesusr@redhat.com) +- add releasers.conf for tito (jesusr@redhat.com) +- Updates docs to describe use of the new report command. (csnyder@redhat.com) +- Updates URL to current git repo url. (csnyder@redhat.com) +- removes the now uncessary pack-scan.sh script (csnyder@redhat.com) +- Adds initconfig command to generate a default config with some preset data. (plus tests) (csnyder@redhat.com) +- Adds report module (and tests) with commands largely matching profile. (csnyder@redhat.com) +- Updates README to include a brief section on the pack-scan.sh script. (csnyder@redhat.com) +- Updates man page with info on option --hosts where appropriate. (csnyder@redhat.com) +- Changes field names to match the changes to the rho_cmds classes. Moves pack-scan.sh to /bin. (csnyder@redhat.com) + +* Tue Jul 22 2014 jesus m. rodriguez 0.0.21-1 +- Adds a RhoCmd and smoke test for subman facts --list (csnyder@redhat.com) +- Fixes VirtWhatRhoCmd.parse_data() exit code checking. (csnyder@redhat.com) +- Changes test_scan_show_fields() to use assertRaises(). (csnyder@redhat.com) +- Fixes date test. Adds redhat-packages tests for new fields. (csnyder@redhat.com) +- Uses open() instead of file(). (csnyder@redhat.com) +- Fixes indexes of command results. (csnyder@redhat.com) +- Adds tests for RedhatPackagesRhoCmd. (csnyder@redhat.com) +- Adds tests for fields date.date and cpu.socket_count (csnyder@redhat.com) +- Adds smoke test for VirtWhatRhoCmd. (csnyder@redhat.com) +- Adds new field virt.num_running_guests. (csnyder@redhat.com) +- Pulls virt-what out of VirtRhoCmd and into VirtWhatRhoCmd. (csnyder@redhat.com) +- Changes PkgInfo separator to required arg. (csnyder@redhat.com) +- Removes unused imports. General code clean up. (csnyder@redhat.com) +- Splits redhat-packages.ratio into two fields. (csnyder@redhat.com) +- Adds install_date and build_date to rpm query. Updates PkgInfo to use these dates. (csnyder@redhat.com) +- Renames MiscRhoCmd to DateRhoCmd and updates fields accordingly. (csnyder@redhat.com) +- Scanner now defaults to explicit list of default commands in rho_cmds. (csnyder@redhat.com) +- remove trailing whitespace (jesusr@redhat.com) +- Adds virt.num_guests field to pack-scan report script. (csnyder@redhat.com) +- Adds virt.num_guests field to VirtRhoCmd class. (csnyder@redhat.com) +- Adds default of '' to scan --hosts option (csnyder@redhat.com) +- Adds pack-scan.sh [USERNAME] [/path/to/file_of_hosts] (csnyder@redhat.com) +- Adds --hosts option to the scan command. (csnyder@redhat.com) +- Adds test for profile add --hosts and fixes up other tests (csnyder@redhat.com) +- chmod -x clicommands-tests.py to enable testing with nosetests (csnyder@redhat.com) +- Adds new option --hosts [path/to/file_of_hosts] to add a file of comma seperated hostnames to a profile. (csnyder@redhat.com) +- Adds new cpu report field cpu.socket_count. (csnyder@redhat.com) +- Adds RedHatPackagesRhoCmd that provides fields pertaining to Red Hat packages installed on a system. (csnyder@redhat.com) +- Adds MiscRhoCmd class for all miscellaneous commands. (csnyder@redhat.com) +- Adds virt-what command to help determine virt.virt and virt.type fields (csnyder@redhat.com) +- Scanner loads all cmds defined in rho_cmds and not in NONDEFAULT_CMDS. (csnyder@redhat.com) +- stylish cleanups for setup.py (alikins@redhat.com) +- Include gettext if we use it. (alikins@redhat.com) +- Remove unused 'string' import. (alikins@redhat.com) +- stylish cleanups (alikins@redhat.com) +- import gettext (alikins@redhat.com) +- autopep8'ify PBKDF2.py (alikins@redhat.com) +- autopep8'ify the code because it needs it. (alikins@redhat.com) +- added rhel 5 dep for python: python-simplejson (whayutin@thinkdoe.localdomain) * Wed Nov 18 2009 Adrian Likins 0.0.20-1 - RHEL5 is using an even older version of python-netaddr that requires most API diff --git a/sources b/sources index 5307a25..84fd91e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -431619ec406f7a123aa59ceaeed90d1a rho-0.0.20.tar.gz +ecb9c618b52f5194c31e2039328cc21e rho-0.0.27.tar.gz