Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lshw for openSUSE:Factory checked in 
at 2021-01-27 18:57:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lshw (Old)
 and      /work/SRC/openSUSE:Factory/.lshw.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lshw"

Wed Jan 27 18:57:54 2021 rev:19 rq:866986 version:B.02.19.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/lshw/lshw.changes        2020-09-01 
20:09:07.556641734 +0200
+++ /work/SRC/openSUSE:Factory/.lshw.new.28504/lshw.changes     2021-01-27 
18:58:08.628424936 +0100
@@ -1,0 +2,6 @@
+Tue Jan 26 15:38:36 UTC 2021 - Michal Suchanek <msucha...@suse.de>
+
+- Display UUID on Power VM LPAR (bsc#1181411 ltc#191040)
+  * lshw-devtree-Add-UUID-property.patch
+
+-------------------------------------------------------------------

New:
----
  lshw-devtree-Add-UUID-property.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lshw.spec ++++++
--- /var/tmp/diff_new_pack.szNI90/_old  2021-01-27 18:58:09.148425740 +0100
+++ /var/tmp/diff_new_pack.szNI90/_new  2021-01-27 18:58:09.152425746 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lshw
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2013 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -33,6 +33,8 @@
 Patch2:         lshw-fix-mmc.patch
 # PATCH-FIX-UPSTREAM - 
https://github.com/lyonel/lshw/commit/3775782808e8b9b8aa72ed2ce23e145433e193cf 
- boo#1172156
 Patch3:         lshw-fix-ppc.patch
+# PATCH-FIX-UPSTREAM - 
https://ezix.org/src/pkg/lshw/commit/9c5c2f0706db330114ff4624e0931ac40c1d6fe2 - 
bsc#1181411
+Patch4:         lshw-devtree-Add-UUID-property.patch
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libpng-devel

++++++ lshw-devtree-Add-UUID-property.patch ++++++
>From 9c5c2f0706db330114ff4624e0931ac40c1d6fe2 Mon Sep 17 00:00:00 2001
From: Vasant Hegde <hegdevas...@linux.vnet.ibm.com>
Date: Wed, 20 Jan 2021 11:28:47 +0530
Subject: [PATCH] devtree: Add UUID property

References: bsc#1181411 ltc#191040
Upstrem: accepted
Git-commit: 9c5c2f0706db330114ff4624e0931ac40c1d6fe2

Add UUID property to PowerVM LPAR.

Signed-off-by: Vasant Hegde <hegdevas...@linux.vnet.ibm.com>
---
 src/core/device-tree.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/core/device-tree.cc b/src/core/device-tree.cc
index d3188c6a8a27..7df6a4ee074c 100644
--- a/src/core/device-tree.cc
+++ b/src/core/device-tree.cc
@@ -1503,6 +1503,8 @@ bool scan_device_tree(hwNode & n)
       scan_devtree_bootrom(*core);
       if (exists(DEVICETREE "/ibm,lpar-capable")) {
         n.setDescription("pSeries LPAR");
+        if (exists( DEVICETREE "/ibm,partition-uuid"))
+          n.setConfig("uuid", get_string(DEVICETREE "/ibm,partition-uuid"));
         scan_devtree_cpu_power(*core);
       }
       else {
-- 
2.26.2

Reply via email to