diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2023-03-01 13:03:10 -0500 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2023-03-01 13:03:10 -0500 |
commit | c423223af3321a3e914f6c42d025faba2e40e7a7 (patch) | |
tree | 6e0dcdc03eaf174195875d012d03d7087fec6f2f /sos.spec | |
parent | 82a6e68217aa95e4453b4f96431db730705c0800 (diff) | |
download | sos-c423223af3321a3e914f6c42d025faba2e40e7a7.tar.gz |
[build] Bump version to 4.5.14.5.1
This commit marks the release of sos-4.5.1
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.5.0 +Version: 4.5.1 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 Mar 01 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.1 +- New upstream release + * Wed Feb 01 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.0 - New upstream release |