- update to 1.12

* Corrected text output in FW activation history
  * nvme: allow addr family to recognize loop
  * Add log page CA parsing
  * nvme status code updates based nvme spec v1.4
  * Provide documentation for log page directory WDC plugin command 
  * Fix status displayed by vs-telemetry-controller-option wdc plugin
  * fabrics: ignore hostnqn file if its empty

OBS-URL: https://build.opensuse.org/package/show/Base:System/nvme-cli?expand=0&rev=85
This commit is contained in:
Dirk Mueller 2020-08-16 00:18:24 +00:00 committed by Git OBS Bridge
parent c9c8b4ae33
commit 81daca8126
8 changed files with 20 additions and 44 deletions

View File

@ -1,18 +0,0 @@
<services>
<service mode="disabled" name="obs_scm">
<param name="scm">git</param>
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">hare@suse.com</param>
</service>
<service mode="disabled" name="tar"/>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>

View File

@ -1,10 +0,0 @@
<servicedata>
<service name="obs_scm">
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
<param name="changesrevision">75800fff4a17f6d97ef884772b88a2dfbd84251a</param>
</service>
<service name="tar_scm">
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
<param name="changesrevision">872e6b0e5bcdd187111d75aa0b406910f9ba5d9c</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b84191bf09928898b5481db2d520a6820d56a55f92266d0dc7469b3c1ba7b3c
size 3921932

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4504000a4db95e12f31d43aafc9247967e16232ebf128f3fd84289446f16fff7
size 267592

3
nvme-cli-1.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a75270e65a4a7a6add48f748ba216d8f68d78f90f8cb77e88e9753b74d527991
size 487473

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Aug 16 00:14:42 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.12
* Corrected text output in FW activation history
* nvme: allow addr family to recognize loop
* Add log page CA parsing
* nvme status code updates based nvme spec v1.4
* Provide documentation for log page directory WDC plugin command
* Fix status displayed by vs-telemetry-controller-option wdc plugin
* fabrics: ignore hostnqn file if its empty
-------------------------------------------------------------------
Mon Jan 27 07:11:47 UTC 2020 - hare@suse.com

View File

@ -1,5 +0,0 @@
name: nvme-cli
version: 1.10.1+git9.872e6b0
mtime: 1579898667
commit: 872e6b0e5bcdd187111d75aa0b406910f9ba5d9c

View File

@ -1,7 +1,7 @@
#
# spec file for package nvme-cli
#
# Copyright (c) 2020 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,18 @@
# 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/
#
Name: nvme-cli
Version: 1.10.1+git9.872e6b0
Version: 1.12
Release: 0
Summary: NVM Express user space tools
License: GPL-2.0-only
Group: Hardware/Other
Url: https://github.com/linux-nvme/nvme-cli
Source: %{name}-%{version}.tar.xz
URL: https://github.com/linux-nvme/nvme-cli
Source: https://github.com/linux-nvme/nvme-cli/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source2: nvme-cli-rpmlintrc
# downstream patches:
Patch102: 0102-nvme-cli-Add-script-to-determine-host-NQN.patch