1 Commits

Author SHA256 Message Date
Daniel Wagner
dcdefb562e bring sl16.0 in sync to sle15sp7
There are serveral bug fixes missing in sl16.0. Bring this code stream in
sync with sp7.
2025-10-06 18:55:44 +02:00
7 changed files with 40 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
<param name="url">https://github.com/openSUSE/nvme-cli.git</param>
<param name="filename">nvme-cli</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.g%h</param>
<param name="revision">16c450a7a94a9c8077d8dbcac679cee12cf97d0f</param>
<param name="revision">35e62868074771dab96a66d6cf0693647608d42a</param>
<!-- preserve plain upstream version, add tag offset + hash for
modifications -->
<param name="versionrewrite-pattern">v([^+]*)(\+0.*$)?(\+[1-9].*$)?</param>

View File

@@ -5,4 +5,4 @@
</service>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/nvme-cli.git</param>
<param name="changesrevision">16c450a7a94a9c8077d8dbcac679cee12cf97d0f</param></service></servicedata>
<param name="changesrevision">35e62868074771dab96a66d6cf0693647608d42a</param></service></servicedata>

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Oct 06 16:44:02 UTC 2025 - Daniel Wagner <dwagner@suse.de>
- Update to version 2.11+29.g35e62868:
* nvme: add --compat flag for 'gen-tls-key' and 'check-tls-key' (bsc#1246914)
* netapp-ontapdev: update invalid device handling (bsc#1247017)
* netapp-smdev: update invalid device handling (bsc#1247017)
* nvme-print: display fw-rev in list-subsys output (bsc#1240518)
* nvme-print: display model in list-subsys output (bsc#1240518)
* netapp-ontapdev: add subsysname to regular output (bsc#1240518)
* netapp-ontapdev: add subsysname to the verbose output (bsc#1240518)
* Revert "nvme-print-json: display only verbose output"
* nvme: check for valid output format (bsc#1237275)
* nvme: make get-feature JSON output print everything (bsc#1237275)
* nvme: make -v output consistent with -H output for nvme get-feature (bsc#1237275)
* nvme: make -v output consistent with -H output for nvme get-property (bsc#1237275)
* nvme-print-stdout: add details in list-ns verbose output (bsc#1237275)
* nvme-print-stdout: add descriptions for nsze, ncap & nuse (bsc#1237275)
* netapp-ontapdev: correct the basestr header (bsc#1237275)
* netapp-smdev: update err msg for no smdevices (bsc#1237275)
* netapp-ontapdev: update err msg for no ontapdevices (bsc#1237275)
* netapp-smdev: update basestr header in verbose output (bsc#1237275)
* netapp-ontapdev: update basestr headers in verbose output
* netapp-smdev: add verbose output
* netapp-smdev: remove redundant code
* nvme-netapp: update err messages
* netapp-ontapdev: fix JSON output for nsze & nuse
* netapp-ontapdev: fix fw version handling
* netapp-ontapdev: add verbose output
-------------------------------------------------------------------
Tue Jul 22 09:57:41 UTC 2025 - Daniel Wagner <dwagner@suse.de>

View File

@@ -1,4 +1,4 @@
name: nvme-cli
version: 2.11+4.g16c450a7
mtime: 1753177275
commit: 16c450a7a94a9c8077d8dbcac679cee12cf97d0f
version: 2.11+29.g35e62868
mtime: 1758197254
commit: 35e62868074771dab96a66d6cf0693647608d42a

View File

@@ -1,7 +1,7 @@
#
# spec file for package nvme-cli
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%bcond_without check
Name: nvme-cli
Version: 2.11+4.g16c450a7
Version: 2.11+29.g35e62868
Release: 0
Summary: NVM Express user space tools
License: GPL-2.0-only