From 0e0aacd305d7df3c172d0672a3cc69d2609b6f02 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 30 Jun 2023 11:14:21 +0000 Subject: [PATCH] import sos-4.5.4-1.el9 --- .gitignore | 2 +- .sos.metadata | 2 +- SPECS/sos.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) 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 5d772cf..e4be648 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,10 @@ of the system. Currently storage and filesystem commands are audited. %changelog +* 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