Accepting request 961125 from Base:System

- Update to version 2.0-rc6:
  * nvme: print out ANA state for 'list-subsys' (bsc#1195938)
  * nvme: Explicit initialize all command line options (bsc#1195945)
  * nvme: Explicit initialize passthru command line options
  * nvme: list_ns bug fix (csi option enable)
  * nvme: nvme write bug fix (no parse for option)
  * documenation updates

OBS-URL: https://build.opensuse.org/request/show/961125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvme-cli?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2022-03-14 18:35:07 +00:00 committed by Git OBS Bridge
commit 3bc1dadf28
7 changed files with 21 additions and 10 deletions

View File

@ -5,7 +5,7 @@
<param name="filename">nvme-cli</param>
<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> -->
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v2.0-rc5</param>
<param name="revision">v2.0-rc6</param>
<param name="match-tag">v[02].[0-9]*</param>
<param name="versionrewrite-pattern">v([^+]*)-rc([0-9]+)</param>
<param name="versionrewrite-replacement">\1~\2</param>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
<param name="changesrevision">221734dca8aabc8c2e30820368d1fb5893c80c00</param>
<param name="changesrevision">6d3ca33c721d4481bababdd8280a90b1ea47a1a5</param>
</service>
</servicedata>

View File

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

3
nvme-cli-2.0~6.obscpio Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Mar 11 18:01:17 UTC 2022 - daniel.wagner@suse.com
- Update to version 2.0-rc6:
* nvme: print out ANA state for 'list-subsys' (bsc#1195938)
* nvme: Explicit initialize all command line options (bsc#1195945)
* nvme: Explicit initialize passthru command line options
* nvme: list_ns bug fix (csi option enable)
* nvme: nvme write bug fix (no parse for option)
* documenation updates
-------------------------------------------------------------------
Thu Mar 03 19:00:27 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -1,4 +1,4 @@
name: nvme-cli
version: 2.0~5
mtime: 1646333184
commit: 221734dca8aabc8c2e30820368d1fb5893c80c00
version: 2.0~6
mtime: 1647017206
commit: 6d3ca33c721d4481bababdd8280a90b1ea47a1a5

View File

@ -17,7 +17,7 @@
Name: nvme-cli
Version: 2.0~5
Version: 2.0~6
Release: 0
Summary: NVM Express user space tools
License: GPL-2.0-only
@ -31,7 +31,7 @@ BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: libhugetlbfs-devel
BuildRequires: libjson-c-devel
BuildRequires: libnvme-devel >= 1.0~5
BuildRequires: libnvme-devel >= 1.0~6
BuildRequires: libuuid-devel
BuildRequires: make
BuildRequires: meson >= 0.47.0