Hello community, here is the log from the commit of package powerpc-utils for openSUSE:Leap:15.2 checked in at 2020-02-25 12:16:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/powerpc-utils (Old) and /work/SRC/openSUSE:Leap:15.2/.powerpc-utils.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "powerpc-utils" Tue Feb 25 12:16:40 2020 rev:41 rq:776276 version:1.3.7.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/powerpc-utils/powerpc-utils.changes 2020-02-16 18:25:50.894640344 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.powerpc-utils.new.26092/powerpc-utils.changes 2020-02-25 12:16:47.500383792 +0100 @@ -18 +18,6 @@ - [bsc#1158312, bug-1158312-parse-ibm-drc-info-property.patch] + [jsc#SLE-11094, jsc#SLE-11193, jsc#SLE-11092, jsc#SLE-11319, jsc#ECO-935, + bsc#1158312, bsc#1161925, fate#326955 + bug-1158312-parse-ibm-drc-info-property.patch] + +- Bump package version to be able to tell the fix for jsc#SLE-11092 is included + Kernel can depend on the fixed version this way. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powerpc-utils.spec ++++++ --- /var/tmp/diff_new_pack.DOL1Lk/_old 2020-02-25 12:16:48.636386146 +0100 +++ /var/tmp/diff_new_pack.DOL1Lk/_new 2020-02-25 12:16:48.644386162 +0100 @@ -1,7 +1,7 @@ # # spec file for package powerpc-utils # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%define realversion 1.3.7 + Name: powerpc-utils -Version: 1.3.7 +Version: %{realversion}.1 Release: 0 Summary: Utilities for PowerPC Hardware License: GPL-2.0-or-later Group: System/Management -Url: https://github.com/ibm-power-utilities/powerpc-utils -Source0: https://github.com/ibm-power-utilities/powerpc-utils/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +URL: https://github.com/ibm-power-utilities/powerpc-utils +Source0: https://github.com/ibm-power-utilities/powerpc-utils/archive/v%{realversion}.tar.gz#/%{name}-%{realversion}.tar.gz Source1: nvsetenv Patch1: powerpc-utils-lsprop.patch Patch2: ofpathname_powernv.patch @@ -57,7 +59,7 @@ utilities for maintaining and enabling certain features of Linux on Power. %prep -%setup -q +%setup -q -n %{name}-%{realversion} %patch1 -p1 %patch2 -p1 %patch3 -p1
