diff --git a/.gitignore b/.gitignore index f5854d3..ffb4d34 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/sos-4.5.3.tar.gz +SOURCES/sos-4.5.4.tar.gz SOURCES/sos-audit-0.3.tgz diff --git a/.sos.metadata b/.sos.metadata index fad1c5d..61e625d 100644 --- a/.sos.metadata +++ b/.sos.metadata @@ -1,2 +1,2 @@ -eec8ce79aa42dd6561bce9638c8e803e9f81e476 SOURCES/sos-4.5.3.tar.gz +e2c0fe1ab4ab24b7d91d3fb2c590a00bf4f3cf98 SOURCES/sos-4.5.4.tar.gz 9d478b9f0085da9178af103078bbf2fd77b0175a SOURCES/sos-audit-0.3.tgz diff --git a/SPECS/sos.spec b/SPECS/sos.spec index f2bf4fc..f88db8d 100644 --- a/SPECS/sos.spec +++ b/SPECS/sos.spec @@ -4,7 +4,7 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos -Version: 4.5.3 +Version: 4.5.4 Release: 1%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{version}/sos-%{version}.tar.gz @@ -16,6 +16,7 @@ BuildRequires: python3-devel BuildRequires: gettext BuildRequires: python3-setuptools Requires: python3-requests +Requires: python3-setuptools Recommends: python3-magic Recommends: python3-pexpect Recommends: python3-pyyaml @@ -105,6 +106,16 @@ of the system. Currently storage and filesystem commands are audited. %ghost /etc/audit/rules.d/40-sos-storage.rules %changelog +* Thu Jun 01 2023 Pavel Moravec = 4.5.4-1 +- [plugins] collect strings before commands + Resolves: bz2203141 +- [collector] collect report from primary node if in node_list + Resolves: bz2186460 +- [powerpc] collect invscout logs + Resolves: bz2210543 +- [rhc] New plugin for RHC + Resolves: bz2196649 + * Fri May 05 2023 Jan Jansky = 4.5.3-1 - [report] Ignore case when scrubbing via do_file_sub Resolves: bz2143272