From eb063abc4186852da7546915c0dc1786c18395ac05d58aa443e7a59831eaf525 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 4 Jan 2024 14:56:50 +0000 Subject: [PATCH] - Make sure not to get escape sequences (for colors) into the output of the 'journalctl --output json' command, even if $SYSTEMD_COLORS is set in the environment (bsc#1218106) - 5.0.1 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-journal?expand=0&rev=65 --- yast2-journal-5.0.0.tar.bz2 | 3 --- yast2-journal-5.0.1.tar.bz2 | 3 +++ yast2-journal.changes | 8 ++++++++ yast2-journal.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 yast2-journal-5.0.0.tar.bz2 create mode 100644 yast2-journal-5.0.1.tar.bz2 diff --git a/yast2-journal-5.0.0.tar.bz2 b/yast2-journal-5.0.0.tar.bz2 deleted file mode 100644 index 234ee13..0000000 --- a/yast2-journal-5.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4221b5e17d935e1499cb98a6a24110aaa938d60f4c21d3d8ec1cc97e421b0661 -size 27487 diff --git a/yast2-journal-5.0.1.tar.bz2 b/yast2-journal-5.0.1.tar.bz2 new file mode 100644 index 0000000..b6689a1 --- /dev/null +++ b/yast2-journal-5.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bc9a71b9abb758cbd16065416ff05db1885bbbd98acc9b3f15f9e6e2de515d +size 27601 diff --git a/yast2-journal.changes b/yast2-journal.changes index b4b4c2b..473811f 100644 --- a/yast2-journal.changes +++ b/yast2-journal.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 4 13:40:35 UTC 2024 - Stefan Hundhammer + +- Make sure not to get escape sequences (for colors) into the + output of the 'journalctl --output json' command, even if + $SYSTEMD_COLORS is set in the environment (bsc#1218106) +- 5.0.1 + ------------------------------------------------------------------- Wed Aug 30 20:16:10 UTC 2023 - Josef Reidinger diff --git a/yast2-journal.spec b/yast2-journal.spec index 1f19364..294041f 100644 --- a/yast2-journal.spec +++ b/yast2-journal.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-journal # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-journal -Version: 5.0.0 +Version: 5.0.1 Release: 0 Group: System/YaST License: GPL-2.0-only OR GPL-3.0-only