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-04-03 21:30:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvme-cli (Old)
 and      /work/SRC/openSUSE:Factory/.nvme-cli.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nvme-cli"

Sun Apr  3 21:30:41 2022 rev:55 rq:966438 version:2.0~8

Changes:
--------
--- /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli.changes        2022-03-24 
22:57:00.972193094 +0100
+++ /work/SRC/openSUSE:Factory/.nvme-cli.new.1900/nvme-cli.changes      
2022-04-03 21:30:47.399953888 +0200
@@ -1,0 +2,25 @@
+Fri Apr 01 13:32:25 UTC 2022 - Daniel Wagner <daniel.wag...@suse.com>
+
+- Update to version 2.0-rc8:
+  * fabrics: Add DIM command
+  * fabrics: Introduce force flag to overwrite persistence logic (bsc#1197076)
+  * fabrics: Free non-matching controller during discovery
+  * fabrics: add 'nvme config' command
+  * fabrics: Correctly stringify discovery.conf and config.json paths
+  * nvme-print: Add human readable print for nsattr field
+  * nvme-print: Update Persistent Event log fields
+  * nvme-print: print discovery async event support
+  * nvme-rpmb: Fix spelling for 'Partition'
+  * nvme-copy: add missing field to the command
+  * nvme: add get_mi_cmd_support_effects_log command
+  * nvme: Fixup namespace filtering yet again
+  * nvme: Use type bool for OPT_FLAG
+  * nvme: use filter for 'list-subsys <devname>' (bsc#1195938)
+  * Add lbstm option to create-ns
+  * argconfig: Do not use default value loading by getopt_long_only
+  * argconfig: Rename CFG_NONE to CFG_FLAG
+  * plugins: Use type bool for OPT_FLAG
+  * documenation updates
+- Drop 'ProtectKernelTunables=true' (bsc#1197076)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ nvme-cli.spec ++++++
--- /var/tmp/diff_new_pack.ukmw5o/_old  2022-04-03 21:30:48.279944036 +0200
+++ /var/tmp/diff_new_pack.ukmw5o/_new  2022-04-03 21:30:48.283943991 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           nvme-cli
-Version:        2.0~7
+Version:        2.0~8
 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~7
+BuildRequires:  libnvme-devel >= 1.0~8
 BuildRequires:  libuuid-devel
 BuildRequires:  make
 BuildRequires:  meson >= 0.47.0

++++++ 0100-harden_nvmf-connect@.service.patch ++++++
--- /var/tmp/diff_new_pack.ukmw5o/_old  2022-04-03 21:30:48.303943768 +0200
+++ /var/tmp/diff_new_pack.ukmw5o/_new  2022-04-03 21:30:48.307943723 +0200
@@ -1,24 +1,29 @@
+Subject: systemd hardening effort
+
+https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+
+Apply the recommended hardening settings but without
+"ProtectKernelTunables=true" as we need write access to /sys.
+
+Signed-off-by: Daniel Wagner <dwag...@suse.de>
 ---
- nvmf-autoconnect/systemd/nvmf-conn...@.service.in |   11 +++++++++++
- 1 file changed, 11 insertions(+)
+ nvmf-autoconnect/systemd/nvmf-conn...@.service.in |    8 ++++++++
+ 1 file changed, 8 insertions(+)
 
 --- a/nvmf-autoconnect/systemd/nvmf-conn...@.service.in
 +++ b/nvmf-autoconnect/systemd/nvmf-conn...@.service.in
-@@ -9,6 +9,17 @@ PartOf=nvmf-connect.target
+@@ -9,6 +9,14 @@ PartOf=nvmf-connect.target
  Requires=nvmf-connect.target
  
  [Service]
-+# added automatically, for details please see
 +# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
 +ProtectSystem=full
 +ProtectHome=true
 +ProtectHostname=true
-+ProtectKernelTunables=true
 +ProtectKernelModules=true
 +ProtectKernelLogs=true
 +ProtectControlGroups=true
 +RestrictRealtime=true
-+# end of automatic additions
  Type=simple
  Environment="CONNECT_ARGS=%i"
  ExecStart=/bin/sh -c "@SBINDIR@/nvme connect-all --quiet `/bin/echo -e 
'${CONNECT_ARGS}'`"

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ukmw5o/_old  2022-04-03 21:30:48.331943455 +0200
+++ /var/tmp/diff_new_pack.ukmw5o/_new  2022-04-03 21:30:48.331943455 +0200
@@ -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-rc7</param>
+    <param name="revision">v2.0-rc8</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.ukmw5o/_old  2022-04-03 21:30:48.351943231 +0200
+++ /var/tmp/diff_new_pack.ukmw5o/_new  2022-04-03 21:30:48.351943231 +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">555e9d750464dd3c09701eb35e40ad3f5f8eaf97</param>
+    <param 
name="changesrevision">27eb620d76c2de4520d15636e811bd61be5173ce</param>
   </service>
 </servicedata>
 (No newline at EOF)

++++++ nvme-cli-2.0~7.obscpio -> nvme-cli-2.0~8.obscpio ++++++
++++ 9418 lines of diff (skipped)

++++++ nvme-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.ukmw5o/_old  2022-04-03 21:30:48.775938484 +0200
+++ /var/tmp/diff_new_pack.ukmw5o/_new  2022-04-03 21:30:48.779938439 +0200
@@ -1,5 +1,5 @@
 name: nvme-cli
-version: 2.0~7
-mtime: 1647622828
-commit: 555e9d750464dd3c09701eb35e40ad3f5f8eaf97
+version: 2.0~8
+mtime: 1648818637
+commit: 27eb620d76c2de4520d15636e811bd61be5173ce
 

Reply via email to