64 строки
1.8 KiB
Diff
64 строки
1.8 KiB
Diff
From d338a232cd7c829ca8ca5e5febef51035d1f7da5 Mon Sep 17 00:00:00 2001
|
|
From: Pavel Moravec <pmoravec@redhat.com>
|
|
Date: Wed, 10 Jan 2024 16:47:44 +0100
|
|
Subject: [PATCH] [build] Bump version to 4.6.1
|
|
|
|
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
|
|
---
|
|
docs/conf.py | 4 ++--
|
|
sos.spec | 5 ++++-
|
|
sos/__init__.py | 2 +-
|
|
3 files changed, 7 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/docs/conf.py b/docs/conf.py
|
|
index 5f105373e..57d1b9297 100644
|
|
--- a/docs/conf.py
|
|
+++ b/docs/conf.py
|
|
@@ -59,9 +59,9 @@
|
|
# built documents.
|
|
#
|
|
# The short X.Y version.
|
|
-version = '4.6.0'
|
|
+version = '4.6.1'
|
|
# The full version, including alpha/beta/rc tags.
|
|
-release = '4.6.0'
|
|
+release = '4.6.1'
|
|
|
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
# for a list of supported languages.
|
|
diff --git a/sos.spec b/sos.spec
|
|
index b575b5232..a08e2857b 100644
|
|
--- a/sos.spec
|
|
+++ b/sos.spec
|
|
@@ -1,6 +1,6 @@
|
|
Summary: A set of tools to gather troubleshooting information from a system
|
|
Name: sos
|
|
-Version: 4.6.0
|
|
+Version: 4.6.1
|
|
Release: 1%{?dist}
|
|
Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz
|
|
License: GPL-2.0-or-later
|
|
@@ -90,6 +90,9 @@ rm -rf %{buildroot}/usr/config/
|
|
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
|
|
|
%changelog
|
|
+* Wed Jan 10 2024 Pavel Moravec <pmoravec@redhat.com> = 4.6.1
|
|
+- New upstream release
|
|
+
|
|
* Thu Aug 17 2023 Jake Hunsaker <jacob.r.hunsaker@gmail.com> = 4.6.0
|
|
- New upstream release
|
|
|
|
diff --git a/sos/__init__.py b/sos/__init__.py
|
|
index 78e452676..18d18c4c7 100644
|
|
--- a/sos/__init__.py
|
|
+++ b/sos/__init__.py
|
|
@@ -14,7 +14,7 @@
|
|
This module houses the i18n setup and message function. The default is to use
|
|
gettext to internationalize messages.
|
|
"""
|
|
-__version__ = "4.6.0"
|
|
+__version__ = "4.6.1"
|
|
|
|
import os
|
|
import sys
|