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
This commit is contained in:
parent
5b4268eca3
commit
ae49306b34
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e26e10430603b398cd5a0ecd9638cff45cf23a953179f3a0434dc57e21c4a018
|
||||
size 877253
|
BIN
ipmctl-03.00.00.0468.tar.gz
(Stored with Git LFS)
Normal file
BIN
ipmctl-03.00.00.0468.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 31 15:55:48 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user