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

- Update to version 1.0-rc5:
  * ioctl: Set lsp to action in nvme_get_log_persistent_event (bsc#1196121)
  * tree: Ignore traddr case in nvme_lookup_ctrl() (bsc#1194025)
  * fabrics: Do not swap bytes for system uuid (bsc#1196565)
  * documentation updates

OBS-URL: https://build.opensuse.org/request/show/959371
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=9
This commit is contained in:
Daniel Wagner 2022-03-04 10:41:17 +00:00 committed by Git OBS Bridge
parent 367e180c00
commit ed72b91977
7 changed files with 18 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-rc4</param>
<param name="revision">v1.0-rc5</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">3a1bc6c6226d240b544058065382e2546018caa8</param>
<param name="changesrevision">e9a32c8236375356a65d85084c2b9e30619f7ed2</param>
</service>
</servicedata>

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 03 18:54:35 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
- Update to version 1.0-rc5:
* ioctl: Set lsp to action in nvme_get_log_persistent_event (bsc#1196121)
* tree: Ignore traddr case in nvme_lookup_ctrl() (bsc#1194025)
* fabrics: Do not swap bytes for system uuid (bsc#1196565)
* documentation updates
-------------------------------------------------------------------
Tue Feb 22 17:40:44 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -1,4 +1,4 @@
name: libnvme
version: 1.0~4
mtime: 1645549785
commit: 3a1bc6c6226d240b544058065382e2546018caa8
version: 1.0~5
mtime: 1646332543
commit: e9a32c8236375356a65d85084c2b9e30619f7ed2

View File

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