diff --git a/SPECS/sos.spec b/SPECS/sos.spec index 831a5e3..7236dfb 100644 --- a/SPECS/sos.spec +++ b/SPECS/sos.spec @@ -5,7 +5,7 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos Version: 4.0 -Release: 11%{?dist} +Release: 11%{?dist}.alma Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{version}/sos-%{version}.tar.gz Source1: sos-audit-%{auditversion}.tgz @@ -44,6 +44,9 @@ Patch21: sos-bz1925419-gluster-pubkeys-statusfile.patch Patch22: sos-bz1928650-powerpc-nhv-scsi-logs.patch +# almalinux +Patch1000: sos-almalinux-branding.patch + %description Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for @@ -76,6 +79,9 @@ support technicians and developers. %patch21 -p1 %patch22 -p1 +# almalinux +%patch1000 -p1 + %build %py3_build @@ -137,6 +143,9 @@ of the system. Currently storage and filesystem commands are audited. %ghost /etc/audit/rules.d/40-sos-storage.rules %changelog +* Wed May 19 2021 Andrew Lukoshko = 4.0-11.alma +- Debrand for AlmaLinux + * Wed Mar 17 2021 Pavel Moravec = 4.0-11 - [gluster] collect public keys from the right dir Resolves: bz1925419