Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 2ae4053

Browse files
committed
[release] Bump spec to 1.8
This commit marks the 1.8 release for sos-collector. See the GitHub repo releases page for a detailed review of changes and improvements since 1.7. Signed-off-by: Jake Hunsaker <[email protected]>
1 parent 6030695 commit 2ae4053

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

sos-collector.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Capture sosreports from multiple nodes simultaneously
22
Name: sos-collector
3-
Version: 1.7
3+
Version: 1.8
44
Release: 1%{?dist}
55
Source0: http://people.redhat.com/jhunsake/sos-collector/%{name}-%{version}.tar.gz
66
License: GPLv2
@@ -69,6 +69,9 @@ install -p -m644 man/en/sos-collector.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/
6969
%license LICENSE
7070

7171
%changelog
72+
* Wed Sep 04 2019 Jake Hunsaker <[email protected]> - 1.8-1
73+
- New upstream release
74+
7275
* Mon Apr 01 2019 Jake Hunsaker <[email protected]> - 1.7-1
7376
- New upstream release
7477
- Overhaul mechanism of execution of sosreport in containers

soscollector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1515

1616

17-
__version__ = '1.7'
17+
__version__ = '1.8'

0 commit comments

Comments
 (0)