Compare commits

1 Commits
1.1 ... main

7 changed files with 26 additions and 12 deletions

View File

@@ -1,11 +1,14 @@
<services>
<service name="obs_scm" mode="manual">
<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="versionformat">@PARENT_TAG@</param>
<param name="revision">v2.11</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.g%h</param>
<param name="revision">16c450a7a94a9c8077d8dbcac679cee12cf97d0f</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>
</service>
<service name="set_version" mode="manual">

View File

@@ -3,4 +3,6 @@
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
<param name="changesrevision">9f34fcb12e3ab098e9b30e0f31e92cefb497cc42</param>
</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

Binary file not shown.

Binary file not shown.

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
name: nvme-cli
version: 2.11
mtime: 1730367551
commit: 9f34fcb12e3ab098e9b30e0f31e92cefb497cc42
version: 2.11+4.g16c450a7
mtime: 1753177275
commit: 16c450a7a94a9c8077d8dbcac679cee12cf97d0f

View File

@@ -19,7 +19,7 @@
%bcond_without check
Name: nvme-cli
Version: 2.11
Version: 2.11+4.g16c450a7
Release: 0
Summary: NVM Express user space tools
License: GPL-2.0-only