Accepting request 959373 from Base:System
OBS-URL: https://build.opensuse.org/request/show/959373 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=5
This commit is contained in:
commit
d49a311b2a
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-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>
|
||||
|
@ -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>
|
@ -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
3
libnvme-1.0~5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d63d737fbc6dd57ba8361aa78b483a92b6aa0c74508ea84e40a3d5a16831256
|
||||
size 1546764
|
@ -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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libnvme
|
||||
version: 1.0~4
|
||||
mtime: 1645549785
|
||||
commit: 3a1bc6c6226d240b544058065382e2546018caa8
|
||||
version: 1.0~5
|
||||
mtime: 1646332543
|
||||
commit: e9a32c8236375356a65d85084c2b9e30619f7ed2
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user