From 85a21d6d8c85e52159824bccda48371af53bed3e Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:55:20 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- sos.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sos.spec b/sos.spec index 2b48d09..e2c418f 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.1 -Release: 6%{?dist} +Release: 7%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{version}/sos-%{version}.tar.gz Source1: sos-audit-%{auditversion}.tgz @@ -139,6 +139,10 @@ of the system. Currently storage and filesystem commands are audited. %changelog +* Tue Aug 10 2021 Mohan Boddu - 4.1-7 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Tue Jul 27 2021 Pavel Moravec - 4.1-6 - [networking] collect also tc filter show ingress Resolves: bz1985976