Accepting request 956832 from home:wagi:branches:Base:System
- Update to version 1.0-rc4: * fabrics: add default port number for NVMe/TCP I/O controllers * linux: Update size when telemetry controller initiated data is unavailable * add cdw13 for set_feature_args structure * Add support for TP8010 * Documentation cleanups OBS-URL: https://build.opensuse.org/request/show/956832 OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=8
This commit is contained in:
parent
30378f393f
commit
367e180c00
2
_service
2
_service
@ -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-rc3</param>
|
||||
<param name="revision">v1.0-rc4</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>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
|
||||
<param name="changesrevision">0c250e9d21270032e6af08c43ee1130b75a09fc3</param>
|
||||
<param name="changesrevision">3a1bc6c6226d240b544058065382e2546018caa8</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d174abcd6383d05a287cf09c4873490fa0b12ee3ef4c638e12de706bb0575ad6
|
||||
size 11629069
|
3
libnvme-1.0~4.obscpio
Normal file
3
libnvme-1.0~4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:594ec0c1952af49b07df1b12643aeabd3c62f5ad86235148fff97ab98c1b699e
|
||||
size 1526284
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 17:40:44 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
|
||||
|
||||
- Update to version 1.0-rc4:
|
||||
* fabrics: add default port number for NVMe/TCP I/O controllers
|
||||
* linux: Update size when telemetry controller initiated data is unavailable
|
||||
* add cdw13 for set_feature_args structure
|
||||
* Add support for TP8010
|
||||
* Documentation cleanups
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 11 13:29:54 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libnvme
|
||||
version: 1.0~3
|
||||
mtime: 1644583936
|
||||
commit: c434d43faee6e6e93ac5ad603ef94a77299fa178
|
||||
version: 1.0~4
|
||||
mtime: 1645549785
|
||||
commit: 3a1bc6c6226d240b544058065382e2546018caa8
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define sover 1
|
||||
|
||||
Name: libnvme
|
||||
Version: 1.0~3
|
||||
Version: 1.0~4
|
||||
Release: 0
|
||||
Summary: Linux-native nvme device management library
|
||||
License: LGPL-2.1-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user