Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package powerpc-utils for openSUSE:Factory checked in at 2021-12-06 23:59:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/powerpc-utils (Old) and /work/SRC/openSUSE:Factory/.powerpc-utils.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "powerpc-utils" Mon Dec 6 23:59:15 2021 rev:120 rq:935560 version:1.3.9 Changes: -------- --- /work/SRC/openSUSE:Factory/powerpc-utils/powerpc-utils.changes 2021-10-31 22:56:08.307721134 +0100 +++ /work/SRC/openSUSE:Factory/.powerpc-utils.new.31177/powerpc-utils.changes 2021-12-06 23:59:46.304481745 +0100 @@ -10 +10 @@ -- Optimize lsdevinfo filtering to prevent LPM timeouts (bsc#1189571 LTC#193419). +- Optimize lsdevinfo filtering to prevent LPM timeouts (bsc#1189571 ltc#193419). @@ -123 +123,2 @@ -- Update to upstream version 1.3.8 (jsc#SLE-13291, jsc#SLE-13292) +- Update to upstream version 1.3.8 (jsc#SLE-13291, jsc#SLE-13292, + bsc#1180854 ltc#170517, bsc#1186487 ltc#177613) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hcnmgr-Avoid-hexdum-squeezing-consecutive-identical-.patch ++++++ --- /var/tmp/diff_new_pack.qsobfb/_old 2021-12-06 23:59:46.868479750 +0100 +++ /var/tmp/diff_new_pack.qsobfb/_new 2021-12-06 23:59:46.868479750 +0100 @@ -1,18 +1,21 @@ -From 979dcc8946b2504488a88f784853960fb9acdcf2 Mon Sep 17 00:00:00 2001 +From 4d56ac27688743ff707966255cfe958f19eb5b6d Mon Sep 17 00:00:00 2001 From: Michal Suchanek <[email protected]> Date: Thu, 28 Oct 2021 11:11:27 +0200 -Subject: [PATCH] hcnmgr: Avoid hexdum squeezing consecutive identical bytes. +Subject: [PATCH] hcnmgr: Avoid hexdump squeezing consecutive identical bytes. References: bsc#1192095 ltc#194963 https://github.com/ibm-power-utilities/powerpc-utils/pull/72 +Upstream: merged, expected 1.3.10 +Git-commit: 4d56ac27688743ff707966255cfe958f19eb5b6d -When the file contrains multiple consecutive bytes containing the same -value hexdump squeezes them replacing all but first with * +When the file contains multiple consecutive bytes of the same value +hexdump squeezes them replacing all but first with * Use the -v argument to avoid this problem. Also put the hexdump invocation into a function. Signed-off-by: Michal Suchanek <[email protected]> +Signed-off-by: Tyrel Datwyler <[email protected]> --- scripts/hcnmgr | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) ++++++ lsdevinfo-optimize-criteria-filtering.patch ++++++ --- /var/tmp/diff_new_pack.qsobfb/_old 2021-12-06 23:59:46.880479708 +0100 +++ /var/tmp/diff_new_pack.qsobfb/_new 2021-12-06 23:59:46.884479694 +0100 @@ -1,8 +1,12 @@ -From 51b50ec77451fb9164d6379bfe3ab9ade8a672c5 Mon Sep 17 00:00:00 2001 +From 4c6dc50d8de1a8b171675ee6b742c9f0250c28a1 Mon Sep 17 00:00:00 2001 From: Scott Cheloha <[email protected]> Date: Tue, 27 Jul 2021 11:30:58 -0500 Subject: [PATCH] lsdevinfo: optimize criteria filtering +References: bsc#1189571 ltc#193419 +Upstream: merged, expected 1.3.10 +Git-commit: 4c6dc50d8de1a8b171675ee6b742c9f0250c28a1 + lsdevinfo is significantly slower when a criteria filter is set with the -q flag. @@ -52,6 +56,7 @@ the current code. Signed-off-by: Scott Cheloha <[email protected]> +Signed-off-by: Tyrel Datwyler <[email protected]> --- scripts/lsdevinfo | 197 ++++++++++++++++++++++++++++++---------------- 1 file changed, 129 insertions(+), 68 deletions(-)
