diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2023-02-01 09:56:36 -0500 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2023-02-01 09:56:36 -0500 |
commit | 1b291d95f801286018ae707299f0d6196a98e2e0 (patch) | |
tree | 0fed9f61236c01849e41a741a4dba2cb36769b52 /sos.spec | |
parent | b047468d7a7cf20d1d176e69d7e9276a6bcf268e (diff) | |
download | sos-1b291d95f801286018ae707299f0d6196a98e2e0.tar.gz |
[build] Bump version to 4.5.04.5.0
This commit marks the release of sos-4.5.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
@@ -1,6 +1,6 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos -Version: 4.4 +Version: 4.5.0 Release: 1%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz @@ -63,6 +63,9 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/ %config(noreplace) %{_sysconfdir}/sos/sos.conf %changelog +* Wed Feb 01 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.0 +- New upstream release + * Mon Aug 15 2022 Jake Hunsaker <jhunsake@redhat.com> = 4.4 - New upstream release |