AlmaLinux changes

This commit is contained in:
Andrew Lukoshko 2021-09-15 11:49:33 +00:00
parent b27381e187
commit 8fdc9d3543

View File

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