From fa06b502bdba9a795a7851da6e1d9a7a18b562bb Mon Sep 17 00:00:00 2001 From: Neha Agarwal <58672330+neha170@users.noreply.github.com> Date: Mon, 3 Jan 2022 10:10:14 -0800 Subject: [PATCH] Update sos to v4.2 (#1823) --- SPECS/sos/sos.signatures.json | 2 +- SPECS/sos/sos.spec | 7 +++++-- cgmanifest.json | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/SPECS/sos/sos.signatures.json b/SPECS/sos/sos.signatures.json index b3d926b1c6..445b15424a 100644 --- a/SPECS/sos/sos.signatures.json +++ b/SPECS/sos/sos.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "sos-4.1.tar.gz": "5edc75a655a43a1b21d8d1cec3371d4d188157501ccf60984a9e189e205444ec" + "sos-4.2.tar.gz": "d8779566b98b8ee9112647b4b52a1b0fd6aa902145cbd9712183864cb2c5ddc4" } } \ No newline at end of file diff --git a/SPECS/sos/sos.spec b/SPECS/sos/sos.spec index 006750ee75..642147e89e 100644 --- a/SPECS/sos/sos.spec +++ b/SPECS/sos/sos.spec @@ -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 - 4.2-1 +- Update to version 4.2 + * Wed May 12 2021 Thomas Crain - 4.1-3 - Fix build break due to doubly-packaged license/doc files diff --git a/cgmanifest.json b/cgmanifest.json index 7d1b41c799..e8e3471bb9 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -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" } } },