diff --git a/sos.spec b/sos.spec index 5e30704..a17bdbd 100644 --- a/sos.spec +++ b/sos.spec @@ -3,7 +3,7 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos Version: 4.3 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz License: GPLv2+ BuildArch: noarch @@ -74,6 +74,9 @@ rm -rf %{buildroot}/usr/config/ %config(noreplace) %{_sysconfdir}/sos/cleaner %changelog +* Mon Jun 13 2022 Python Maint - 4.3-3 +- Rebuilt for Python 3.11 + * Mon Feb 28 2022 Sandro Bonazzola - 4.3-2 - add latest patched including fix for missing help plugin (bz#2058142)