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+ sosreport (4.8.1) noble; urgency=medium
2+
3+ * New upstream release
4+
5+ -- Pavel Moravec <pmoravec@redhat.com> Tue, 15 Oct 2024 16:01:01 +0200
6+
17sosreport (4.8.0) noble; urgency=medium
28
39 * New 4.8.0 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.8.0 '
61+ version = '4.8.1 '
6262# The full version, including alpha/beta/rc tags.
63- release = '4.8.0 '
63+ release = '4.8.1 '
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.0
3+ Version: 4.8.1
44Release: 1%{?dist }
55Source0: https://github.com/sosreport/sos/archive/%{name }-%{version }.tar.gz
66License: GPL-2.0 -only
@@ -91,6 +91,9 @@ rm -rf %{buildroot}/usr/config/
9191%config(noreplace) %{_sysconfdir }/sos/sos.conf
9292
9393%changelog
94+ * Tue Oct 15 2024 Pavel Moravec <pmoravec@redhat.com> = 4.8.1
95+ - New upstream release
96+
9497* Sat Aug 17 2024 Jake Hunsaker <jacob.r.hunsaker@gmail.com> = 4.8.0
9598- New upstream release
9699- License clarification to GPLv2 only
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.0 "
17+ __version__ = "4.8.1 "
1818
1919import os
2020import sys
You can’t perform that action at this time.
0 commit comments