Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
8f4405383f |
2
_service
2
_service
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
BIN
nvme-cli-2.11+29.g35e62868.obscpio
LFS
Normal file
BIN
nvme-cli-2.11+29.g35e62868.obscpio
LFS
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 18 12:18:08 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
|
||||
* netapp-ontapdev: update invalid device handling (bsc#1247017)
|
||||
* netapp-smdev: update invalid device handling (bsc#1247017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 09:57:41 UTC 2025 - Daniel Wagner <dwagner@suse.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user