From 5cc3feb07e90034cdf755c8e5bf5059f7b6de831 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:14:45 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- sos.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sos.spec b/sos.spec index 05e5c2e..6bf0958 100644 --- a/sos.spec +++ b/sos.spec @@ -5,7 +5,7 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos Version: 4.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{version}/sos-%{version}.tar.gz Source1: sos-audit-%{auditversion}.tgz @@ -110,6 +110,10 @@ of the system. Currently storage and filesystem commands are audited. %changelog +* Tue Oct 29 2024 Troy Dawson - 4.8.0-3 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Sep 27 2024 Jan Jansky = 4.8.0-2 - Added credentials obfuscation from multiple files Resolves: RHEL-58946