Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nvme-cli for openSUSE:Factory checked in at 2026-01-12 12:38:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nvme-cli (Old) and /work/SRC/openSUSE:Factory/.nvme-cli.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvme-cli" Mon Jan 12 12:38:42 2026 rev:86 rq:1326373 version:2.16 Changes: -------- --- /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli.changes 2025-07-30 11:45:43.459585573 +0200 +++ /work/SRC/openSUSE:Factory/.nvme-cli.new.1928/nvme-cli.changes 2026-01-12 12:38:50.651510178 +0100 @@ -1,0 +2,58 @@ +Fri Jan 09 16:22:17 UTC 2026 - Daniel Wagner <[email protected]> + +- Update to version 2.16: + * plugin/dera: update dera smart-log-add command output + * plugins/ibm: show persist events log + * sndk: And support for new Sandisk devices + * sndk: Fix SN861 drive-resize capability + * sndk: Support fabric attached SN861 + * plugins/amzn: Handle EC2 local storage controller devices + * nvme: update the tls 'compat' option documentation + * nvme-print-stdout: fix detailed list row field width + * zns: replace zns list with generic table + * plugins/amzn: Enable namespace metrics for EC2 local storage + * util: rename table_init() to table_create() + * util: move to add final padding printf between each columns + * util: use switch case statements instead of repeated else if + * nvme-print-stdout: replace nvme simple list with generic table + * util: remove unnecessary row end padding print + * util: allow table_add_columns() to set column width + * util: add table_init_with_columns() function + * nvme-print: print both celsius and fahrenheit temperature values + * sndk: Add drive-resize support for SN861 Drives + * wdc: Fix SN861 capabilities in NVME-OF cases + * plugins/solidigm: Added debug info to parse-telemetry-log. + * doc/nvme-write: fix short hand argument for --block-size + * docs: update with new --block-size= argument for compare/read/write + * completions: add --block-size option to io commands to bypass identify commands. + * nvme: add --block-size option to io commands to bypass identify commands. + * plugins/ibm: Add IBM specific plugins code + * nvme: add support for printing show-topology in tabular form + * nvme: add common APIs for printing tabular format output + * nvme: extend show-topology command to add support for multipath + * nvme: support <device> option in show-topology command + * completions: Added ocp get/set_error_injection options. + * plugins/ocp: Add --all-ns option to command get-error-injection. + * nvme: add --compat flag for 'gen-tls-key' and 'check-tls-key' (bsc#1246914) + * fabrics: set persistent when connecting to a discovery controller + * plugins/ocp: Add --all-ns option to command set-error-injection. + * ocp: Update completions for ocp internal-log and telemetry-string-log + * ocp: Update man page documentation for internal-log command + * ocp: Add support for retrieving telemetry data area 4 + * plugins/amzn: Add stats support for EC2 local storage instance type + * ocp: Fix telemetry string log json format parsing + * ocp: Update/Fix Man page for telemetry-string-log command + * ocp: Fixes to telemetry-string-log command + * sndk: Use libnvme functions to set/clear etdas bit + * nvme: Enable retrieving telemetry log data area 4 + * plugins/memblaze: update smart-log-add-x ids + * plugin/solidigm: Added EXTENDED vs-internal-log option. + * nvme: fix timeout ioctl arguments + * nvme-list: make verbose JSON output backward compatible + * nvme: Fix get-feature on big-endian systems + * plugin/solidigm: Additional product Telemetry parsing support. + * sndk: Add support for the Sandisk UUID + * udev: rename 71-nvme-hpe.rules to 71-nvmf-hpe.rules +- rename hpe rule + +------------------------------------------------------------------- @@ -30,2 +88,2 @@ - * netapp-smdev: update invalid device handling - * netapp-ontapdev: update invalid device handling + * netapp-smdev: update invalid device handling (bsc#1247017) + * netapp-ontapdev: update invalid device handling (bsc#1247017) Old: ---- nvme-cli-2.15.obscpio New: ---- nvme-cli-2.16.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nvme-cli.spec ++++++ --- /var/tmp/diff_new_pack.bOl9fI/_old 2026-01-12 12:38:53.999650092 +0100 +++ /var/tmp/diff_new_pack.bOl9fI/_new 2026-01-12 12:38:54.003650259 +0100 @@ -1,7 +1,7 @@ # # spec file for package nvme-cli # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 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.15 +Version: 2.16 Release: 0 Summary: NVM Express user space tools License: GPL-2.0-only @@ -172,7 +172,7 @@ %{_udevrulesdir}/65-persistent-net-nbft.rules %{_udevrulesdir}/70-nvmf-keys.rules %{_udevrulesdir}/70-nvmf-autoconnect.rules -%{_udevrulesdir}/71-nvme-hpe.rules +%{_udevrulesdir}/71-nvmf-hpe.rules %{_udevrulesdir}/71-nvmf-netapp.rules %{_udevrulesdir}/71-nvmf-vastdata.rules %{_unitdir}/nvmefc-boot-connections.service ++++++ _service ++++++ --- /var/tmp/diff_new_pack.bOl9fI/_old 2026-01-12 12:38:54.039651764 +0100 +++ /var/tmp/diff_new_pack.bOl9fI/_new 2026-01-12 12:38:54.047652098 +0100 @@ -4,7 +4,7 @@ <param name="url">https://github.com/linux-nvme/nvme-cli.git</param> <param name="filename">nvme-cli</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="revision">v2.15</param> + <param name="revision">v2.16</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.bOl9fI/_old 2026-01-12 12:38:54.071653100 +0100 +++ /var/tmp/diff_new_pack.bOl9fI/_new 2026-01-12 12:38:54.075653268 +0100 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/linux-nvme/nvme-cli.git</param> - <param name="changesrevision">16d3c69c760cc7889df15647a1f2f4df0f4eb953</param> + <param name="changesrevision">faf7326a2997dea91687fd3daa17fc405910a4c1</param> </service> </servicedata> (No newline at EOF) ++++++ nvme-cli-2.15.obscpio -> nvme-cli-2.16.obscpio ++++++ ++++ 18399 lines of diff (skipped) ++++++ nvme-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.bOl9fI/_old 2026-01-12 12:38:55.547714783 +0100 +++ /var/tmp/diff_new_pack.bOl9fI/_new 2026-01-12 12:38:55.547714783 +0100 @@ -1,5 +1,5 @@ name: nvme-cli -version: 2.15 -mtime: 1753432758 -commit: 16d3c69c760cc7889df15647a1f2f4df0f4eb953 +version: 2.16 +mtime: 1762249011 +commit: faf7326a2997dea91687fd3daa17fc405910a4c1
