Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package s390-tools for openSUSE:Factory checked in at 2026-06-23 17:39:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/s390-tools (Old) and /work/SRC/openSUSE:Factory/.s390-tools.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "s390-tools" Tue Jun 23 17:39:21 2026 rev:116 rq:1361205 version:2.42.1 Changes: -------- --- /work/SRC/openSUSE:Factory/s390-tools/s390-tools.changes 2026-05-23 23:28:09.138610263 +0200 +++ /work/SRC/openSUSE:Factory/.s390-tools.new.1956/s390-tools.changes 2026-06-23 17:42:18.237293556 +0200 @@ -1,0 +2,7 @@ +Mon Jun 22 15:29:47 UTC 2026 - Nikolay Gueorguiev <[email protected]> + +- Applied a patch (bsc#1268516) + * s390-tools-pvebc-Log-services-to-journal-plus-console.patch +- Re-vendor-ed vendor.tar.zst + +------------------------------------------------------------------- @@ -23 +30 @@ -- Re-venor-ed vendor.tar.zst +- Re-vendor-ed vendor.tar.zst @@ -31 +38 @@ -- Re-venor-ed vendor.tar.zst +- Re-vendor-ed vendor.tar.zst @@ -64 +71 @@ -- Re-venor-ed vendor.tar.zst +- Re-vendor-ed vendor.tar.zst @@ -74 +81 @@ -- Re-venor-ed vendor.tar.zst +- Re-vendor-ed vendor.tar.zst New: ---- s390-tools-pvebc-Log-services-to-journal-plus-console.patch ----------(New B)---------- New:- Applied a patch (bsc#1268516) * s390-tools-pvebc-Log-services-to-journal-plus-console.patch - Re-vendor-ed vendor.tar.zst ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ s390-tools.spec ++++++ --- /var/tmp/diff_new_pack.tYc4VB/_old 2026-06-23 17:42:20.985389889 +0200 +++ /var/tmp/diff_new_pack.tYc4VB/_new 2026-06-23 17:42:20.985389889 +0200 @@ -1,7 +1,6 @@ # # spec file for package s390-tools # -# Copyright (c) 2026 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties @@ -93,6 +92,7 @@ ### # IBM patches +Patch001: s390-tools-pvebc-Log-services-to-journal-plus-console.patch ### # SUSE patches Patch900: s390-tools-combined.patch ++++++ s390-tools-pvebc-Log-services-to-journal-plus-console.patch ++++++ >From 3635a19462bc58e1fb472bd0885db2321fd6a08b Mon Sep 17 00:00:00 2001 From: Finn Callies <[email protected]> Date: Thu, 18 Jun 2026 15:13:00 +0200 Subject: [PATCH] pvebc: Log services to journal+console MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change StandardOutput=console to StandardOutput=journal+console and StandardError=console to StandardError=journal+console respectively for the pvebc dracut module systemd services. Fixes: https://github.com/ibm-s390-linux/s390-tools/issues/205 Fixes: 3d679f61f ("pvebc: Disable unit logging to /boot") Reviewed-by: Holger Dengler <[email protected]> Signed-off-by: Finn Callies <[email protected]> Signed-off-by: Jan Höppner <[email protected]> --- rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service | 4 ++-- rust/pvebc/95sel-ebc/sel-ebc-paes-enforce.service | 4 ++-- rust/pvebc/95sel-ebc/sel-ebc-pvebc.service | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service b/rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service index 7d30fee7..13dffd08 100644 --- a/rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service +++ b/rust/pvebc/95sel-ebc/sel-ebc-override-crypttab.service @@ -28,8 +28,8 @@ RemainAfterExit=yes FailureAction=poweroff-immediate # boot partition is unencrypted and contains SICS so we can get logs out this way # logs do not leek any sensitive information -StandardOutput=console -StandardError=console +StandardOutput=journal+console +StandardError=journal+console [Install] RequiredBy=sel-ebc.target diff --git a/rust/pvebc/95sel-ebc/sel-ebc-paes-enforce.service b/rust/pvebc/95sel-ebc/sel-ebc-paes-enforce.service index 77143d4a..e5d70ea7 100644 --- a/rust/pvebc/95sel-ebc/sel-ebc-paes-enforce.service +++ b/rust/pvebc/95sel-ebc/sel-ebc-paes-enforce.service @@ -20,8 +20,8 @@ FailureAction=poweroff-immediate RemainAfterExit=yes # logs do not leek any sensitive information -StandardOutput=console -StandardError=console +StandardOutput=journal+console +StandardError=journal+console [Install] RequiredBy=sel-ebc.target diff --git a/rust/pvebc/95sel-ebc/sel-ebc-pvebc.service b/rust/pvebc/95sel-ebc/sel-ebc-pvebc.service index 13652621..2b214e2d 100644 --- a/rust/pvebc/95sel-ebc/sel-ebc-pvebc.service +++ b/rust/pvebc/95sel-ebc/sel-ebc-pvebc.service @@ -29,8 +29,8 @@ RemainAfterExit=yes FailureAction=poweroff-immediate # boot partition is unencrypted and contains SICS so we can get logs out this way # logs do not leek any sensitive information -StandardOutput=console -StandardError=console +StandardOutput=journal+console +StandardError=journal+console [Install] RequiredBy=sel-ebc.target ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/s390-tools/vendor.tar.zst /work/SRC/openSUSE:Factory/.s390-tools.new.1956/vendor.tar.zst differ: char 7, line 1
