Update to 4.3 (#2054895)
This commit is contained in:
parent
b911f8a9e2
commit
89bfc706af
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ sos-2.2.tar.gz
|
|||||||
/4.0.tar.gz
|
/4.0.tar.gz
|
||||||
/4.1.tar.gz
|
/4.1.tar.gz
|
||||||
/4.2.tar.gz
|
/4.2.tar.gz
|
||||||
|
/4.3.tar.gz
|
||||||
|
8
sos.spec
8
sos.spec
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
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.2
|
Version: 4.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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
|
||||||
@ -16,6 +16,7 @@ Requires: tar
|
|||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: xz
|
Requires: xz
|
||||||
Recommends: python3-pexpect
|
Recommends: python3-pexpect
|
||||||
|
Recommends: python3-requests
|
||||||
Obsoletes: sos-collector <= 1.9
|
Obsoletes: sos-collector <= 1.9
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -60,6 +61,9 @@ rm -rf %{buildroot}/usr/config/
|
|||||||
%config(noreplace) %{_sysconfdir}/sos/cleaner
|
%config(noreplace) %{_sysconfdir}/sos/cleaner
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 15 2022 Sandro Bonazzola <sbonazzo@redhat.com> - 4.3-1
|
||||||
|
- Update to 4.3 (#2054895)
|
||||||
|
|
||||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-2
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (4.2.tar.gz) = 549a5a0c916ea342680df48ad88b620238dc7e9e32531992020a684046774b54c40b8201733537f0fc0b7245f6b67608ff39db83fc0eaf4c3bc48928100081d9
|
SHA512 (4.3.tar.gz) = 6119abb52e2be650099c9a660a179856f1a2f64cc098a3318b685a407fdb2b8e1ad296bc124c1a6acd1142f75e106db353ce9d2b065d8cf4c077b98c40221d9c
|
||||||
|
Loading…
Reference in New Issue
Block a user