import sos-4.5.4-1.el9
This commit is contained in:
parent
c899d0f625
commit
0e0aacd305
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/sos-4.5.3.tar.gz
|
||||
SOURCES/sos-4.5.4.tar.gz
|
||||
SOURCES/sos-audit-0.3.tgz
|
||||
|
@ -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
|
||||
|
@ -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 <pmoravec@redhat.com> = 4.5.4-1
|
||||
- [specfile] add runtime requirement to python3-setuptools
|
||||
Resolves: bz2207776
|
||||
|
||||
* Thu May 04 2023 Jan Jansky <jjansky@redhat.com> = 4.5.3-1
|
||||
- [unpackaged] Print unpackaged symlinks instead of targets
|
||||
Resolves: bz2169684
|
||||
|
Loading…
Reference in New Issue
Block a user