From ae49306b34d7b145311e9b2151ab8f0493de1f39d24d827742b523a677d9d7a9 Mon Sep 17 00:00:00 2001 From: Raymund Will Date: Tue, 8 Nov 2022 11:13:21 +0000 Subject: [PATCH] Accepting request 1032542 from home:dimstar:Factory - Update to version 03.00.00.0468: + Connect namespace controllers during re-enumeration. + Set default value of PcdInvalid to False. + Fix memory resources info error. + Remove call MemoryResources function to reload namespace information. + Correct link removal behavior for preferences file. + Correct multiple NVM API behavior deficiencies. + Make ipmctl more resilient to unhealthy PMem modules. + Don't always create a preferences file in current directory. + Reduce ipmctl version firmware calls to only minimum necessary. + Check pointer for NULL before using to prevent seg fault. OBS-URL: https://build.opensuse.org/request/show/1032542 OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/ipmctl?expand=0&rev=44 --- ipmctl-03.00.00.0423.tar.gz | 3 --- ipmctl-03.00.00.0468.tar.gz | 3 +++ ipmctl.changes | 16 ++++++++++++++++ ipmctl.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 ipmctl-03.00.00.0423.tar.gz create mode 100644 ipmctl-03.00.00.0468.tar.gz diff --git a/ipmctl-03.00.00.0423.tar.gz b/ipmctl-03.00.00.0423.tar.gz deleted file mode 100644 index 8be93ae..0000000 --- a/ipmctl-03.00.00.0423.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e26e10430603b398cd5a0ecd9638cff45cf23a953179f3a0434dc57e21c4a018 -size 877253 diff --git a/ipmctl-03.00.00.0468.tar.gz b/ipmctl-03.00.00.0468.tar.gz new file mode 100644 index 0000000..c3a291e --- /dev/null +++ b/ipmctl-03.00.00.0468.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30de3a90fd3ccc7711dc621453570cc5b47a6196d91167a90794f942d9596be1 +size 878866 diff --git a/ipmctl.changes b/ipmctl.changes index 770cfe0..e1d44d7 100644 --- a/ipmctl.changes +++ b/ipmctl.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Oct 31 15:55:48 UTC 2022 - Dominique Leuenberger + +- Update to version 03.00.00.0468: + + Connect namespace controllers during re-enumeration. + + Set default value of PcdInvalid to False. + + Fix memory resources info error. + + Remove call MemoryResources function to reload namespace + information. + + Correct link removal behavior for preferences file. + + Correct multiple NVM API behavior deficiencies. + + Make ipmctl more resilient to unhealthy PMem modules. + + Don't always create a preferences file in current directory. + + Reduce ipmctl version firmware calls to only minimum necessary. + + Check pointer for NULL before using to prevent seg fault. + ------------------------------------------------------------------- Mon Jan 17 13:29:39 UTC 2022 - rw@suse.com diff --git a/ipmctl.spec b/ipmctl.spec index c3248a3..af75c7c 100644 --- a/ipmctl.spec +++ b/ipmctl.spec @@ -1,7 +1,7 @@ # # spec file for package ipmctl # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define vgit %{nil} Name: ipmctl -Version: 03.00.00.0423 +Version: 03.00.00.0468 Release: 0 Summary: Utility for managing Intel Optane persistent memory modules License: BSD-3-Clause