Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 34ef925e5d |
11
_service
11
_service
@@ -1,11 +1,14 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
|
<param name="url">https://github.com/openSUSE/nvme-cli.git</param>
|
||||||
<param name="filename">nvme-cli</param>
|
<param name="filename">nvme-cli</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.g%h</param>
|
||||||
<param name="revision">v2.11</param>
|
<param name="revision">16c450a7a94a9c8077d8dbcac679cee12cf97d0f</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<!-- preserve plain upstream version, add tag offset + hash for
|
||||||
|
modifications -->
|
||||||
|
<param name="versionrewrite-pattern">v([^+]*)(\+0.*$)?(\+[1-9].*$)?</param>
|
||||||
|
<param name="versionrewrite-replacement">\1\3</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual">
|
<service name="set_version" mode="manual">
|
||||||
|
|||||||
@@ -3,4 +3,6 @@
|
|||||||
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
|
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
|
||||||
<param name="changesrevision">9f34fcb12e3ab098e9b30e0f31e92cefb497cc42</param>
|
<param name="changesrevision">9f34fcb12e3ab098e9b30e0f31e92cefb497cc42</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/openSUSE/nvme-cli.git</param>
|
||||||
|
<param name="changesrevision">16c450a7a94a9c8077d8dbcac679cee12cf97d0f</param></service></servicedata>
|
||||||
BIN
nvme-cli-2.11+4.g16c450a7.obscpio
LFS
Normal file
BIN
nvme-cli-2.11+4.g16c450a7.obscpio
LFS
Normal file
Binary file not shown.
BIN
nvme-cli-2.11.obscpio
LFS
BIN
nvme-cli-2.11.obscpio
LFS
Binary file not shown.
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 22 09:57:41 UTC 2025 - Daniel Wagner <dwagner@suse.de>
|
||||||
|
|
||||||
|
- Update to version 2.11+4.g16c450a7:
|
||||||
|
* nvme: fix mem leak in nvme copy (bsc#1243716)
|
||||||
|
* nvme-print: suppress output when no ctrl is present for list-subsys (bsc#1243716)
|
||||||
|
* nvme: extend filter to match device name (bsc#1243716)
|
||||||
|
* udev-rules-ontap: switch to queue-depth iopolicy (bsc#1246599)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 31 13:11:48 UTC 2024 - Daniel Wagner <daniel.wagner@suse.com>
|
Thu Oct 31 13:11:48 UTC 2024 - Daniel Wagner <daniel.wagner@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: nvme-cli
|
name: nvme-cli
|
||||||
version: 2.11
|
version: 2.11+4.g16c450a7
|
||||||
mtime: 1730367551
|
mtime: 1753177275
|
||||||
commit: 9f34fcb12e3ab098e9b30e0f31e92cefb497cc42
|
commit: 16c450a7a94a9c8077d8dbcac679cee12cf97d0f
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
Name: nvme-cli
|
Name: nvme-cli
|
||||||
Version: 2.11
|
Version: 2.11+4.g16c450a7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: NVM Express user space tools
|
Summary: NVM Express user space tools
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
|||||||
Reference in New Issue
Block a user