Add missing python modules in minimal install (#2120953)
This commit is contained in:
parent
71aa6f6152
commit
72aea4a3d0
10
sos.spec
10
sos.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: A set of tools to gather troubleshooting information from a system
|
Summary: A set of tools to gather troubleshooting information from a system
|
||||||
Name: sos
|
Name: sos
|
||||||
Version: 4.4
|
Version: 4.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz
|
Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -14,8 +14,9 @@ Requires: python3-rpm
|
|||||||
Requires: tar
|
Requires: tar
|
||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: xz
|
Requires: xz
|
||||||
Recommends: python3-pexpect
|
Requires: python3-pexpect
|
||||||
Recommends: python3-requests
|
Requires: python3-magic
|
||||||
|
Requires: python3-requests
|
||||||
Recommends: python3-pyyaml
|
Recommends: python3-pyyaml
|
||||||
Obsoletes: sos-collector <= 1.9
|
Obsoletes: sos-collector <= 1.9
|
||||||
|
|
||||||
@ -61,6 +62,9 @@ rm -rf %{buildroot}/usr/config/
|
|||||||
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 24 2022 Sandro Bonazzola <sbonazzo@redhat.com> - 4.4-2
|
||||||
|
- Add missing python modules in minimal install (#2120953)
|
||||||
|
|
||||||
* Tue Aug 16 2022 Sandro Bonazzola <sbonazzo@redhat.com> - 4.4-1
|
* Tue Aug 16 2022 Sandro Bonazzola <sbonazzo@redhat.com> - 4.4-1
|
||||||
- Update to 4.4 (#2118549)
|
- Update to 4.4 (#2118549)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user