Accepting request 962942 from home:wagi:branches:Base:System

- Update to version 1.0-rc7:
  * linux: fixup log page offset in nvme_get_log_page()
  * tree: Add support for default trsvcid for all controllers (bsc#1195858)
  * tree: fixup coredump during nvme discover

OBS-URL: https://build.opensuse.org/request/show/962942
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=16
This commit is contained in:
Daniel Wagner 2022-03-18 19:45:45 +00:00 committed by Git OBS Bridge
parent f23f5116db
commit 268e9face7
7 changed files with 17 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-rc6</param>
<param name="revision">v1.0-rc7</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">8d083ce7f25fccf610ed1de6e10aa16db1920d98</param>
<param name="changesrevision">131ee681a0e394b291cd407442886dbdf9fe124c</param>
</service>
</servicedata>

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 18 19:08:52 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
- Update to version 1.0-rc7:
* linux: fixup log page offset in nvme_get_log_page()
* tree: Add support for default trsvcid for all controllers (bsc#1195858)
* tree: fixup coredump during nvme discover
-------------------------------------------------------------------
Fri Mar 11 17:58:36 UTC 2022 - Daniel Wagnrer <daniel.wagner@suse.com>

View File

@ -1,4 +1,4 @@
name: libnvme
version: 1.0~6
mtime: 1647014480
commit: 8d083ce7f25fccf610ed1de6e10aa16db1920d98
version: 1.0~7
mtime: 1647621619
commit: 131ee681a0e394b291cd407442886dbdf9fe124c

View File

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