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

Commit

Permalink
[sos-collector] Version bump to 1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Hunsaker <[email protected]>
  • Loading branch information
TurboTurtle committed Jun 22, 2018
1 parent 2b73f7e commit 7e09ccd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions sos-collector.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Capture sosreports from multiple nodes simultaneously
Name: sos-collector
Version: 1.3
Release: 3%{?dist}
Version: 1.4
Release: 1%{?dist}
Source0: http://people.redhat.com/jhunsake/sos-collector/%{name}-%{version}.tar.gz
License: GPLv2
BuildArch: noarch
Expand Down Expand Up @@ -71,6 +71,9 @@ install -p -m644 man/en/sos-collector.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/
%license LICENSE

%changelog
* Fri Jun 22 2018 Jake Hunsaker <[email protected]> 1.4-1
- New upstream release

* Thu May 24 2018 Jake Hunsaker <[email protected]> 1.3-3
- Fix sos-collector archive organization
- Fix cluster option validation
Expand Down
2 changes: 1 addition & 1 deletion soscollector/sos_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from six.moves import input
from textwrap import fill

__version__ = '1.3'
__version__ = '1.4'


class SosCollector():
Expand Down

0 comments on commit 7e09ccd

Please sign in to comment.