Accepting request 956835 from Base:System

OBS-URL: https://build.opensuse.org/request/show/956835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvme-cli?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2022-02-23 15:25:57 +00:00 committed by Git OBS Bridge
parent 4bb5643420
commit f5dfd7de8d
7 changed files with 25 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-rc3</param>
<param name="revision">v2.0-rc4</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">f02a78a4599b4fbee9ca82fb887f2736c5a67bb8</param>
<param name="changesrevision">59263bbcd3e4f5eaffe7d200c4cad2a361008e48</param>
</service>
</servicedata>

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Feb 22 17:45:10 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
- Update to version 2.0-rc4:
* netapp-nvme: free the nsdescs pointer after use
* netapp-nvme: fix ontapdevices segfault in json output
* nvme-print: fix 'nvme list -o json' segfault
* nvme: get_ns_id command fails on nvme device
* wdc: updated products list for telemetry (--type) argument
* docs: fix typo in Data Set Management section
* Fix ctrlist for attach-ns and detach-ns
* netapp-nvme: fix nvme ns desc uuid handling for ontapdevices
* wdc: Fix use-after-free access of cbs_data
* Fixed regression with 'open namespace exclusive' (bsc#1195945)
-------------------------------------------------------------------
Fri Feb 11 13:38:15 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -1,4 +1,4 @@
name: nvme-cli
version: 2.0~3
mtime: 1644584573
commit: f02a78a4599b4fbee9ca82fb887f2736c5a67bb8
version: 2.0~4
mtime: 1645550701
commit: 59263bbcd3e4f5eaffe7d200c4cad2a361008e48

View File

@ -17,7 +17,7 @@
Name: nvme-cli
Version: 2.0~3
Version: 2.0~4
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~3
BuildRequires: libnvme-devel >= 1.0~4
BuildRequires: libuuid-devel
BuildRequires: make
BuildRequires: meson >= 0.47.0