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 2023-04-02 19:16:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nvme-cli (Old) and /work/SRC/openSUSE:Factory/.nvme-cli.new.9019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvme-cli" Sun Apr 2 19:16:51 2023 rev:63 rq:1076527 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli.changes 2023-01-31 16:15:30.511946393 +0100 +++ /work/SRC/openSUSE:Factory/.nvme-cli.new.9019/nvme-cli.changes 2023-04-02 19:16:54.792384088 +0200 @@ -1,0 +2,78 @@ +Fri Mar 31 15:44:20 UTC 2023 - Daniel Wagner <[email protected]> + +- Update to version 2.4: + * plugins/ocp: Add SMART cloud log to solidigm plugin + * nvme-print: Unify number base format for nsid + * nvme-(discover,connect,connect-all): enable options '--keyring' and '--tls_key' + * nvme-connect: enable option '--tls' + * nvme-check-tls-key: add options to derive a 'retained' TLS key + * nvme-gen-tls-key: add options to derive a TLS key + * plugins/ocp: Move SMART cloud log methods to separate file for reusability + * nvme: validate storage tag size correctly + * nvme-print-json: Add json output status function + * util: Cleanup argconfig parse function + * nvme: Fix format command function indentation errors + * util: Use argconfig commandline options pointer directly + * nvme-print: Fix nvme show status function indentation errors + * nvme: Check fw-commit command support MUD + * print: print csi and opcode in error log (TP4113) + * plugins/inspur: Cast vendor specific smart log value + * nvme: Use correct ABORT type for self abort test + * plugins/solidigm: Do not overwrite previously initialized variable + * nvme-print: sanitize supported-log-pages output + * nvme: Enforce length to a multiple of 4 in get_log_page + * nvme: fix block count and data size logic + * util: Introduce argconfig simple helper to check seen condition + * plugins/ocp: Add set feature EOL/PLP failure mode no-uuid option + * plugins/ocp: Refactor to clear feature identifier C1h and C3h + * plugins/ocp: Add support for clear PCIe correctable error counters feature + * nvme-doc: update man page for supported-log-pages + * plugins/ocp: OCP 2.0 field updates for SMART cloud log + * nvme: Fix parameter limit range + * fdp: Fix wrong Reclaim Unit Handle Status size + * plugins/ocp: Add support for EOL/PLP failure mode feature + * nvme-print: Fix printing of u32 values + * nvme: Fix invalid memory access in show_registers + * util: Add argconfig seen flag parameter to check if feature NSID set + * nvme-print: fix segfault in supported-log-pages json output + * fabrics: Fix ordering for auto connect services + * nvme.c: Check Firmware Update Granularity in fwdl + * log: high latency timestamp issue + * nvme: Align get feature data buffer length by page size to allocate + * nvme: Continue get feature on invalid NS error to get multiple feature ids + * plugins/ocp: SMART cloud log bug fixes. + * Made temperature readouts in line with the SI. + * Changed 'Kelvin' to 'kelvin', as recommended by the BIPM. + * plugins/ocp: Fix whitespace and style issues + * util: Revert JSON output to plain numbers + * nvme: Add rae argument to telemetry-log command + * nvme: Refactor get telemetry log page helper + * nvme: Factor out parse telemetry log da element + * nvme: Fix type in error message + * unit: Add test-argconfig-parse + * nvme: Use chunked read in get_log() + * nvme: Use fprintf for error message logging in get_log() + * nvme: fix /dev/spkd/ typo + * doc: --storage-tag-check doesn't take any arguments + * fabrics: Ensure host-traddr/iface consistency for "connect-all" + * nvme-print: print the nvme generic name in json output as well + * plugins/innogrit: modify command opcode for eventlog and cdump + * completion: fix typo, add missing args + * plugins/wdc: Fix data Formatting for Latency Monitor Log Page + * nvme: Make json-c optional again + * nvme-print: Move JSON printing function into a new file + * plugins/solidigm: Use json_create_object wrapper + * plugins/solidigm: Use struct json_object instead of typedef + * fabrics: No need to sanitize trsvcid and traddr + * docs: Fixed typos and missing options + * util: Numbers without any suffix are also valid + * util: Update suffix_binary_parse API + * util: Reimplement suffix_si_parse + * nvme: Filter out status flags for get feature command + * util: Add crc32 implementation + * nvme-print: Use attrs_info as key for Zone Attributes Information + * nvme: Support effects-log for fabrics ctrl + * plugins/solidigm: Add uuid index resolution + * plugins/ocp: Use network byte order for OCP UUID value + +------------------------------------------------------------------- Old: ---- nvme-cli-2.3.obscpio New: ---- nvme-cli-2.4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nvme-cli.spec ++++++ --- /var/tmp/diff_new_pack.Qyru12/_old 2023-04-02 19:16:55.524387763 +0200 +++ /var/tmp/diff_new_pack.Qyru12/_new 2023-04-02 19:16:55.528387783 +0200 @@ -17,7 +17,7 @@ Name: nvme-cli -Version: 2.3 +Version: 2.4 Release: 0 Summary: NVM Express user space tools License: GPL-2.0-only ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Qyru12/_old 2023-04-02 19:16:55.568387985 +0200 +++ /var/tmp/diff_new_pack.Qyru12/_new 2023-04-02 19:16:55.572388005 +0200 @@ -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.3</param> + <param name="revision">v2.4</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Qyru12/_old 2023-04-02 19:16:55.592388105 +0200 +++ /var/tmp/diff_new_pack.Qyru12/_new 2023-04-02 19:16:55.596388125 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/linux-nvme/nvme-cli.git</param> - <param name="changesrevision">137fb15a285c060789581fc074ab3b1f6b250188</param> + <param name="changesrevision">0b2961e62f4138f991c3af6b5deea60d9900174e</param> </service> </servicedata> (No newline at EOF) ++++++ nvme-cli-2.3.obscpio -> nvme-cli-2.4.obscpio ++++++ /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli-2.3.obscpio /work/SRC/openSUSE:Factory/.nvme-cli.new.9019/nvme-cli-2.4.obscpio differ: char 48, line 1 ++++++ nvme-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.Qyru12/_old 2023-04-02 19:16:55.644388366 +0200 +++ /var/tmp/diff_new_pack.Qyru12/_new 2023-04-02 19:16:55.644388366 +0200 @@ -1,5 +1,5 @@ name: nvme-cli -version: 2.3 -mtime: 1675084476 -commit: 137fb15a285c060789581fc074ab3b1f6b250188 +version: 2.4 +mtime: 1680272269 +commit: 0b2961e62f4138f991c3af6b5deea60d9900174e
