diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2020-08-17 17:41:02 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-08-17 17:41:02 -0400 |
commit | e54efa6e5895bbe5e8aacfc25f8c24dd1abc4201 (patch) | |
tree | 732f2548337c9bc3de6c295b2dd2141962bc9fee /sos.spec | |
parent | c5560feabd832d91e6611ede7c14dcbbf5e716f8 (diff) | |
download | sos-e54efa6e5895bbe5e8aacfc25f8c24dd1abc4201.tar.gz |
[build] Bump version to 4.04.0
This commits marks the release of sos-4.0
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'sos.spec')
-rw-r--r-- | sos.spec | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,7 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos -Version: 3.9 +Version: 4.0 Release: 1%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz @@ -61,6 +61,9 @@ rm ${RPM_BUILD_ROOT}/sos.conf %config(noreplace) %{_sysconfdir}/sos/sos.conf %changelog +* Mon Aug 17 2020 Jake Hunsaker <jhunsake@redhat.com> = 4.0 +- New upstream release + * Fri Feb 14 2020 Bryn M. Reeves <bmr@redhat.com> = 3.9 - New upstream release |