Blame SOURCES/0055-packaging-bump-release-for-build.patch

0cd6dc
From 91cc6bb911829b20f353e4ccdffb2efcd653bbe8 Mon Sep 17 00:00:00 2001
0cd6dc
From: "Bryn M. Reeves" <bmr@redhat.com>
0cd6dc
Date: Sat, 24 Jan 2015 01:30:04 +0000
0cd6dc
Subject: [PATCH 55/93] [packaging] bump release for build
0cd6dc
0cd6dc
---
0cd6dc
 sos.spec | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
0cd6dc
 1 file changed, 78 insertions(+), 1 deletion(-)
0cd6dc
0cd6dc
diff --git a/sos.spec b/sos.spec
0cd6dc
index 4b54db4..883b4d5 100644
0cd6dc
--- a/sos.spec
0cd6dc
+++ b/sos.spec
0cd6dc
@@ -3,7 +3,7 @@
0cd6dc
 Summary: A set of tools to gather troubleshooting information from a system
0cd6dc
 Name: sos
0cd6dc
 Version: 3.2
0cd6dc
-Release: 1%{?dist}
0cd6dc
+Release: 16%{?dist}.atomic
0cd6dc
 Group: Applications/System
0cd6dc
 Source0: http://people.redhat.com/breeves/sos/releases/sos-%{version}.tar.gz
0cd6dc
 License: GPLv2+
0cd6dc
@@ -51,6 +51,83 @@ rm -rf ${RPM_BUILD_ROOT}
0cd6dc
 %config(noreplace) %{_sysconfdir}/sos.conf
0cd6dc
 
0cd6dc
 %changelog
0cd6dc
+* Fri Jan 23 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-16
0cd6dc
+- [docs] add -s/--sysroot to sosreport.1
0cd6dc
+- [plugins] prefix target paths with self.sysroot
0cd6dc
+- [plugins] propagate sysroot to Plugin via commons
0cd6dc
+- [sosreport] add --sysroot option
0cd6dc
+
0cd6dc
+* Thu Jan 22 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-15
0cd6dc
+- [mysql] improve handling of dbuser, dbpass and MYSQL_PWD
0cd6dc
+
0cd6dc
+* Tue Jan 20 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-14
0cd6dc
+- [mysql] test for boolean values in dbuser and dbpass
0cd6dc
+
0cd6dc
+* Mon Jan 19 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-12
0cd6dc
+- [plugin] limit path names to PC_NAME_MAX
0cd6dc
+- [squid] collect files from /var/log/squid
0cd6dc
+- [sosreport] log plugin exceptions to a file
0cd6dc
+- [ctdb] fix collection of /etc/sysconfig/ctdb
0cd6dc
+- [sosreport] fix silent exception handling
0cd6dc
+
0cd6dc
+* Tue Jan 13 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-11
0cd6dc
+- [sosreport] do not make logging calls after OSError
0cd6dc
+- [sosreport] catch OSError exceptions in SoSReport.execute()
0cd6dc
+- [anaconda] make useradd password regex tolerant of whitespace
0cd6dc
+
0cd6dc
+* Tue Dec 23 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-10
0cd6dc
+- [mysql] fix handling of mysql.dbpass option
0cd6dc
+
0cd6dc
+* Wed Dec 17 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-9
0cd6dc
+- [navicli] catch exceptions if stdin is unreadable
0cd6dc
+- [docs] update man page for new options
0cd6dc
+- [sosreport] make all utf-8 handling user errors=ignore
0cd6dc
+
0cd6dc
+* Tue Dec 09 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-8
0cd6dc
+- [kpatch] do not attempt to collect data if kpatch is not installed
0cd6dc
+- [archive] drop support for Zip archives
0cd6dc
+
0cd6dc
+* Thu Oct 30 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-7
0cd6dc
+- [sosreport] fix archive permissions regression
0cd6dc
+
0cd6dc
+* Mon Oct 20 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-6
0cd6dc
+- [tomcat] add support for tomcat7 and default log size limits
0cd6dc
+- [mysql] obtain database password from the environment
0cd6dc
+
0cd6dc
+* Wed Oct 15 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-5
0cd6dc
+- [corosync] add postprocessing for corosync-objctl output
0cd6dc
+- [ovirt_hosted_engine] fix exception when force-enabled
0cd6dc
+
0cd6dc
+* Thu Oct 02 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-4
0cd6dc
+- [yum] call rhsm-debug with --no-subscriptions
0cd6dc
+- [powerpc] allow PowerPC plugin to run on ppc64le
0cd6dc
+- [package] add Obsoletes for sos-plugins-openstack
0cd6dc
+
0cd6dc
+* Wed Oct 01 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-3
0cd6dc
+- [pam] add pam_tally2 and faillock support
0cd6dc
+- [postgresql] obtain db password from the environment
0cd6dc
+- [pcp] add Performance Co-Pilot plugin
0cd6dc
+- [nfsserver] collect /etc/exports.d
0cd6dc
+- [sosreport] handle --compression-type correctly
0cd6dc
+- [anaconda] redact passwords in kickstart configurations
0cd6dc
+- [haproxy] add new plugin
0cd6dc
+- [keepalived] add new plugin
0cd6dc
+- [lvm2] set locking_type=0 when calling lvm commands
0cd6dc
+- [tuned] add new plugin
0cd6dc
+- [cgroups] collect /etc/sysconfig/cgred
0cd6dc
+- [plugins] ensure doc text is always displayed for plugins
0cd6dc
+- [sosreport] fix the distribution version API call
0cd6dc
+- [docker] add new plugin
0cd6dc
+- [openstack_*] include broken-out openstack plugins
0cd6dc
+- [mysql] support MariaDB
0cd6dc
+- [openstack] do not collect /var/lib/nova
0cd6dc
+- [grub2] collect grub.cfg on UEFI systems
0cd6dc
+- [sosreport] handle out-of-space errors gracefully
0cd6dc
+- [firewalld] new plugin
0cd6dc
+- [networking] collect NetworkManager status
0cd6dc
+- [kpatch] new plugin
0cd6dc
+- [global] update to upstream 3.2 release
0cd6dc
+
0cd6dc
 * Tue Sep 30 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2
0cd6dc
 - New upstream release
0cd6dc
 
0cd6dc
-- 
0cd6dc
1.9.3
0cd6dc