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 3487a16..d2248a9 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}.alma 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 @@ -111,9 +112,13 @@ of the system. Currently storage and filesystem commands are audited. %changelog -* Wed May 31 2023 Eduard Abdullin - 4.5.3-1.alma +* Fri Jun 30 2023 Eduard Abdullin - 4.5.4-1.alma - Debrand for AlmaLinux +* Tue May 31 2023 Pavel Moravec = 4.5.4-1 +- [specfile] add runtime requirement to python3-setuptools + Resolves: bz2207776 + * Thu May 04 2023 Jan Jansky = 4.5.3-1 - [unpackaged] Print unpackaged symlinks instead of targets Resolves: bz2169684