diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2022-08-15 16:07:50 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-08-15 16:07:50 -0400 |
commit | 7a98f67b0b39408fef83729d19025fa238d60e75 (patch) | |
tree | 5fa8f0c4103a49fc261b183b577fc36ac343c255 /sos.spec | |
parent | d1d0812f5318ab2190b32ff83312ef875ddad225 (diff) | |
download | sos-7a98f67b0b39408fef83729d19025fa238d60e75.tar.gz |
[build] Bump version to sos-4.44.4
This commit marks the release of sos-4.4.
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'sos.spec')
-rw-r--r-- | sos.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -2,7 +2,7 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos -Version: 4.3 +Version: 4.4 Release: 1%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz @@ -62,6 +62,12 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/ %config(noreplace) %{_sysconfdir}/sos/sos.conf %changelog +* Mon Aug 15 2022 Jake Hunsaker <jhunsake@redhat.com> = 4.4 +- New upstream release + +* Mon Feb 14 2022 Jake Hunsaker <jhunsake@redhat.com> = 4.3 +- New upstream release + * Mon Aug 16 2021 Jake Hunsaker <jhunsake@redhat.com> = 4.2 - New upstream release |