File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1+ sos (4.10.0) unstable; urgency=medium
2+
3+ * New upstream release
4+
5+ -- Jake Hunsaker <jacob.r.hunsaker@gmail.com> Mon, 18 Aug 2025 15:42:12 -0400
6+
17sos (4.9.2) unstable; urgency=medium
28
39 * New upstream release
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '4.9.2 '
61+ version = '4.10.0 '
6262# The full version, including alpha/beta/rc tags.
63- release = '4.9.2 '
63+ release = '4.10.0 '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 11Summary: A set of tools to gather troubleshooting information from a system
22Name: sos
3- Version: 4.9.2
3+ Version: 4.10.0
44Release: 1%{?dist }
55Source0: https://github.com/sosreport/sos/archive/%{name }-%{version }.tar.gz
66License: GPL-2.0 -only
@@ -89,6 +89,9 @@ rm -rf %{buildroot}/usr/config/
8989%config(noreplace) %{_sysconfdir }/sos/sos.conf
9090
9191%changelog
92+ * Mon Aug 18 2025 Jake Hunsaker <jacob.r.hunsaker@gmail.com> = 4.10.0
93+ - New upstream release
94+
9295* Tue Jun 17 2025 Pavel Moravec <pmoravec@redhat.com> = 4.9.2
9396- New upstream release
9497
Original file line number Diff line number Diff line change 1414This module houses the i18n setup and message function. The default is to use
1515gettext to internationalize messages.
1616"""
17- __version__ = "4.9.2 "
17+ __version__ = "4.10.0 "
1818
1919import os
2020import sys
You can’t perform that action at this time.
0 commit comments