Update sos to v4.2 (#1823)
This commit is contained in:
parent
496948d2bc
commit
fa06b502bd
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"sos-4.1.tar.gz": "5edc75a655a43a1b21d8d1cec3371d4d188157501ccf60984a9e189e205444ec"
|
||||
"sos-4.2.tar.gz": "d8779566b98b8ee9112647b4b52a1b0fd6aa902145cbd9712183864cb2c5ddc4"
|
||||
}
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
%{!?python3_sitelib: %global python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib;print(get_python_lib())")}
|
||||
Summary: A set of tools to gather troubleshooting information from a system
|
||||
Name: sos
|
||||
Version: 4.1
|
||||
Release: 3%{?dist}
|
||||
Version: 4.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -68,6 +68,9 @@ rm -rf %{buildroot}%{_prefix}/config/
|
|||
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
||||
|
||||
%changelog
|
||||
* Thu Dec 30 2021 Neha Agarwal <nehaagarwal@microsoft.com> - 4.2-1
|
||||
- Update to version 4.2
|
||||
|
||||
* Wed May 12 2021 Thomas Crain <thcrain@microsoft.com> - 4.1-3
|
||||
- Fix build break due to doubly-packaged license/doc files
|
||||
|
||||
|
|
|
@ -27217,8 +27217,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "sos",
|
||||
"version": "4.1",
|
||||
"downloadUrl": "https://github.com/sosreport/sos/archive/4.1.tar.gz"
|
||||
"version": "4.2",
|
||||
"downloadUrl": "https://github.com/sosreport/sos/archive/4.2.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue