From 1d7c7b71fdd4d4ae2d47f0d0127b8406906881351ff33d75f847402e27230e7a Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 21 Apr 2021 12:20:52 +0000 Subject: [PATCH] - Update to 1.9.1: * Correct sim plugin install location #463 - Update to 1.9.0: * Add NVMe device health check #265 * Correct lsm_disk_record_alloc does not have plugin_data #68 * Limit lsmd to running a single instance against same socket dir #398 - Update to 1.8.8: * Remove NetApp ontap plugin * Remove Nexentastor nstor plugin * Re-organize plugins #440 OBS-URL: https://build.opensuse.org/package/show/Base:System/libstoragemgmt?expand=0&rev=73 --- libstoragemgmt-1.8.7.tar.gz | 3 --- libstoragemgmt-1.9.1.tar.gz | 3 +++ libstoragemgmt.changes | 23 +++++++++++++++++++++++ libstoragemgmt.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 libstoragemgmt-1.8.7.tar.gz create mode 100644 libstoragemgmt-1.9.1.tar.gz diff --git a/libstoragemgmt-1.8.7.tar.gz b/libstoragemgmt-1.8.7.tar.gz deleted file mode 100644 index 9a213e4..0000000 --- a/libstoragemgmt-1.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70bebc2b178bb336ac6e950340f7925e1b0ad9625a5574bf29ad3b09cb033580 -size 1094873 diff --git a/libstoragemgmt-1.9.1.tar.gz b/libstoragemgmt-1.9.1.tar.gz new file mode 100644 index 0000000..4fc2a59 --- /dev/null +++ b/libstoragemgmt-1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d78a8243ab9627d86b0b64d42cdd6ef81a78f04e716579b80017bf5831a1dd8 +size 1049410 diff --git a/libstoragemgmt.changes b/libstoragemgmt.changes index 574f012..9c702ee 100644 --- a/libstoragemgmt.changes +++ b/libstoragemgmt.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Apr 21 12:16:04 UTC 2021 - Michael Vetter + +- Update to 1.9.1: + * Correct sim plugin install location #463 + +------------------------------------------------------------------- +Thu Mar 25 20:23:52 UTC 2021 - Michael Vetter +- Update to 1.9.0: + * Add NVMe device health check #265 + * Correct lsm_disk_record_alloc does not have + plugin_data #68 + * Limit lsmd to running a single instance against same + socket dir #398 + +------------------------------------------------------------------- +Wed Dec 16 08:22:53 UTC 2020 - Michael Vetter + +- Update to 1.8.8: + * Remove NetApp ontap plugin + * Remove Nexentastor nstor plugin + * Re-organize plugins #440 + ------------------------------------------------------------------- Fri Dec 4 09:06:20 UTC 2020 - Michael Vetter diff --git a/libstoragemgmt.spec b/libstoragemgmt.spec index a30abc9..2363228 100644 --- a/libstoragemgmt.spec +++ b/libstoragemgmt.spec @@ -1,7 +1,7 @@ # # spec file for package libstoragemgmt # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %define python3 0 %endif Name: libstoragemgmt -Version: 1.8.7 +Version: 1.9.1 Release: 0 Summary: Storage array management library License: LGPL-2.1-or-later AND GPL-2.0-or-later