Accepting request 961122 from Base:System

- Update to version 1.0-rc6:
  * tree: add nvme_ctrl_get_ana_state() (bsc#1195938)
  * tree: link paths to namespaces in nvme_subsystem_scan_namespace() (bsc#1195938)
  * ioctl.h: ns list bug fix (wrong cns value)
  * types.h: Key Value Command Set Identifier added (NVME_CSI_KV)
  * types: fix status code type bug (wrong masking)

OBS-URL: https://build.opensuse.org/request/show/961122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-03-14 18:35:07 +00:00 committed by Git OBS Bridge
parent 8c8a25b569
commit f3fc8b4066
7 changed files with 19 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<param name="filename">libnvme</param>
<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> -->
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v1.0-rc5</param>
<param name="revision">v1.0-rc6</param>
<param name="match-tag">v[01].[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/libnvme.git</param>
<param name="changesrevision">e9a32c8236375356a65d85084c2b9e30619f7ed2</param>
<param name="changesrevision">8d083ce7f25fccf610ed1de6e10aa16db1920d98</param>
</service>
</servicedata>

View File

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

3
libnvme-1.0~6.obscpio Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 11 17:58:36 UTC 2022 - Daniel Wagnrer <daniel.wagner@suse.com>
- Update to version 1.0-rc6:
* tree: add nvme_ctrl_get_ana_state() (bsc#1195938)
* tree: link paths to namespaces in nvme_subsystem_scan_namespace() (bsc#1195938)
* ioctl.h: ns list bug fix (wrong cns value)
* types.h: Key Value Command Set Identifier added (NVME_CSI_KV)
* types: fix status code type bug (wrong masking)
-------------------------------------------------------------------
Tue Mar 8 09:30:25 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -1,4 +1,4 @@
name: libnvme
version: 1.0~5
mtime: 1646332543
commit: e9a32c8236375356a65d85084c2b9e30619f7ed2
version: 1.0~6
mtime: 1647014480
commit: 8d083ce7f25fccf610ed1de6e10aa16db1920d98

View File

@ -19,7 +19,7 @@
%define sover 1
Name: libnvme
Version: 1.0~5
Version: 1.0~6
Release: 0
Summary: Linux-native nvme device management library
License: LGPL-2.1-or-later