Hello community, here is the log from the commit of package powerpc-utils for openSUSE:Leap:15.2 checked in at 2020-03-13 10:56:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/powerpc-utils (Old) and /work/SRC/openSUSE:Leap:15.2/.powerpc-utils.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "powerpc-utils" Fri Mar 13 10:56:22 2020 rev:42 rq:782095 version:1.3.7.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/powerpc-utils/powerpc-utils.changes 2020-02-25 12:16:47.500383792 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.powerpc-utils.new.3160/powerpc-utils.changes 2020-03-13 10:56:26.836394983 +0100 @@ -25,0 +26,9 @@ +Tue Dec 3 15:55:46 UTC 2019 - Josef Möllers <[email protected]> + +- Parse new DRC Info: Define data structures to support parsing + the new "ibm,drc-info" device tree property. Integrate the new + property information into the existing search mechanisms of the + userspace 'drmgr' driver. + [bsc#1158312, bug-1158312-parse-ibm-drc-info-property.patch] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 0001-powerpc-utils-Suppress-errors-reading-kernel-files.patch ++++++ --- /var/tmp/diff_new_pack.3tKy8K/_old 2020-03-13 10:56:27.436395411 +0100 +++ /var/tmp/diff_new_pack.3tKy8K/_new 2020-03-13 10:56:27.440395414 +0100 @@ -34,19 +34,10 @@ scripts/ofpathname | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) -diff --git a/scripts/bootlist b/scripts/bootlist -index acdaf89..1d1c210 100755 ---- a/scripts/bootlist -+++ b/scripts/bootlist -@@ -169,7 +169,7 @@ get_logical_device_name() - local devname=$1 - local logical_name - -- logical_name=`$OFPATHNAME -l $devname 2>/dev/null` -+ logical_name=`$OFPATHNAME -l $devname 2>/dev/null | tr -d '\000'` - if [[ $? -ne 0 ]]; then - echo "" - else +Index: powerpc-utils-1.3.7/scripts/bootlist +=================================================================== +--- powerpc-utils-1.3.7.orig/scripts/bootlist ++++ powerpc-utils-1.3.7/scripts/bootlist @@ -207,11 +207,11 @@ show_bootlist() local devlist=$1 local i @@ -57,7 +48,7 @@ name=`get_logical_device_name $i` if [[ -z $name ]]; then - echo "Could not translate $i to logical device name" -+ echo "Could not translate $i to logical device name" 2>&1 ++ echo "Could not translate $i to logical device name" >&2 else case $name in eth*) parse_eth_info $name $i ;; @@ -66,14 +57,14 @@ . $PSERIES_PLATFORM if [[ $platform != $PLATFORM_PSERIES_LPAR ]]; then - echo "bootlist: is not supported on the $platform_name platform" -+ echo "bootlist: is not supported on the $platform_name platform" 2>&1 ++ echo "bootlist: is not supported on the $platform_name platform" >&2 exit 1 fi -diff --git a/scripts/ofpathname b/scripts/ofpathname -index dc452c4..7c6345e 100755 ---- a/scripts/ofpathname -+++ b/scripts/ofpathname +Index: powerpc-utils-1.3.7/scripts/ofpathname +=================================================================== +--- powerpc-utils-1.3.7.orig/scripts/ofpathname ++++ powerpc-utils-1.3.7/scripts/ofpathname @@ -656,7 +656,7 @@ l2of_nvme() goto_dir $PWD "device/devspec" @@ -92,6 +83,3 @@ if [[ -z $devtype ]]; then err $ERR_NO_OFPATH fi --- -2.16.4 -
