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 2022-02-13 19:50:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvme-cli (Old)
 and      /work/SRC/openSUSE:Factory/.nvme-cli.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nvme-cli"

Sun Feb 13 19:50:27 2022 rev:49 rq:953756 version:2.0~3

Changes:
--------
--- /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli.changes        2022-02-03 
23:15:47.748895638 +0100
+++ /work/SRC/openSUSE:Factory/.nvme-cli.new.1956/nvme-cli.changes      
2022-02-13 19:50:35.162139705 +0100
@@ -2 +2,21 @@
-Tue Feb 01 11:39:02 UTC 2022 - daniel.wag...@suse.com
+Fri Feb 11 13:38:15 UTC 2022 - Daniel Wagner <daniel.wag...@suse.com>
+
+- Update to version v2.0-rc3:
+  * nvme-print: Fix json output for list-subsys
+  * nvme: Allow --verbose flag to increase log level
+  * Added telemetry log fetch support for SN810, SN530 and SN740 series NVMe 
SSDs through wdc vs-internal-log command
+  * nvmf: Remove --matching from systemd service file (bsc#1195665)
+  * nvme: Fix --force flag inversion (bsc#1195637)
+  * nvme: Add support for data area 4 to get-telemetry-log
+  * nvme: Add Supported Capacity Configuration List log page(LID: 0x11)
+  * nvme: Add Enhanced Controller Meta Data(FID: 0x7D)
+  * nvme-print: Add NVME_FEAT_FID_ENH_CTRL_METADATA to nvme_feature_to_string
+  * nvme-print: remove unused nvme_show_id_ctrl function
+  * nvme: Add nvm-id-ns-lba-format(CNS 0Ah) command from TP4095
+  * nvme: Add NVM Command Set specific identify namespace command
+  * nvme: Add id-ns-lba-format(CNS 09h) command from TP4095
+  * nvme: Add nulbaf(Number of Unique Capability LBA Formats) field on 
nvmd_id_ns
+- Include precompiled documentation
+
+-------------------------------------------------------------------
+Tue Feb 01 11:39:02 UTC 2022 - Daniel Wagner <daniel.wag...@suse.com>

Old:
----
  nvme-cli-2.0~2.obscpio

New:
----
  nvme-cli-2.0~3.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nvme-cli.spec ++++++
--- /var/tmp/diff_new_pack.K6p8Pi/_old  2022-02-13 19:50:35.798141399 +0100
+++ /var/tmp/diff_new_pack.K6p8Pi/_new  2022-02-13 19:50:35.806141420 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           nvme-cli
-Version:        2.0~2
+Version:        2.0~3
 Release:        0
 Summary:        NVM Express user space tools
 License:        GPL-2.0-only
@@ -31,7 +31,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libhugetlbfs-devel
 BuildRequires:  libjson-c-devel
-BuildRequires:  libnvme-devel >= 1.0~2
+BuildRequires:  libnvme-devel >= 1.0~3
 BuildRequires:  libuuid-devel
 BuildRequires:  make
 BuildRequires:  meson >= 0.47.0

++++++ 0100-harden_nvmf-connect@.service.patch ++++++
--- /var/tmp/diff_new_pack.K6p8Pi/_old  2022-02-13 19:50:35.830141484 +0100
+++ /var/tmp/diff_new_pack.K6p8Pi/_new  2022-02-13 19:50:35.834141495 +0100
@@ -1,7 +1,9 @@
-Index: nvme-cli-1.15/nvmf-autoconnect/systemd/nvmf-connect@.service
-===================================================================
---- nvme-cli-1.15.orig/nvmf-autoconnect/systemd/nvmf-connect@.service
-+++ nvme-cli-1.15/nvmf-autoconnect/systemd/nvmf-connect@.service
+---
+ nvmf-autoconnect/systemd/nvmf-connect@.service |   11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
+--- a/nvmf-autoconnect/systemd/nvmf-connect@.service
++++ b/nvmf-autoconnect/systemd/nvmf-connect@.service
 @@ -9,6 +9,17 @@ PartOf=nvmf-connect.target
  Requires=nvmf-connect.target
  
@@ -16,8 +18,8 @@
 +ProtectKernelLogs=true
 +ProtectControlGroups=true
 +RestrictRealtime=true
-+# end of automatic additions 
++# end of automatic additions
  Type=simple
  Environment="CONNECT_ARGS=%i"
- ExecStart=/bin/sh -c "nvme connect-all --matching --quiet `/bin/echo -e 
'${CONNECT_ARGS}'`"
+ ExecStart=/bin/sh -c "nvme connect-all --quiet `/bin/echo -e 
'${CONNECT_ARGS}'`"
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.K6p8Pi/_old  2022-02-13 19:50:35.858141559 +0100
+++ /var/tmp/diff_new_pack.K6p8Pi/_new  2022-02-13 19:50:35.866141581 +0100
@@ -5,7 +5,7 @@
     <param name="filename">nvme-cli</param>
     <!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> -->
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">v2.0-rc2</param>
+    <param name="revision">v2.0-rc3</param>
     <param name="match-tag">v[02].[0-9]*</param>
     <param name="versionrewrite-pattern">v([^+]*)-rc([0-9]+)</param>
     <param name="versionrewrite-replacement">\1~\2</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.K6p8Pi/_old  2022-02-13 19:50:35.882141623 +0100
+++ /var/tmp/diff_new_pack.K6p8Pi/_new  2022-02-13 19:50:35.886141634 +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">40571043c33142928566161b444e632727691e69</param>
+    <param 
name="changesrevision">f02a78a4599b4fbee9ca82fb887f2736c5a67bb8</param>
   </service>
 </servicedata>
 (No newline at EOF)

++++++ nvme-cli-2.0~2.obscpio -> nvme-cli-2.0~3.obscpio ++++++
++++ 5799 lines of diff (skipped)

++++++ nvme-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.K6p8Pi/_old  2022-02-13 19:50:36.238142571 +0100
+++ /var/tmp/diff_new_pack.K6p8Pi/_new  2022-02-13 19:50:36.242142582 +0100
@@ -1,5 +1,5 @@
 name: nvme-cli
-version: 2.0~2
-mtime: 1643713026
-commit: e290046eff3cfc6035185b86e9c013c66e3a2b73
+version: 2.0~3
+mtime: 1644584573
+commit: f02a78a4599b4fbee9ca82fb887f2736c5a67bb8
 

Reply via email to