diff --git a/sos.spec b/sos.spec index 9c165b0..f207bab 100644 --- a/sos.spec +++ b/sos.spec @@ -4,8 +4,8 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos -Version: 4.7.1 -Release: 3%{?dist} +Version: 4.7.2 +Release: 1%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{version}/sos-%{version}.tar.gz Source1: sos-audit-%{auditversion}.tgz @@ -22,7 +22,6 @@ Recommends: python3-pexpect Recommends: python3-pyyaml Conflicts: vdsm < 4.40 Obsoletes: sos-collector <= 1.9 -Patch1: sos-RHEL-35945-sos-clean-on-archive.patch %description Sos is a set of tools that gathers information about system @@ -33,10 +32,9 @@ support technicians and developers. %prep %setup -qn %{name}-%{version} %setup -T -D -a1 -q -%patch1 -p1 %build -%py3_build +%py3_build %install %py3_install '--install-scripts=%{_sbindir}' @@ -106,6 +104,10 @@ of the system. Currently storage and filesystem commands are audited. %changelog +* Fri Jun 21 2024 Pierguido Lambri = 4.7.2-1 +- New upstream release + Resolves: RHEL-49781 + * Thu May 09 2024 Pavel Moravec = 4.7.1-3 - [archive] Fix get_archive_root after files reordering Resolves: RHEL-35945 @@ -410,8 +412,7 @@ of the system. Currently storage and filesystem commands are audited. * Thu Apr 01 2021 Pavel Moravec - 4.1-3 - adding sos-audit - [gluster] Add glusterd public keys and status files - Resolves: bz1925419 + Resolves: bz1925419 * Wed Mar 10 2021 Sandro Bonazzola - 4.1-1 - Rebase to 4.1 -