084cc6
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
084cc6
Summary: A set of tools to gather troubleshooting information from a system
084cc6
Name: sos
8b0807
Version: 3.5
8b0807
Release: 6%{?dist}
084cc6
Group: Applications/System
084cc6
Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz
084cc6
License: GPLv2+
084cc6
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
084cc6
BuildArch: noarch
084cc6
Url: http://github.com/sosreport/sos
084cc6
BuildRequires: python-devel
084cc6
BuildRequires: gettext
084cc6
Requires: libxml2-python
084cc6
Requires: python-six
084cc6
Requires: bzip2
084cc6
Requires: xz
084cc6
Obsoletes: sos-plugins-openstack
084cc6
Patch0: skip-generating-doc.patch
8b0807
Patch1: sos-bz1509079-vdo.patch
8b0807
Patch2: sos-bz1506908-openstack-containerized.patch
8b0807
Patch3: sos-bz1483414-opendaylight-plugin.patch
8b0807
Patch4: sos-bz1491042-keystone-domains.patch
8b0807
Patch5: sos-bz1519267-haproxy-etcd-tracebacks.patch
8b0807
Patch6: sos-bz1463509-oc-adm-diagnostics.patch
8b0807
Patch7: sos-bz1494420-postgresql-scl-path.patch
8b0807
Patch8: sos-bz1353873-pcp-logsize.patch
8b0807
Patch9: sos-bz1517767-osp-ironic.patch
8b0807
Patch10: sos-bz1539038-etcd-private-keys.patch
8b0807
Patch11: sos-bz1535390-ipa-logs.patch
8b0807
Patch12: sos-bz1525620-rabbitmq-osp12-containerized.patch
084cc6
084cc6
%description
084cc6
Sos is a set of tools that gathers information about system
084cc6
hardware and configuration. The information can then be used for
084cc6
diagnostic purposes and debugging. Sos is commonly used to help
084cc6
support technicians and developers.
084cc6
084cc6
%prep
084cc6
%setup -qn %{name}-%{version}
084cc6
%patch0 -p1
084cc6
%patch1 -p1
084cc6
%patch2 -p1
084cc6
%patch3 -p1
084cc6
%patch4 -p1
084cc6
%patch5 -p1
084cc6
%patch6 -p1
084cc6
%patch7 -p1
084cc6
%patch8 -p1
084cc6
%patch9 -p1
084cc6
%patch10 -p1
084cc6
%patch11 -p1
084cc6
%patch12 -p1
084cc6
084cc6
%build
084cc6
make
084cc6
084cc6
%install
084cc6
rm -rf ${RPM_BUILD_ROOT}
084cc6
make DESTDIR=${RPM_BUILD_ROOT} install
084cc6
%find_lang %{name} || echo 0
084cc6
084cc6
%clean
084cc6
rm -rf ${RPM_BUILD_ROOT}
084cc6
084cc6
%files -f %{name}.lang
084cc6
%defattr(-,root,root,-)
084cc6
%{_sbindir}/sosreport
084cc6
%{_datadir}/%{name}
084cc6
%{python_sitelib}/*
084cc6
%{_mandir}/man1/*
084cc6
%{_mandir}/man5/*
084cc6
%doc AUTHORS README.md LICENSE 
084cc6
%config(noreplace) %{_sysconfdir}/sos.conf
084cc6
084cc6
%changelog
8b0807
* Tue Feb 13 2018 Pavel Moravec <pmoravec@redhat.com> = 3.5-6
8b0807
- [ipa] set ipa_version variable before referencing it
8b0807
  Resolves: bz1535390
69db46
8b0807
* Tue Feb 13 2018 Pavel Moravec <pmoravec@redhat.com> = 3.5-5
8b0807
- [rabbitmq] Log collection when run in containerized OSP
8b0807
  Resolves: bz1525620
8b0807
- [ipa] add KRA logs and correct PKI directories
8b0807
  Resolves: bz1535390
8b0807
- [opendaylight] Enable plugin by puppet-opendaylight package
8b0807
  Resolves: bz1483414
8b0807
- [etcd] Do not collect private etcd keys
8b0807
  Resolves: bz1539038
084cc6
8b0807
* Tue Jan 16 2018 Pavel Moravec <pmoravec@redhat.com> = 3.5-4
8b0807
- [pcp] really apply sizelimit to logs collected
8b0807
  Resolves: bz1353873
8b0807
- [opendaylight] collect more logs and puppet config
8b0807
  Resolves: bz1483414
084cc6
- [plugins] allow add_cmd_output to collect binary output
8b0807
  Resolves: bz1494420
8b0807
- [openstack_ironic] collect drivers, ports and much more
8b0807
  Resolves: bz1517767
8b0807
- [openstack_cinder] check for api service running
8b0807
  Resolves: bz1506908
084cc6
8b0807
* Fri Dec 08 2017 Pavel Moravec <pmoravec@redhat.com> = 3.5-2
8b0807
- [vdo] revise collected files
8b0807
  Resolves: bz1509079
8b0807
- further updates to OSP plugins in containerized environment
8b0807
  Resolves: bz1506908
8b0807
- [opendaylight] new plugin
8b0807
  Resolves: bz1483414
8b0807
- collect all keystone domains
8b0807
  Resolves: bz1491042
8b0807
- haproxy, etcd and docker tracebacks
8b0807
  Resolves: bz1519267
8b0807
- [origin] fix typo in oc adm diagnostics
8b0807
  Resolves: bz1463509
084cc6
- [postgresql] Call SCL pg_dump with proper path
8b0807
  Resolves: bz1494420
084cc6
8b0807
* Thu Nov 02 2017 Pavel Moravec <pmoravec@redhat.com> = 3.5-1
8b0807
- New upstream release sos-3.5
084cc6
084cc6
* Tue Oct 10 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-7
084cc6
- [openstack plugins] Tripleo specific containerized services
084cc6
  Resolves: bz1463635
084cc6
- [jars] Scan only /usr/{share,lib}/java by default
084cc6
  Resolves: bz1482574
084cc6
- [gluster_block] Added new plugin gluster_block
084cc6
  Resolves: bz1491964
084cc6
084cc6
* Wed Jul 12 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-6
084cc6
- [tripleo] Add ui logs
084cc6
  Resolves: bz1470573
084cc6
084cc6
* Tue May 30 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-5
084cc6
- [samba] Fix dc-connect winbind logfile path
084cc6
  Resolves: bz1400407
084cc6
084cc6
* Mon May 22 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-4
084cc6
- [libvirt] fix per-process cgroup collection
084cc6
  Resolves: bz1148381
084cc6
- [ceph] exclude temporary mount locations from collection
084cc6
  Resolves: bz1449904
084cc6
- [policies/redhat] make missing 'filesystem' package non-fatal
084cc6
  Resolves: bz1393961
084cc6
084cc6
* Wed May 10 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-3
084cc6
- [ceph] fix list formatting
084cc6
  Resolves: bz1438269
084cc6
- [virsh] Handle properly cases when virsh commands fail
084cc6
  Resolves: bz1444641
084cc6
- [openstack_*] fix issue with --verify option, extend pkglist for instack
084cc6
  Resolves: bz1250346
084cc6
- [policies/redhat] accept 'oci' as a valid container type
084cc6
  Resolves: bz1442078
084cc6
- [pacemaker] Collect user-defined logfile
084cc6
  Resolves: bz1416535
084cc6
084cc6
* Wed Apr 19 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-2
084cc6
- [Pugin] revert 77eb4ab (do not return output from failed cmds)
084cc6
  Resolves: bz1438257
084cc6
084cc6
* Tue Mar 28 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-1
084cc6
- New upstream release sos-3.4
084cc6
084cc6
* Fri Nov 04 2016 Pavel Moravec <pmoravec@redhat.com> = 3.3-5
084cc6
- [networking] plugin crash with quotemark in network name
084cc6
  Resolves: bz1353992
084cc6
084cc6
* Fri Sep 09 2016 Pavel Moravec <pmoravec@redhat.com> = 3.3-4
084cc6
- [networking][reporting] plugin tracebacks when net-tools missing
084cc6
  Resolves: bz1374152
084cc6
084cc6
* Fri Sep 02 2016 Pavel Moravec <pmoravec@redhat.com> = 3.3-3
084cc6
- [nodejs][nms]: new plugins
084cc6
  Resolves: bz1368393
084cc6
- [docker]: Gather more data and expand plugin options
084cc6
  Resolves: bz1351647
084cc6
084cc6
* Fri Aug 19 2016 Pavel Moravec <pmoravec@redhat.com> = 3.3-2
084cc6
- [grub2] grub2-mkconfig loads ext4 and brctl kernel
084cc6
  Resolves: bz1116670
084cc6
- [ceph] skip collecting of all keyring and bindpass files
084cc6
  Resolves: bz1260607
084cc6
- [omsa] add omreport storage controller
084cc6
  Resolves: bz1299603
084cc6
- [atomichost] fix collection of 'docker info' output
084cc6
  Resolves: bz1302146
084cc6
- [monit] fix add_copy_spec() arguments
084cc6
  Resolves: bz1356945
084cc6
- [virtwho] add new plugin for virt-who agent
084cc6
  Resolves: bz1353552
084cc6
084cc6
* Thu Jun 30 2016 Pavel Moravec <pmoravec@redhat.com> = 3.3-1
084cc6
- New upstream release sos-3.3
084cc6
084cc6
* Wed Jun 29 2016 Pavel Moravec <pmoravec@redhat.com> = 3.3-0
084cc6
- New upstream release (beta version)
084cc6
084cc6
* Thu Jan 14 2016 Pavel Moravec <pmoravec@redhat.com> = 3.2-37
084cc6
- [sosreport] prepare report in a private subdirectory (updated)
084cc6
  Resolves: bz1290955
084cc6
084cc6
* Mon Dec 14 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-36
084cc6
- [ceph] collect /var/lib/ceph and /var/run/ceph
084cc6
  Resolves: bz1260607
084cc6
- [sosreport] prepare report in a private subdirectory
084cc6
  Resolves: bz1290955
084cc6
084cc6
* Wed Oct 07 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-35
084cc6
- [docker] collect journald logs for docker unit
084cc6
  Resolves: bz1245770
084cc6
084cc6
* Tue Oct 06 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-34
084cc6
- [sosreport] fix command-line report defaults
084cc6
  Resolves: bz1219720
084cc6
084cc6
* Thu Sep 10 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-33
084cc6
- [openstack_neutron] obfuscate server_auth in restproxy.ini
084cc6
  Resolves: bz1243092
084cc6
084cc6
* Fri Aug 28 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-32
084cc6
- [memory] collect swapon --show output in bytes
084cc6
  Resolves: bz1194159
084cc6
084cc6
* Mon Aug 24 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-31
084cc6
- [sosreport] fix command-line report defaults (proper patch ordering)
084cc6
  Resolves: bz1219720
084cc6
 
084cc6
* Tue Aug 04 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-30
084cc6
- [sapnw] call self methods properly
084cc6
  Resolves: bz1195608
084cc6
084cc6
* Tue Aug 04 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-29
084cc6
- [openvswitch] capture the logs, db and OVS bridges details
084cc6
  Resolves: bz1242507
084cc6
- [logs] fix reference to missing 'rsyslog_conf' variable
084cc6
  Resolves: bz1249705
084cc6
- [sapnw] Add check if saphostctrl is not present, dont use Set
084cc6
  Resolves: bz1195608
084cc6
- [Plugin] fix handling of symlinks in non-sysroot environments
084cc6
  Resolves: bz1248672
084cc6
084cc6
* Sat Jul 18 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-28
084cc6
- [openstack] Ensure openstack passwords and secrets are obfuscated
084cc6
  Resolves: bz1243092
084cc6
084cc6
* Wed Jul 15 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-27
084cc6
- [plugin] pass stderr through _collect_cmd_output
084cc6
- split dependencies of bz1185990 fix from bz1185990 patch
084cc6
  Resolves: bz1185990
084cc6
084cc6
* Thu Jul 09 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-26
084cc6
- [kubernetes,plugin] Support running sos inside a container
084cc6
  Resolves: bz1185990
084cc6
084cc6
* Tue Jul 07 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-25
084cc6
- [openstack] New Openstack Trove (DBaaS) plugin
084cc6
  Resolves: bz1238349
084cc6
- [services] Add more diagnostics to applications
084cc6
  Resolves: bz1195087
084cc6
- [openstack_neutron] Obscure passwords and secrets
084cc6
  Resolves: bz1240666
084cc6
084cc6
* Sat Jul 04 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-23
084cc6
- [ceph] add calamari and ragos logs and configs
084cc6
  Resolves: bz1210527
084cc6
- [iprconfig] enable plugin for ppc64* architectures
084cc6
  Resolves: bz1238726
084cc6
084cc6
* Fri Jul 03 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-22
084cc6
- [general] verify --profile contains valid plugins only
084cc6
  Resolves: bz1184602
084cc6
- [kernel,mpt,memory] additional kernel-related diagnostics
084cc6
  Resolves: bz1194159
084cc6
084cc6
* Wed Jul 01 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-21
084cc6
- [cluster] enable crm_report password scrubbing
084cc6
  Resolves: bz1164864
084cc6
- [sosreport] fix command-line report defaults
084cc6
  Resolves: bz1219720
084cc6
- [virsh] add new plugin, add listing of qemu
084cc6
  Resolves: bz1195086
084cc6
- [sap*,vhostmd] new plugins for SAP
084cc6
  Resolves: bz1195608
084cc6
084cc6
* Tue Jun 30 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-20
084cc6
- [cluster] crm_report fails to run because dir already exists
084cc6
  Resolves: bz1200526
084cc6
- [foreman] Skip collection of generic resources
084cc6
  Resolves: bz1135317
084cc6
- [apache] Added collection of conf.modules.d dir for httpd 2.4
084cc6
  Resolves: bz1183265
084cc6
- [pcp] collect /etc/pcp.conf
084cc6
  Resolves: bz1183297
084cc6
- [puppet] adding new plugin for puppet
084cc6
  Resolves: bz1183768
084cc6
- [block] Don't use parted human readable output
084cc6
  Resolves: bz1183770
084cc6
- [general] Better handling --name and --ticket-number in
084cc6
  Resolves: bz1185093
084cc6
- [networking] additional ip, firewall and traffic shaping
084cc6
  Resolves: bz1194554
084cc6
- [infiniband] add opensm and infiniband-diags support
084cc6
  Resolves: bz1194556
084cc6
- [plugins/rabbitmq] Added cluster_status command output
084cc6
  Resolves: bz1197006
084cc6
- [networking] re-add 'ip addr' with a root symlink
084cc6
  Resolves: bz1209454
084cc6
- [kimchi] add new plugin
084cc6
  Resolves: bz1209840
084cc6
- [iprconfig] add plugin for IBM Power RAID adapters
084cc6
  Resolves: bz1221932
084cc6
- [ovirt] Collect engine tunables and domain information.
084cc6
  Resolves: bz1236101
084cc6
- [activemq] Honour all_logs and get config on RHEL
084cc6
  Resolves: bz1236111
084cc6
- [cluster] Add luci to packages for standalone luci servers
084cc6
  Resolves: bz1236124
084cc6
- [hpasm] hpasmcli commands hang under timeout
084cc6
  Resolves: bz1214209
084cc6
- [mysql] Collect log file
084cc6
  Resolves: bz1210906
084cc6
- [chrony] add chrony plugin
084cc6
  Resolves: bz1165418
084cc6
084cc6
* Mon Jun 15 2015 Shane Bradley <sbradley@redhat.com> = 3.2-19
084cc6
- [openstack_sahara] redact secrets from sahara configuration
084cc6
  Resolves: bz1211984
084cc6
084cc6
* Tue Jun 09 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-18
084cc6
- [openstack_sahara] add new openstack_sahara plugin
084cc6
  Resolves: bz1211984
084cc6
084cc6
* Tue Apr 21 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-17
084cc6
- [openstack_neutron] neutron configuration and logs files not captured
084cc6
  Resolves: bz1213315
084cc6
- [ovirt] remove ovirt-engine setup answer file password leak
084cc6
  Resolves: bz1162788
084cc6
- [networking] network plugin fails if NetworkManager is disabled
084cc6
  Resolves: bz1206633
084cc6
084cc6
* Fri Mar 13 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-16
084cc6
- [cluster] crm_report fails to run because dir already exists
084cc6
  Resolves: bz1200526
084cc6
084cc6
* Thu Jan 22 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-15
084cc6
- [mysql] improve handling of dbuser, dbpass and MYSQL_PWD
084cc6
  Resolves: bz1180919
084cc6
084cc6
* Tue Jan 20 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-14
084cc6
- [mysql] test for boolean values in dbuser and dbpass
084cc6
  Resolves: bz1180919
084cc6
084cc6
* Mon Jan 19 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-12
084cc6
- [plugin] limit path names to PC_NAME_MAX
084cc6
  Resolves: bz1026962
084cc6
- [squid] collect files from /var/log/squid
084cc6
  Resolves: bz1026962
084cc6
- [sosreport] log plugin exceptions to a file
084cc6
  Resolves: bz1026962
084cc6
- [ctdb] fix collection of /etc/sysconfig/ctdb
084cc6
  Resolves: bz1026962
084cc6
- [sosreport] fix silent exception handling
084cc6
  Resolves: bz1026962
084cc6
084cc6
* Tue Jan 13 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-11
084cc6
- [sosreport] do not make logging calls after OSError
084cc6
  Resolves: bz1087977
084cc6
- [sosreport] catch OSError exceptions in SoSReport.execute()
084cc6
  Resolves: bz1087977
084cc6
- [anaconda] make useradd password regex tolerant of whitespace
084cc6
  Resolves: bz1112175
084cc6
084cc6
* Tue Dec 23 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-10
084cc6
- [mysql] fix handling of mysql.dbpass option
084cc6
  Resolves: bz1126001
084cc6
084cc6
* Wed Dec 17 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-9
084cc6
- [navicli] catch exceptions if stdin is unreadable
084cc6
  Resolves: bz1166039
084cc6
- [docs] update man page for new options
084cc6
  Resolves: bz1171658
084cc6
- [sosreport] make all utf-8 handling user errors=ignore
084cc6
  Resolves: bz1164267
084cc6
084cc6
* Tue Dec 09 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-8
084cc6
- [kpatch] do not attempt to collect data if kpatch is not installed
084cc6
  Resolves: bz1110918
084cc6
- [archive] drop support for Zip archives
084cc6
  Resolves: bz1118152
084cc6
084cc6
* Thu Oct 30 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-7
084cc6
- [sosreport] fix archive permissions regression
084cc6
  Resolves: bz1158891
084cc6
084cc6
* Mon Oct 20 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-6
084cc6
- [tomcat] add support for tomcat7 and default log size limits
084cc6
  Resolves: bz1148375
084cc6
- [mysql] obtain database password from the environment
084cc6
  Resolves: bz1126001
084cc6
084cc6
* Wed Oct 15 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-5
084cc6
- [corosync] add postprocessing for corosync-objctl output
084cc6
  Resolves: bz1087515
084cc6
- [ovirt_hosted_engine] fix exception when force-enabled
084cc6
  Resolves: bz1148551
084cc6
084cc6
* Thu Oct 02 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-4
084cc6
- [yum] call rhsm-debug with --no-subscriptions
084cc6
  Resolves: bz1116349
084cc6
- [powerpc] allow PowerPC plugin to run on ppc64le
084cc6
  Resolves: bz1140427
084cc6
- [package] add Obsoletes for sos-plugins-openstack
084cc6
  Resolves: bz1140756
084cc6
084cc6
* Wed Oct 01 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-3
084cc6
- [pam] add pam_tally2 and faillock support
084cc6
  Resolves: bz1127631
084cc6
- [postgresql] obtain db password from the environment
084cc6
  Resolves: bz1126001
084cc6
- [pcp] add Performance Co-Pilot plugin
084cc6
  Resolves: bz1119833
084cc6
- [nfsserver] collect /etc/exports.d
084cc6
  Resolves: bz1118921
084cc6
- [sosreport] handle --compression-type correctly
084cc6
  Resolves: bz1118152
084cc6
- [anaconda] redact passwords in kickstart configurations
084cc6
  Resolves: bz1112175
084cc6
- [haproxy] add new plugin
084cc6
  Resolves: bz1107865
084cc6
- [keepalived] add new plugin
084cc6
  Resolves: bz1105247
084cc6
- [lvm2] set locking_type=0 when calling lvm commands
084cc6
  Resolves: bz1102285
084cc6
- [tuned] add new plugin
084cc6
  Resolves: bz1095447
084cc6
- [cgroups] collect /etc/sysconfig/cgred
084cc6
  Resolves: bz1083677
084cc6
- [plugins] ensure doc text is always displayed for plugins
084cc6
  Resolves: bz1065473
084cc6
- [sosreport] fix the distribution version API call
084cc6
  Resolves: bz1028111
084cc6
- [docker] add new plugin
084cc6
  Resolves: bz1084990
084cc6
- [openstack_*] include broken-out openstack plugins
084cc6
  Resolves: bz1140756
084cc6
- [mysql] support MariaDB
084cc6
  Resolves: bz1106600
084cc6
- [openstack] do not collect /var/lib/nova
084cc6
  Resolves: bz1106423
084cc6
- [grub2] collect grub.cfg on UEFI systems
084cc6
  Resolves: bz1086648
084cc6
- [sosreport] handle out-of-space errors gracefully
084cc6
  Resolves: bz1087977
084cc6
- [firewalld] new plugin
084cc6
  Resolves: bz1100505
084cc6
- [networking] collect NetworkManager status
084cc6
  Resolves: bz1100505
084cc6
- [kpatch] new plugin
084cc6
  Resolves: bz1110918
084cc6
- [global] update to upstream 3.2 release
084cc6
  Resolves: bz1026962
084cc6
084cc6
* Mon Sep 08 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-24
084cc6
- [foreman] add new plugin
084cc6
  Resolves: bz1130273
084cc6
084cc6
* Thu Mar 20 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-23
084cc6
- Call rhsm-debug with the --sos switch
084cc6
  Resolves: bz1039036
084cc6
084cc6
* Mon Mar 03 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-22
084cc6
- Fix package check in anacron plugin
084cc6
  Resolves: bz1067769
084cc6
084cc6
* Wed Feb 12 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-21
084cc6
- Remove obsolete rhel_version() usage from yum plugin
084cc6
  Resolves: bz916705
084cc6
084cc6
* Tue Feb 11 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-20
084cc6
- Prevent unhandled exception during command output substitution
084cc6
  Resolves: bz1030553
084cc6
084cc6
* Mon Feb 10 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-19
084cc6
- Fix generation of volume names in gluster plugin
084cc6
  Resolves: bz1036752
084cc6
- Add distupgrade plugin
084cc6
  Resolves: bz1059760
084cc6
084cc6
* Tue Feb 04 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-18
084cc6
- Prevent file descriptor leaks when using Popen
084cc6
  Resolves: bz1051009
084cc6
- Disable zip archive creation when running rhsm-debug
084cc6
  Resolves: bz1039036
084cc6
- Include volume geo-replication status in gluster plugin
084cc6
  Resolves: bz1036752
084cc6
084cc6
* Mon Feb 03 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-17
084cc6
- Fix get_option use in cluster plugin
084cc6
  Resolves: bz1030553
084cc6
- Fix debug logging to file when given '-v'
084cc6
  Resolves: bz1031126
084cc6
- Always treat rhevm plugin's vdsmlogs option as a string
084cc6
  Resolves: bz1030617
084cc6
- Run the rhsm-debug script from yum plugin
084cc6
  Resolves: bz1039036
084cc6
084cc6
* Fri Jan 31 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-16
084cc6
- Add new plugin to collect OpenHPI configuration
084cc6
  Resolves: bz1028121
084cc6
- Fix cluster plugin crm_report support
084cc6
  Resolves: bz1030553
084cc6
- Fix file postprocessing in ldap plugin
084cc6
  Resolves: bz1030602
084cc6
- Remove collection of anaconda-ks.cfg from general plugin
084cc6
  Resolves: bz1034865
084cc6
084cc6
* Fri Jan 24 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-15
084cc6
- Remove debug statements from logs plugin
084cc6
  Resolves: bz1030042
084cc6
- Make ethernet interface detection more robust
084cc6
  Resolves: bz1030824
084cc6
- Fix specifying multiple plugin options on the command line
084cc6
  Resolves: bz1031124
084cc6
- Make log and message levels match previous versions
084cc6
  Resolves: bz1031126
084cc6
- Log a warning message when external commands time out
084cc6
  Resolves: bz1034956
084cc6
- Remove --upload command line option
084cc6
  Resolves: bz1028484
084cc6
- Update sos UI text to match upstream
084cc6
  Resolves: bz1034970
084cc6
084cc6
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> = 3.0-14
084cc6
- Mass rebuild 2013-12-27
084cc6
084cc6
* Thu Nov 14 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-13
084cc6
- Fix regressions introduced with --build option
084cc6
  Resolves: bz1015599
084cc6
084cc6
* Tue Nov 12 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-12
084cc6
- Fix typo in yum plug-in add_forbidden_paths
084cc6
  Resolves: bz829297
084cc6
- Add krb5 plug-in and drop collection of krb5.keytab
084cc6
  Resolves: bz1028150
084cc6
084cc6
* Fri Nov  8 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-10
084cc6
- Add nfs client plug-in
084cc6
  Resolves: bz1028072
084cc6
- Fix traceback when sar module force-enabled
084cc6
  Resolves: bz1028125
084cc6
084cc6
* Thu Nov  7 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-9
084cc6
- Restore --build command line option
084cc6
  Resolves: bz1015599
084cc6
- Collect saved vmcore-dmesg.txt files
084cc6
  Resolves: bz1026959
084cc6
- Normalize temporary directory paths
084cc6
  Resolves: bz829069
084cc6
084cc6
* Tue Nov  5 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-7
084cc6
- Add domainname output to NIS plug-in
084cc6
  Resolves: bz1026906
084cc6
- Collect /var/log/squid in squid plug-in
084cc6
  Resolves: bz1026829
084cc6
- Collect mountstats and mountinfo in filesys plug-in
084cc6
  Resolves: bz1026869
084cc6
- Add PowerPC plug-in from upstream
084cc6
  Resolves: bz1025236
084cc6
084cc6
* Thu Oct 31 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-6
084cc6
- Remove version checks in gluster plug-in
084cc6
  Resolves: bz1015606
084cc6
- Check for usable temporary directory
084cc6
  Resolves: bz1019517
084cc6
- Fix --alloptions command line option
084cc6
  Resolves: bz1019356
084cc6
- Fix configuration fail regression
084cc6
  Resolves: bz1019516
084cc6
084cc6
* Wed Oct 30 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-5
084cc6
- Include /etc/yaboot.conf in boot plug-in
084cc6
  Resolves: bz1001966
084cc6
- Fix collection of brctl output in networking plug-in
084cc6
  Resolves: bz1019235
084cc6
- Verify limited set of RPM packages by default
084cc6
  Resolves: bz1019863
084cc6
- Do not strip newlines from command output
084cc6
  Resolves: bz1019338
084cc6
- Limit default sar data collection
084cc6
  Resolves: bz1001599
084cc6
084cc6
* Thu Oct 3 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-4
084cc6
- Do not attempt to read RPC pseudo files in networking plug-in
084cc6
  Resolves: bz996992, bz996994
084cc6
- Restrict wbinfo collection to the current domain
084cc6
  Resolves: bz997101
084cc6
- Add obfuscation of luci secrets to cluster plug-in
084cc6
  Resolves: bz997090
084cc6
- Add XFS plug-in
084cc6
  Resolves: bz997094
084cc6
- Fix policy class handling of --tmp-dir
084cc6
  Resolves: bz997083
084cc6
- Do not set batch mode if stdin is not a TTY
084cc6
  Resolves: bz1002943
084cc6
- Attempt to continue when reading bad input in interactive mode
084cc6
  Resolves: bz1002943
084cc6
084cc6
* Wed Aug 14 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-3
084cc6
- Add crm_report support to cluster plug-in
084cc6
  Resolves: bz839342
084cc6
- Fix rhel_version() usage in cluster and s390 plug-ins
084cc6
  Resolves: bz916705
084cc6
- Strip trailing newline from command output
084cc6
  Resolves: bz971420
084cc6
084cc6
* Mon Jun 10 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-2
084cc6
- Silence 'could not run' messages at default verbosity
084cc6
- New upstream release
084cc6
084cc6
* Thu May 23 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-39
084cc6
- Always invoke tar with '-f-' option
084cc6
084cc6
* Mon Jan 21 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-38
084cc6
- Fix interactive mode regression when --ticket unspecified
084cc6
084cc6
* Fri Jan 18 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-37
084cc6
- Fix propagation of --ticket parameter in interactive mode
084cc6
084cc6
* Thu Jan 17 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-36
084cc6
- Revert OpenStack patch
084cc6
084cc6
* Wed Jan  9 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-35
084cc6
- Report --name and --ticket values as defaults
084cc6
- Fix device-mapper command execution logging
084cc6
- Fix data collection and rename PostreSQL module to pgsql
084cc6
084cc6
* Fri Oct 19 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-34
084cc6
- Add support for content delivery hosts to RHUI module
084cc6
084cc6
* Thu Oct 18 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-33
084cc6
- Add Red Hat Update Infrastructure module
084cc6
- Collect /proc/iomem in hardware module
084cc6
- Collect subscription-manager output in general module
084cc6
- Collect rhsm log files in general module
084cc6
- Fix exception in gluster module on non-gluster systems
084cc6
- Fix exception in psql module when dbname is not given
084cc6
084cc6
* Wed Oct 17 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-32
084cc6
- Collect /proc/pagetypeinfo in memory module
084cc6
- Strip trailing newline from command output
084cc6
- Add sanlock module
084cc6
- Do not collect archived accounting files in psacct module
084cc6
- Call spacewalk-debug from rhn module to collect satellite data
084cc6
084cc6
* Mon Oct 15 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-31
084cc6
- Avoid calling volume status when collecting gluster statedumps
084cc6
- Use a default report name if --name is empty
084cc6
- Quote tilde characters passed to shell in RPM module
084cc6
- Collect KDC and named configuration in ipa module
084cc6
- Sanitize hostname characters before using as report path
084cc6
- Collect /etc/multipath in device-mapper module
084cc6
- New plug-in for PostgreSQL
084cc6
- Add OpenStack module
084cc6
- Avoid deprecated sysctls in /proc/sys/net
084cc6
- Fix error logging when calling external programs
084cc6
- Use ip instead of ifconfig to generate network interface lists
084cc6
084cc6
* Wed May 23 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-29
084cc6
- Collect the swift configuration directory in gluster module
084cc6
- Update IPA module and related plug-ins
084cc6
084cc6
* Fri May 18 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-28
084cc6
- Collect mcelog files in the hardware module
084cc6
084cc6
* Wed May 02 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-27
084cc6
- Add nfs statedump collection to gluster module
084cc6
084cc6
* Tue May 01 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-26
084cc6
- Use wildcard to match possible libvirt log paths
084cc6
084cc6
* Mon Apr 23 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-25
084cc6
- Add forbidden paths for new location of gluster private keys
084cc6
084cc6
* Fri Mar  9 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-24
084cc6
- Fix katello and aeolus command string syntax
084cc6
- Remove stray hunk from gluster module patch
084cc6
084cc6
* Thu Mar  8 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-22
084cc6
- Correct aeolus debug invocation in CloudForms module
084cc6
- Update gluster module for gluster-3.3
084cc6
- Add additional command output to gluster module
084cc6
- Add support for collecting gluster configuration and logs
084cc6
084cc6
* Wed Mar  7 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-19
084cc6
- Collect additional diagnostic information for realtime systems
084cc6
- Improve sanitization of RHN user and case number in report name
084cc6
- Fix verbose output and debug logging
084cc6
- Add basic support for CloudForms data collection
084cc6
- Add support for Subscription Asset Manager diagnostics
084cc6
084cc6
* Tue Mar  6 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-18
084cc6
- Collect fence_virt.conf in cluster module
084cc6
- Fix collection of /proc/net directory tree
084cc6
- Gather output of cpufreq-info when present
084cc6
- Fix brctl showstp output when bridges contain multiple interfaces
084cc6
- Add /etc/modprobe.d to kernel module
084cc6
- Ensure relative symlink targets are correctly handled when copying
084cc6
- Fix satellite and proxy package detection in rhn plugin
084cc6
- Collect stderr output from external commands
084cc6
- Collect /proc/cgroups in the cgroups module
084cc6
  Resolve: bz784874
084cc6
- Collect /proc/irq in the kernel module
084cc6
- Fix installed-rpms formatting for long package names
084cc6
- Add symbolic links for truncated log files
084cc6
- Collect non-standard syslog and rsyslog log files
084cc6
- Use correct paths for tomcat6 in RHN module
084cc6
- Obscure root password if present in anacond-ks.cfg
084cc6
- Do not accept embedded forward slashes in RHN usernames
084cc6
- Add new sunrpc module to collect rpcinfo for gluster systems
084cc6
084cc6
* Tue Nov  1 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-17
084cc6
- Do not collect subscription manager keys in general plugin
084cc6
 
084cc6
* Fri Sep 23 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-16
084cc6
- Fix execution of RHN hardware.py from hardware plugin
084cc6
- Fix hardware plugin to support new lsusb path
084cc6
084cc6
* Fri Sep 09 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-15
084cc6
- Fix brctl collection when a bridge contains no interfaces
084cc6
- Fix up2dateclient path in hardware plugin
084cc6
084cc6
* Mon Aug 15 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-14
084cc6
- Collect brctl show and showstp output
084cc6
- Collect nslcd.conf in ldap plugin
084cc6
084cc6
* Sun Aug 14 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-11
084cc6
- Truncate files that exceed specified size limit
084cc6
- Add support for collecting Red Hat Subscrition Manager configuration
084cc6
- Collect /etc/init on systems using upstart
084cc6
- Don't strip whitespace from output of external programs
084cc6
- Collect ipv6 neighbour table in network module
084cc6
- Collect basic cgroups configuration data
084cc6
084cc6
* Sat Aug 13 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-10
084cc6
- Fix collection of data from LVM2 reporting tools in devicemapper plugin
084cc6
- Add /proc/vmmemctl collection to vmware plugin
084cc6
084cc6
* Fri Aug 12 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-9
084cc6
- Collect yum repository list by default
084cc6
- Add basic Infiniband plugin
084cc6
- Add plugin for scsi-target-utils iSCSI target
084cc6
- Fix autofs plugin LC_ALL usage
084cc6
- Fix collection of lsusb and add collection of -t and -v outputs
084cc6
- Extend data collection by qpidd plugin
084cc6
- Add ethtool pause, coalesce and ring (-a, -c, -g) options to network plugin
084cc6
084cc6
* Thu Apr 07 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-8
084cc6
- Use sha256 for report digest when operating in FIPS mode
084cc6
 
084cc6
* Tue Apr 05 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-7
084cc6
- Fix parted and dumpe2fs output on s390
084cc6
084cc6
* Fri Feb 25 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-6
084cc6
- Fix collection of chkconfig output in startup.py
084cc6
- Collect /etc/dhcp in dhcp.py plugin
084cc6
- Collect dmsetup ls --tree output in devicemapper.py
084cc6
- Collect lsblk output in filesys.py
084cc6
084cc6
* Thu Feb 24 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-4
084cc6
- Fix collection of logs and config files in sssd.py
084cc6
- Add support for collecting entitlement certificates in rhn.py
084cc6
084cc6
* Thu Feb 03 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-3
084cc6
- Fix cluster plugin dlm lockdump for el6
084cc6
- Add sssd plugin to collect configuration and logs
084cc6
- Collect /etc/anacrontab in system plugin
084cc6
- Correct handling of redhat-release for el6
084cc6
084cc6
* Thu Jul 29 2010 Adam Stokes <ajs at redhat dot com> = 2.2-2
084cc6
084cc6
* Thu Jun 10 2010 Adam Stokes <ajs at redhat dot com> = 2.2-0
084cc6
084cc6
* Wed Apr 28 2010 Adam Stokes <ajs at redhat dot com> = 2.1-0
084cc6
084cc6
* Mon Apr 12 2010 Adam Stokes <ajs at redhat dot com> = 2.0-0
084cc6
084cc6
* Tue Mar 30 2010 Adam Stokes <ajs at redhat dot com> = 1.9-3
084cc6
- fix setup.py to autocompile translations and man pages
084cc6
- rebase 1.9
084cc6
084cc6
* Fri Mar 19 2010 Adam Stokes <ajs at redhat dot com> = 1.9-2
084cc6
- updated translations
084cc6
084cc6
* Thu Mar 04 2010 Adam Stokes <ajs at redhat dot com> = 1.9-1
084cc6
- version bump 1.9
084cc6
- replaced compression utility with xz
084cc6
- strip threading/multiprocessing
084cc6
- simplified progress indicator
084cc6
- pylint update
084cc6
- put global vars in class container
084cc6
- unittests
084cc6
- simple profiling
084cc6
- make use of xgettext as pygettext is deprecated
084cc6
084cc6
* Mon Jan 18 2010 Adam Stokes <ajs at redhat dot com> = 1.8-21
084cc6
- more sanitizing options for log files
084cc6
- rhbz fixes from RHEL version merged into trunk
084cc6
- progressbar update
084cc6