Merge branch 'c9' into a9

This commit is contained in:
Andrew Lukoshko 2023-06-30 12:15:34 +00:00
commit af0e8b7b30
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/sos-4.5.3.tar.gz
SOURCES/sos-4.5.4.tar.gz
SOURCES/sos-audit-0.3.tgz

View File

@ -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

View File

@ -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 <eabdullin@almalinux.org> - 4.5.3-1.alma
* Fri Jun 30 2023 Eduard Abdullin <eabdullin@almalinux.org> - 4.5.4-1.alma
- Debrand for AlmaLinux
* 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