|
|
6b17e9 |
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
6b17e9 |
Summary: A set of tools to gather troubleshooting information from a system
|
|
|
6b17e9 |
Name: sos
|
|
|
e75bc7 |
Version: 3.2
|
|
|
de1df9 |
Release: 15%{?dist}.1
|
|
|
6b17e9 |
Group: Applications/System
|
|
|
e75bc7 |
Source0: https://github.com/sosreport/sos/archive/%{version}/sos-%{version}.tar.gz
|
|
|
6b17e9 |
License: GPLv2+
|
|
|
6b17e9 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
6b17e9 |
BuildArch: noarch
|
|
|
e75bc7 |
Url: http://github.com/sosreport/sos
|
|
|
6b17e9 |
BuildRequires: python-devel
|
|
|
6b17e9 |
BuildRequires: gettext
|
|
|
6b17e9 |
Requires: libxml2-python
|
|
|
e75bc7 |
Requires: python-six
|
|
|
6b17e9 |
Requires: bzip2
|
|
|
6b17e9 |
Requires: xz
|
|
|
a1ee45 |
Obsoletes: sos-plugins-openstack
|
|
|
e75bc7 |
Patch0: sos-six-compat.patch
|
|
|
e75bc7 |
Patch1: sos-bz1116349-call-rhsm-debug-with-no-subscriptions.patch
|
|
|
e75bc7 |
Patch2: sos-bz1140427-powerpc-allow-powerpc-plugin-to-run-on-ppc64le.patch
|
|
|
e75bc7 |
Patch3: sos-bz1148551-ovirt_hosted_engine-fix-exception-when-force-enabled.patch
|
|
|
e75bc7 |
Patch4: sos-bz1087515-corosync-add-postprocessing-for-corosync-objctl.patch
|
|
|
e75bc7 |
Patch5: sos-bz1148375-add-support-for-tomcat7.patch
|
|
|
e75bc7 |
Patch6: sos-bz1126001-obtain-mysql-password-from-env.patch
|
|
|
e75bc7 |
Patch7: sos-bz1158891-sosreport-fix-archive-permissions-regression.patch
|
|
|
e75bc7 |
Patch8: sos-bz1110918-fix-kpatch-force-enabled.patch
|
|
|
e75bc7 |
Patch9: sos-bz1118152-disable-the-zip-compression-type.patch
|
|
|
e75bc7 |
Patch10: sos-bz1166039-navicli-catch-unreadable-stdin.patch
|
|
|
e75bc7 |
Patch11: sos-bz1171658-docs-update-man-page-for-new-options.patch
|
|
|
e75bc7 |
Patch12: sos-bz1164267-sos-unicode-use-errors-ignore.patch
|
|
|
e75bc7 |
Patch13: sos-bz1126001-mysql-fix-command-line-dbpass-handling.patch
|
|
|
e75bc7 |
Patch14: sos-bz1112175-anaconda-make-useradd-password-regex-tolerant.patch
|
|
|
e75bc7 |
Patch15: sos-bz1087977-sosreport-catch-oserror-in-execute.patch
|
|
|
e75bc7 |
Patch16: sos-bz1087977-sosreport-do-not-make-logging-calls-after-oserror.patch
|
|
|
e75bc7 |
Patch17: sos-bz1026962-plugin-limit-names-to-pc_name_max.patch
|
|
|
e75bc7 |
Patch18: sos-bz1026962-squid-collect-var-log-squid.patch
|
|
|
e75bc7 |
Patch19: sos-bz1026962-sosreport-log-plugin-exceptions-to-file.patch
|
|
|
e75bc7 |
Patch20: sos-bz1026962-ctdb-fix-redhatplugin-tagging-use.patch
|
|
|
e75bc7 |
Patch21: sos-bz1026962-sosreport-fix-silent-exception-handling.patch
|
|
|
e75bc7 |
Patch22: sos-bz1180919-mysql-test-for-boolean-values.patch
|
|
|
e75bc7 |
Patch23: sos-bz1176159-mysql-improve-dbuser-dbpass-handling.patch
|
|
|
de1df9 |
Patch24: sos-bz1201843-cluster-crmreport-create-dir.patch
|
|
|
9536aa |
Patch25: sos-centos-branding.patch
|
|
|
a34f85 |
|
|
|
6b17e9 |
%description
|
|
|
6b17e9 |
Sos is a set of tools that gathers information about system
|
|
|
6b17e9 |
hardware and configuration. The information can then be used for
|
|
|
6b17e9 |
diagnostic purposes and debugging. Sos is commonly used to help
|
|
|
6b17e9 |
support technicians and developers.
|
|
|
6b17e9 |
|
|
|
6b17e9 |
%prep
|
|
|
e75bc7 |
%setup -qn %{name}-%{version}
|
|
|
6b17e9 |
%patch0 -p1
|
|
|
6b17e9 |
%patch1 -p1
|
|
|
6b17e9 |
%patch2 -p1
|
|
|
6b17e9 |
%patch3 -p1
|
|
|
6b17e9 |
%patch4 -p1
|
|
|
6b17e9 |
%patch5 -p1
|
|
|
6b17e9 |
%patch6 -p1
|
|
|
6b17e9 |
%patch7 -p1
|
|
|
6b17e9 |
%patch8 -p1
|
|
|
6b17e9 |
%patch9 -p1
|
|
|
6b17e9 |
%patch10 -p1
|
|
|
6b17e9 |
%patch11 -p1
|
|
|
6b17e9 |
%patch12 -p1
|
|
|
6b17e9 |
%patch13 -p1
|
|
|
6b17e9 |
%patch14 -p1
|
|
|
6b17e9 |
%patch15 -p1
|
|
|
6b17e9 |
%patch16 -p1
|
|
|
6b17e9 |
%patch17 -p1
|
|
|
6b17e9 |
%patch18 -p1
|
|
|
6b17e9 |
%patch19 -p1
|
|
|
6b17e9 |
%patch20 -p1
|
|
|
6b17e9 |
%patch21 -p1
|
|
|
6b17e9 |
%patch22 -p1
|
|
|
6b17e9 |
%patch23 -p1
|
|
|
c6811e |
%patch24 -p1
|
|
|
9536aa |
%patch25 -p1
|
|
|
a34f85 |
|
|
|
6b17e9 |
%build
|
|
|
6b17e9 |
make
|
|
|
6b17e9 |
|
|
|
6b17e9 |
%install
|
|
|
6b17e9 |
rm -rf ${RPM_BUILD_ROOT}
|
|
|
6b17e9 |
make DESTDIR=${RPM_BUILD_ROOT} install
|
|
|
6b17e9 |
%find_lang %{name} || echo 0
|
|
|
6b17e9 |
|
|
|
6b17e9 |
%clean
|
|
|
6b17e9 |
rm -rf ${RPM_BUILD_ROOT}
|
|
|
6b17e9 |
|
|
|
6b17e9 |
%files -f %{name}.lang
|
|
|
6b17e9 |
%defattr(-,root,root,-)
|
|
|
6b17e9 |
%{_sbindir}/sosreport
|
|
|
6b17e9 |
%{_datadir}/%{name}
|
|
|
6b17e9 |
%{python_sitelib}/*
|
|
|
6b17e9 |
%{_mandir}/man1/*
|
|
|
6b17e9 |
%{_mandir}/man5/*
|
|
|
6b17e9 |
%doc AUTHORS README.md LICENSE
|
|
|
6b17e9 |
%config(noreplace) %{_sysconfdir}/sos.conf
|
|
|
6b17e9 |
|
|
|
6b17e9 |
%changelog
|
|
|
9536aa |
* Thu Mar 26 2015 CentOS Sources <bugs@centos.org> - 3.2-15.el7.centos.1
|
|
|
9536aa |
- Roll in CentOS Branding
|
|
|
9536aa |
|
|
|
de1df9 |
* Tue Mar 17 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-15.1
|
|
|
de1df9 |
- [cluster] crm_report fails to run because dir already exists
|
|
|
de1df9 |
Resolves: bz1201843
|
|
|
c6811e |
|
|
|
e75bc7 |
* Thu Jan 22 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-15
|
|
|
fc05a2 |
- [mysql] improve handling of dbuser, dbpass and MYSQL_PWD
|
|
|
e75bc7 |
Resolves: bz1180919
|
|
|
fc05a2 |
|
|
|
e75bc7 |
* Tue Jan 20 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-14
|
|
|
fc05a2 |
- [mysql] test for boolean values in dbuser and dbpass
|
|
|
e75bc7 |
Resolves: bz1180919
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Mon Jan 19 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-12
|
|
|
e75bc7 |
- [plugin] limit path names to PC_NAME_MAX
|
|
|
e75bc7 |
Resolves: bz1026962
|
|
|
e75bc7 |
- [squid] collect files from /var/log/squid
|
|
|
e75bc7 |
Resolves: bz1026962
|
|
|
e75bc7 |
- [sosreport] log plugin exceptions to a file
|
|
|
e75bc7 |
Resolves: bz1026962
|
|
|
e75bc7 |
- [ctdb] fix collection of /etc/sysconfig/ctdb
|
|
|
e75bc7 |
Resolves: bz1026962
|
|
|
e75bc7 |
- [sosreport] fix silent exception handling
|
|
|
e75bc7 |
Resolves: bz1026962
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Tue Jan 13 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-11
|
|
|
e75bc7 |
- [sosreport] do not make logging calls after OSError
|
|
|
e75bc7 |
Resolves: bz1087977
|
|
|
e75bc7 |
- [sosreport] catch OSError exceptions in SoSReport.execute()
|
|
|
e75bc7 |
Resolves: bz1087977
|
|
|
e75bc7 |
- [anaconda] make useradd password regex tolerant of whitespace
|
|
|
e75bc7 |
Resolves: bz1112175
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Tue Dec 23 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-10
|
|
|
fc05a2 |
- [mysql] fix handling of mysql.dbpass option
|
|
|
e75bc7 |
Resolves: bz1126001
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Wed Dec 17 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-9
|
|
|
e75bc7 |
- [navicli] catch exceptions if stdin is unreadable
|
|
|
e75bc7 |
Resolves: bz1166039
|
|
|
e75bc7 |
- [docs] update man page for new options
|
|
|
e75bc7 |
Resolves: bz1171658
|
|
|
e75bc7 |
- [sosreport] make all utf-8 handling user errors=ignore
|
|
|
e75bc7 |
Resolves: bz1164267
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Tue Dec 09 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-8
|
|
|
e75bc7 |
- [kpatch] do not attempt to collect data if kpatch is not installed
|
|
|
e75bc7 |
Resolves: bz1110918
|
|
|
e75bc7 |
- [archive] drop support for Zip archives
|
|
|
e75bc7 |
Resolves: bz1118152
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Thu Oct 30 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-7
|
|
|
e75bc7 |
- [sosreport] fix archive permissions regression
|
|
|
e75bc7 |
Resolves: bz1158891
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Mon Oct 20 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-6
|
|
|
e75bc7 |
- [tomcat] add support for tomcat7 and default log size limits
|
|
|
e75bc7 |
Resolves: bz1148375
|
|
|
e75bc7 |
- [mysql] obtain database password from the environment
|
|
|
e75bc7 |
Resolves: bz1126001
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Wed Oct 15 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-5
|
|
|
e75bc7 |
- [corosync] add postprocessing for corosync-objctl output
|
|
|
e75bc7 |
Resolves: bz1087515
|
|
|
e75bc7 |
- [ovirt_hosted_engine] fix exception when force-enabled
|
|
|
e75bc7 |
Resolves: bz1148551
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Thu Oct 02 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-4
|
|
|
e75bc7 |
- [yum] call rhsm-debug with --no-subscriptions
|
|
|
e75bc7 |
Resolves: bz1116349
|
|
|
e75bc7 |
- [powerpc] allow PowerPC plugin to run on ppc64le
|
|
|
e75bc7 |
Resolves: bz1140427
|
|
|
e75bc7 |
- [package] add Obsoletes for sos-plugins-openstack
|
|
|
e75bc7 |
Resolves: bz1140756
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Wed Oct 01 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-3
|
|
|
e75bc7 |
- [pam] add pam_tally2 and faillock support
|
|
|
e75bc7 |
Resolves: bz1127631
|
|
|
e75bc7 |
- [postgresql] obtain db password from the environment
|
|
|
e75bc7 |
Resolves: bz1126001
|
|
|
e75bc7 |
- [pcp] add Performance Co-Pilot plugin
|
|
|
e75bc7 |
Resolves: bz1119833
|
|
|
e75bc7 |
- [nfsserver] collect /etc/exports.d
|
|
|
e75bc7 |
Resolves: bz1118921
|
|
|
e75bc7 |
- [sosreport] handle --compression-type correctly
|
|
|
e75bc7 |
Resolves: bz1118152
|
|
|
e75bc7 |
- [anaconda] redact passwords in kickstart configurations
|
|
|
e75bc7 |
Resolves: bz1112175
|
|
|
e75bc7 |
- [haproxy] add new plugin
|
|
|
e75bc7 |
Resolves: bz1107865
|
|
|
e75bc7 |
- [keepalived] add new plugin
|
|
|
e75bc7 |
Resolves: bz1105247
|
|
|
e75bc7 |
- [lvm2] set locking_type=0 when calling lvm commands
|
|
|
e75bc7 |
Resolves: bz1102285
|
|
|
e75bc7 |
- [tuned] add new plugin
|
|
|
e75bc7 |
Resolves: bz1095447
|
|
|
e75bc7 |
- [cgroups] collect /etc/sysconfig/cgred
|
|
|
e75bc7 |
Resolves: bz1083677
|
|
|
e75bc7 |
- [plugins] ensure doc text is always displayed for plugins
|
|
|
e75bc7 |
Resolves: bz1065473
|
|
|
e75bc7 |
- [sosreport] fix the distribution version API call
|
|
|
e75bc7 |
Resolves: bz1028111
|
|
|
e75bc7 |
- [docker] add new plugin
|
|
|
e75bc7 |
Resolves: bz1084990
|
|
|
e75bc7 |
- [openstack_*] include broken-out openstack plugins
|
|
|
e75bc7 |
Resolves: bz1140756
|
|
|
e75bc7 |
- [mysql] support MariaDB
|
|
|
e75bc7 |
Resolves: bz1106600
|
|
|
e75bc7 |
- [openstack] do not collect /var/lib/nova
|
|
|
e75bc7 |
Resolves: bz1106423
|
|
|
e75bc7 |
- [grub2] collect grub.cfg on UEFI systems
|
|
|
e75bc7 |
Resolves: bz1086648
|
|
|
e75bc7 |
- [sosreport] handle out-of-space errors gracefully
|
|
|
e75bc7 |
Resolves: bz1087977
|
|
|
e75bc7 |
- [firewalld] new plugin
|
|
|
e75bc7 |
Resolves: bz1100505
|
|
|
e75bc7 |
- [networking] collect NetworkManager status
|
|
|
e75bc7 |
Resolves: bz1100505
|
|
|
e75bc7 |
- [kpatch] new plugin
|
|
|
e75bc7 |
Resolves: bz1110918
|
|
|
e75bc7 |
- [global] update to upstream 3.2 release
|
|
|
e75bc7 |
Resolves: bz1026962
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Mon Sep 08 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-24
|
|
|
e75bc7 |
- [foreman] add new plugin
|
|
|
e75bc7 |
Resolves: bz1130273
|
|
|
5f6ce0 |
|
|
|
629484 |
* Thu Mar 20 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-23
|
|
|
629484 |
- Call rhsm-debug with the --sos switch
|
|
|
629484 |
Resolves: bz1039036
|
|
|
629484 |
|
|
|
629484 |
* Mon Mar 03 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-22
|
|
|
629484 |
- Fix package check in anacron plugin
|
|
|
629484 |
Resolves: bz1067769
|
|
|
629484 |
|
|
|
629484 |
* Wed Feb 12 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-21
|
|
|
629484 |
- Remove obsolete rhel_version() usage from yum plugin
|
|
|
629484 |
Resolves: bz916705
|
|
|
629484 |
|
|
|
629484 |
* Tue Feb 11 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-20
|
|
|
629484 |
- Prevent unhandled exception during command output substitution
|
|
|
629484 |
Resolves: bz1030553
|
|
|
629484 |
|
|
|
629484 |
* Mon Feb 10 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-19
|
|
|
629484 |
- Fix generation of volume names in gluster plugin
|
|
|
629484 |
Resolves: bz1036752
|
|
|
629484 |
- Add distupgrade plugin
|
|
|
629484 |
Resolves: bz1059760
|
|
|
629484 |
|
|
|
629484 |
* Tue Feb 04 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-18
|
|
|
629484 |
- Prevent file descriptor leaks when using Popen
|
|
|
629484 |
Resolves: bz1051009
|
|
|
629484 |
- Disable zip archive creation when running rhsm-debug
|
|
|
629484 |
Resolves: bz1039036
|
|
|
629484 |
- Include volume geo-replication status in gluster plugin
|
|
|
629484 |
Resolves: bz1036752
|
|
|
629484 |
|
|
|
629484 |
* Mon Feb 03 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-17
|
|
|
629484 |
- Fix get_option use in cluster plugin
|
|
|
629484 |
Resolves: bz1030553
|
|
|
629484 |
- Fix debug logging to file when given '-v'
|
|
|
629484 |
Resolves: bz1031126
|
|
|
629484 |
- Always treat rhevm plugin's vdsmlogs option as a string
|
|
|
629484 |
Resolves: bz1030617
|
|
|
629484 |
- Run the rhsm-debug script from yum plugin
|
|
|
629484 |
Resolves: bz1039036
|
|
|
629484 |
|
|
|
629484 |
* Fri Jan 31 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-16
|
|
|
629484 |
- Add new plugin to collect OpenHPI configuration
|
|
|
629484 |
Resolves: bz1028121
|
|
|
629484 |
- Fix cluster plugin crm_report support
|
|
|
629484 |
Resolves: bz1030553
|
|
|
629484 |
- Fix file postprocessing in ldap plugin
|
|
|
629484 |
Resolves: bz1030602
|
|
|
629484 |
- Remove collection of anaconda-ks.cfg from general plugin
|
|
|
629484 |
Resolves: bz1034865
|
|
|
629484 |
|
|
|
629484 |
* Fri Jan 24 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-15
|
|
|
629484 |
- Remove debug statements from logs plugin
|
|
|
629484 |
Resolves: bz1030042
|
|
|
629484 |
- Make ethernet interface detection more robust
|
|
|
629484 |
Resolves: bz1030824
|
|
|
629484 |
- Fix specifying multiple plugin options on the command line
|
|
|
629484 |
Resolves: bz1031124
|
|
|
629484 |
- Make log and message levels match previous versions
|
|
|
629484 |
Resolves: bz1031126
|
|
|
629484 |
- Log a warning message when external commands time out
|
|
|
629484 |
Resolves: bz1034956
|
|
|
629484 |
- Remove --upload command line option
|
|
|
629484 |
Resolves: bz1028484
|
|
|
629484 |
- Update sos UI text to match upstream
|
|
|
629484 |
Resolves: bz1034970
|
|
|
629484 |
|
|
|
629484 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> = 3.0-14
|
|
|
629484 |
- Mass rebuild 2013-12-27
|
|
|
629484 |
|
|
|
629484 |
* Thu Nov 14 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-13
|
|
|
6b17e9 |
- Fix regressions introduced with --build option
|
|
|
6b17e9 |
Resolves: bz1015599
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue Nov 12 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-12
|
|
|
6b17e9 |
- Fix typo in yum plug-in add_forbidden_paths
|
|
|
6b17e9 |
Resolves: bz829297
|
|
|
6b17e9 |
- Add krb5 plug-in and drop collection of krb5.keytab
|
|
|
6b17e9 |
Resolves: bz1028150
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Nov 8 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-10
|
|
|
6b17e9 |
- Add nfs client plug-in
|
|
|
6b17e9 |
Resolves: bz1028072
|
|
|
6b17e9 |
- Fix traceback when sar module force-enabled
|
|
|
6b17e9 |
Resolves: bz1028125
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Nov 7 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-9
|
|
|
6b17e9 |
- Restore --build command line option
|
|
|
6b17e9 |
Resolves: bz1015599
|
|
|
6b17e9 |
- Collect saved vmcore-dmesg.txt files
|
|
|
6b17e9 |
Resolves: bz1026959
|
|
|
6b17e9 |
- Normalize temporary directory paths
|
|
|
6b17e9 |
Resolves: bz829069
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue Nov 5 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-7
|
|
|
6b17e9 |
- Add domainname output to NIS plug-in
|
|
|
6b17e9 |
Resolves: bz1026906
|
|
|
6b17e9 |
- Collect /var/log/squid in squid plug-in
|
|
|
6b17e9 |
Resolves: bz1026829
|
|
|
6b17e9 |
- Collect mountstats and mountinfo in filesys plug-in
|
|
|
6b17e9 |
Resolves: bz1026869
|
|
|
6b17e9 |
- Add PowerPC plug-in from upstream
|
|
|
6b17e9 |
Resolves: bz1025236
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Oct 31 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-6
|
|
|
6b17e9 |
- Remove version checks in gluster plug-in
|
|
|
6b17e9 |
Resolves: bz1015606
|
|
|
6b17e9 |
- Check for usable temporary directory
|
|
|
6b17e9 |
Resolves: bz1019517
|
|
|
6b17e9 |
- Fix --alloptions command line option
|
|
|
6b17e9 |
Resolves: bz1019356
|
|
|
6b17e9 |
- Fix configuration fail regression
|
|
|
6b17e9 |
Resolves: bz1019516
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed Oct 30 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-5
|
|
|
6b17e9 |
- Include /etc/yaboot.conf in boot plug-in
|
|
|
6b17e9 |
Resolves: bz1001966
|
|
|
6b17e9 |
- Fix collection of brctl output in networking plug-in
|
|
|
6b17e9 |
Resolves: bz1019235
|
|
|
6b17e9 |
- Verify limited set of RPM packages by default
|
|
|
6b17e9 |
Resolves: bz1019863
|
|
|
6b17e9 |
- Do not strip newlines from command output
|
|
|
6b17e9 |
Resolves: bz1019338
|
|
|
6b17e9 |
- Limit default sar data collection
|
|
|
6b17e9 |
Resolves: bz1001599
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Oct 3 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-4
|
|
|
6b17e9 |
- Do not attempt to read RPC pseudo files in networking plug-in
|
|
|
6b17e9 |
Resolves: bz996992, bz996994
|
|
|
6b17e9 |
- Restrict wbinfo collection to the current domain
|
|
|
6b17e9 |
Resolves: bz997101
|
|
|
6b17e9 |
- Add obfuscation of luci secrets to cluster plug-in
|
|
|
6b17e9 |
Resolves: bz997090
|
|
|
6b17e9 |
- Add XFS plug-in
|
|
|
6b17e9 |
Resolves: bz997094
|
|
|
6b17e9 |
- Fix policy class handling of --tmp-dir
|
|
|
6b17e9 |
Resolves: bz997083
|
|
|
6b17e9 |
- Do not set batch mode if stdin is not a TTY
|
|
|
6b17e9 |
Resolves: bz1002943
|
|
|
6b17e9 |
- Attempt to continue when reading bad input in interactive mode
|
|
|
6b17e9 |
Resolves: bz1002943
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed Aug 14 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-3
|
|
|
6b17e9 |
- Add crm_report support to cluster plug-in
|
|
|
6b17e9 |
Resolves: bz839342
|
|
|
6b17e9 |
- Fix rhel_version() usage in cluster and s390 plug-ins
|
|
|
6b17e9 |
Resolves: bz916705
|
|
|
6b17e9 |
- Strip trailing newline from command output
|
|
|
6b17e9 |
Resolves: bz971420
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Jun 10 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-2
|
|
|
6b17e9 |
- Silence 'could not run' messages at default verbosity
|
|
|
6b17e9 |
- New upstream release
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu May 23 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-39
|
|
|
6b17e9 |
- Always invoke tar with '-f-' option
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Jan 21 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-38
|
|
|
6b17e9 |
- Fix interactive mode regression when --ticket unspecified
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Jan 18 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-37
|
|
|
6b17e9 |
- Fix propagation of --ticket parameter in interactive mode
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Jan 17 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-36
|
|
|
6b17e9 |
- Revert OpenStack patch
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed Jan 9 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-35
|
|
|
6b17e9 |
- Report --name and --ticket values as defaults
|
|
|
6b17e9 |
- Fix device-mapper command execution logging
|
|
|
6b17e9 |
- Fix data collection and rename PostreSQL module to pgsql
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Oct 19 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-34
|
|
|
6b17e9 |
- Add support for content delivery hosts to RHUI module
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Oct 18 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-33
|
|
|
6b17e9 |
- Add Red Hat Update Infrastructure module
|
|
|
6b17e9 |
- Collect /proc/iomem in hardware module
|
|
|
6b17e9 |
- Collect subscription-manager output in general module
|
|
|
6b17e9 |
- Collect rhsm log files in general module
|
|
|
6b17e9 |
- Fix exception in gluster module on non-gluster systems
|
|
|
6b17e9 |
- Fix exception in psql module when dbname is not given
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed Oct 17 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-32
|
|
|
6b17e9 |
- Collect /proc/pagetypeinfo in memory module
|
|
|
6b17e9 |
- Strip trailing newline from command output
|
|
|
6b17e9 |
- Add sanlock module
|
|
|
6b17e9 |
- Do not collect archived accounting files in psacct module
|
|
|
6b17e9 |
- Call spacewalk-debug from rhn module to collect satellite data
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Oct 15 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-31
|
|
|
6b17e9 |
- Avoid calling volume status when collecting gluster statedumps
|
|
|
6b17e9 |
- Use a default report name if --name is empty
|
|
|
6b17e9 |
- Quote tilde characters passed to shell in RPM module
|
|
|
6b17e9 |
- Collect KDC and named configuration in ipa module
|
|
|
6b17e9 |
- Sanitize hostname characters before using as report path
|
|
|
6b17e9 |
- Collect /etc/multipath in device-mapper module
|
|
|
6b17e9 |
- New plug-in for PostgreSQL
|
|
|
6b17e9 |
- Add OpenStack module
|
|
|
6b17e9 |
- Avoid deprecated sysctls in /proc/sys/net
|
|
|
6b17e9 |
- Fix error logging when calling external programs
|
|
|
6b17e9 |
- Use ip instead of ifconfig to generate network interface lists
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed May 23 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-29
|
|
|
6b17e9 |
- Collect the swift configuration directory in gluster module
|
|
|
6b17e9 |
- Update IPA module and related plug-ins
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri May 18 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-28
|
|
|
6b17e9 |
- Collect mcelog files in the hardware module
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed May 02 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-27
|
|
|
6b17e9 |
- Add nfs statedump collection to gluster module
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue May 01 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-26
|
|
|
6b17e9 |
- Use wildcard to match possible libvirt log paths
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Apr 23 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-25
|
|
|
6b17e9 |
- Add forbidden paths for new location of gluster private keys
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Mar 9 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-24
|
|
|
6b17e9 |
- Fix katello and aeolus command string syntax
|
|
|
6b17e9 |
- Remove stray hunk from gluster module patch
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Mar 8 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-22
|
|
|
6b17e9 |
- Correct aeolus debug invocation in CloudForms module
|
|
|
6b17e9 |
- Update gluster module for gluster-3.3
|
|
|
6b17e9 |
- Add additional command output to gluster module
|
|
|
6b17e9 |
- Add support for collecting gluster configuration and logs
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed Mar 7 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-19
|
|
|
6b17e9 |
- Collect additional diagnostic information for realtime systems
|
|
|
6b17e9 |
- Improve sanitization of RHN user and case number in report name
|
|
|
6b17e9 |
- Fix verbose output and debug logging
|
|
|
6b17e9 |
- Add basic support for CloudForms data collection
|
|
|
6b17e9 |
- Add support for Subscription Asset Manager diagnostics
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue Mar 6 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-18
|
|
|
6b17e9 |
- Collect fence_virt.conf in cluster module
|
|
|
6b17e9 |
- Fix collection of /proc/net directory tree
|
|
|
6b17e9 |
- Gather output of cpufreq-info when present
|
|
|
6b17e9 |
- Fix brctl showstp output when bridges contain multiple interfaces
|
|
|
6b17e9 |
- Add /etc/modprobe.d to kernel module
|
|
|
6b17e9 |
- Ensure relative symlink targets are correctly handled when copying
|
|
|
6b17e9 |
- Fix satellite and proxy package detection in rhn plugin
|
|
|
6b17e9 |
- Collect stderr output from external commands
|
|
|
6b17e9 |
- Collect /proc/cgroups in the cgroups module
|
|
|
6b17e9 |
Resolve: bz784874
|
|
|
6b17e9 |
- Collect /proc/irq in the kernel module
|
|
|
6b17e9 |
- Fix installed-rpms formatting for long package names
|
|
|
6b17e9 |
- Add symbolic links for truncated log files
|
|
|
6b17e9 |
- Collect non-standard syslog and rsyslog log files
|
|
|
6b17e9 |
- Use correct paths for tomcat6 in RHN module
|
|
|
6b17e9 |
- Obscure root password if present in anacond-ks.cfg
|
|
|
6b17e9 |
- Do not accept embedded forward slashes in RHN usernames
|
|
|
6b17e9 |
- Add new sunrpc module to collect rpcinfo for gluster systems
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue Nov 1 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-17
|
|
|
6b17e9 |
- Do not collect subscription manager keys in general plugin
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Sep 23 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-16
|
|
|
6b17e9 |
- Fix execution of RHN hardware.py from hardware plugin
|
|
|
6b17e9 |
- Fix hardware plugin to support new lsusb path
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Sep 09 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-15
|
|
|
6b17e9 |
- Fix brctl collection when a bridge contains no interfaces
|
|
|
6b17e9 |
- Fix up2dateclient path in hardware plugin
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Aug 15 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-14
|
|
|
6b17e9 |
- Collect brctl show and showstp output
|
|
|
6b17e9 |
- Collect nslcd.conf in ldap plugin
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Sun Aug 14 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-11
|
|
|
6b17e9 |
- Truncate files that exceed specified size limit
|
|
|
6b17e9 |
- Add support for collecting Red Hat Subscrition Manager configuration
|
|
|
6b17e9 |
- Collect /etc/init on systems using upstart
|
|
|
6b17e9 |
- Don't strip whitespace from output of external programs
|
|
|
6b17e9 |
- Collect ipv6 neighbour table in network module
|
|
|
6b17e9 |
- Collect basic cgroups configuration data
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Sat Aug 13 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-10
|
|
|
6b17e9 |
- Fix collection of data from LVM2 reporting tools in devicemapper plugin
|
|
|
6b17e9 |
- Add /proc/vmmemctl collection to vmware plugin
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Aug 12 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-9
|
|
|
6b17e9 |
- Collect yum repository list by default
|
|
|
6b17e9 |
- Add basic Infiniband plugin
|
|
|
6b17e9 |
- Add plugin for scsi-target-utils iSCSI target
|
|
|
6b17e9 |
- Fix autofs plugin LC_ALL usage
|
|
|
6b17e9 |
- Fix collection of lsusb and add collection of -t and -v outputs
|
|
|
6b17e9 |
- Extend data collection by qpidd plugin
|
|
|
6b17e9 |
- Add ethtool pause, coalesce and ring (-a, -c, -g) options to network plugin
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Apr 07 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-8
|
|
|
6b17e9 |
- Use sha256 for report digest when operating in FIPS mode
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue Apr 05 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-7
|
|
|
6b17e9 |
- Fix parted and dumpe2fs output on s390
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Feb 25 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-6
|
|
|
6b17e9 |
- Fix collection of chkconfig output in startup.py
|
|
|
6b17e9 |
- Collect /etc/dhcp in dhcp.py plugin
|
|
|
6b17e9 |
- Collect dmsetup ls --tree output in devicemapper.py
|
|
|
6b17e9 |
- Collect lsblk output in filesys.py
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Feb 24 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-4
|
|
|
6b17e9 |
- Fix collection of logs and config files in sssd.py
|
|
|
6b17e9 |
- Add support for collecting entitlement certificates in rhn.py
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Feb 03 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-3
|
|
|
6b17e9 |
- Fix cluster plugin dlm lockdump for el6
|
|
|
6b17e9 |
- Add sssd plugin to collect configuration and logs
|
|
|
6b17e9 |
- Collect /etc/anacrontab in system plugin
|
|
|
6b17e9 |
- Correct handling of redhat-release for el6
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Jul 29 2010 Adam Stokes <ajs at redhat dot com> = 2.2-2
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Jun 10 2010 Adam Stokes <ajs at redhat dot com> = 2.2-0
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed Apr 28 2010 Adam Stokes <ajs at redhat dot com> = 2.1-0
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Apr 12 2010 Adam Stokes <ajs at redhat dot com> = 2.0-0
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue Mar 30 2010 Adam Stokes <ajs at redhat dot com> = 1.9-3
|
|
|
6b17e9 |
- fix setup.py to autocompile translations and man pages
|
|
|
6b17e9 |
- rebase 1.9
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Mar 19 2010 Adam Stokes <ajs at redhat dot com> = 1.9-2
|
|
|
6b17e9 |
- updated translations
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Mar 04 2010 Adam Stokes <ajs at redhat dot com> = 1.9-1
|
|
|
6b17e9 |
- version bump 1.9
|
|
|
6b17e9 |
- replaced compression utility with xz
|
|
|
6b17e9 |
- strip threading/multiprocessing
|
|
|
6b17e9 |
- simplified progress indicator
|
|
|
6b17e9 |
- pylint update
|
|
|
6b17e9 |
- put global vars in class container
|
|
|
6b17e9 |
- unittests
|
|
|
6b17e9 |
- simple profiling
|
|
|
6b17e9 |
- make use of xgettext as pygettext is deprecated
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Jan 18 2010 Adam Stokes <ajs at redhat dot com> = 1.8-21
|
|
|
6b17e9 |
- more sanitizing options for log files
|
|
|
6b17e9 |
- rhbz fixes from RHEL version merged into trunk
|
|
|
6b17e9 |
- progressbar update
|
|
|
6b17e9 |
|