File tree 4 files changed +13
-4
lines changed 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 <
[email protected] > Mon, 17 Feb 2025 11:36:29 -0400
6
+
1
7
sos (4.8.2-4) oracular; urgency=medium
2
8
3
9
* Update to new sos package and version for Breakage.
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '4.8.2 '
61
+ version = '4.9.0 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '4.8.2 '
63
+ release = '4.9.0 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
Summary: A set of tools to gather troubleshooting information from a system
2
2
Name: sos
3
- Version: 4.8.2
3
+ Version: 4.9.0
4
4
Release: 1%{?dist }
5
5
Source0: https://github.com/sosreport/sos/archive/%{name }-%{version }.tar.gz
6
6
License: GPL-2.0 -only
@@ -87,6 +87,9 @@ rm -rf %{buildroot}/usr/config/
87
87
%config(noreplace) %{_sysconfdir }/sos/sos.conf
88
88
89
89
%changelog
90
+ *
Mon Feb 17 2025 Jake Hunsaker <[email protected] > = 4.9.0
91
+ - New upstream release
92
+
90
93
*
Mon Dec 16 2024 Pavel Moravec <[email protected] > = 4.8.2
91
94
- New upstream release
92
95
Original file line number Diff line number Diff line change 14
14
This module houses the i18n setup and message function. The default is to use
15
15
gettext to internationalize messages.
16
16
"""
17
- __version__ = "4.8.2 "
17
+ __version__ = "4.9.0 "
18
18
19
19
import os
20
20
import sys
You can’t perform that action at this time.
0 commit comments