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.9.0) noble; urgency=medium
2+
3+ * New 4.9.0 upstream release
4+
5+ -- Jake Hunsaker <jacob.r.hunsaker@gmail.com> Mon, 17 Feb 2025 11:36:29 -0400
6+
17sos (4.8.2-4) oracular; urgency=medium
28
39 * Update to new sos package and version for Breakage.
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '4.8.2 '
61+ version = '4.9.0 '
6262# The full version, including alpha/beta/rc tags.
63- release = '4.8.2 '
63+ release = '4.9.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.8.2
3+ Version: 4.9.0
44Release: 1%{?dist }
55Source0: https://github.com/sosreport/sos/archive/%{name }-%{version }.tar.gz
66License: GPL-2.0 -only
@@ -87,6 +87,9 @@ rm -rf %{buildroot}/usr/config/
8787%config(noreplace) %{_sysconfdir }/sos/sos.conf
8888
8989%changelog
90+ * Mon Feb 17 2025 Jake Hunsaker <jacob.r.hunsaker@gmail.com> = 4.9.0
91+ - New upstream release
92+
9093* Mon Dec 16 2024 Pavel Moravec <pmoravec@redhat.com> = 4.8.2
9194- New upstream release
9295
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.8.2 "
17+ __version__ = "4.9.0 "
1818
1919import os
2020import sys
You can’t perform that action at this time.
0 commit comments