Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package blktests for openSUSE:Factory 
checked in at 2023-10-11 23:56:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blktests (Old)
 and      /work/SRC/openSUSE:Factory/.blktests.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blktests"

Wed Oct 11 23:56:58 2023 rev:8 rq:1117016 version:0+20231006.1aeff01

Changes:
--------
--- /work/SRC/openSUSE:Factory/blktests/blktests.changes        2023-06-27 
23:18:02.691878247 +0200
+++ /work/SRC/openSUSE:Factory/.blktests.new.1807/blktests.changes      
2023-10-12 11:37:10.722323284 +0200
@@ -1,0 +2,52 @@
+Wed Oct 11 14:12:41 UTC 2023 - [email protected]
+
+- Replace disabled mode in service file by manual mode 
+- Update to version 0+20231006.1aeff01:
+  * nbd/004: avoid left connection
+  * Change the default RDMA driver from rdma_rxe to siw
+  * srp/015: Remove this test
+  * tests/srp/rc: Reduce the number of channels
+  * tests/srp/rc: Rework use_blk_mq()
+  * tests/nvme/031: fix connecting faiure
+  * block/002,scsi/007,zbd/003: remove options for shellcheck SC2119
+  * nvme: introduce nvmet_target_{setup/cleanup} common code
+  * nvme/{033,034,035,036,37}: drop port handle between passthru target setup 
and cleanup
+  * nvme/{033,034,035,036}: use default subsysnqn variable directly
+  * Revert "Do not suppress any shellcheck warnings"
+  * nvme: remove "udevadm settle" after _nvme_connect_subsys
+  * nvme/rc: fix nvme device readiness check after _nvme_connect_subsys
+  * nvme: Add explicitly host to allow_host list
+  * nvme/rc: Add helper for adding/removing to allow list
+  * nvme: Use def_subsys_uuid variable
+  * nvme/rc: Add common def_subsys_uuid define
+  * nvme: Use def_file_path variable instead local variable
+  * nvme/rc: Add common file_path name define
+  * nvme/{041,042,043,044,045,048}: Remove local variable hostnqn and hostid
+  * nvme: Use def_subsysnqn variable instead local variable
+  * nvme/rc: Add common subsystem nqn define
+  * nvme/043: Use hostnqn to generate DHCAP key
+  * nvme: Reorganize test preamble code section
+  * nvme/{003,004,005,013,046,049}: Group all variables declarations
+  * block/004: reset zones of TEST_DEV before fio operation
+  * README: clarify motivations to add new test cases
+  * CONTRIBUTING, README: recommend patch post for contributions
+  * README: describe what './new' script documents
+  * new: don't mandate double square brackets
+  * src/Makefile: fix static linking of miniublk
+  * common/scsi_debug: Use _unload_module() instead of modprobe -r
+  * _unload_module(): Report the failure reason once
+  * block/005: require queue/scheduler sysfs attribute
+  * block/004, zbd/{005,006}: call _test_dev_set_scheduler
+  * common/rc: introduce _require_test_dev_sysfs
+  * common/{rc,dm}: introduce functions to set scheduler of dm destinations
+  * common/dm: add script file for device-mapper functions
+  * check, common/rc: save sysfs attribute path
+  * common/ublk: avoid modprobe failure for built-in ublk_drv
+  * nvme/{041,042,043,044,045,048}: Use default hostnqn and hostid
+  * nvme/rc: Avoid triggering host nvme-cli autoconnect
+  * nvme/048: Check for queue count check directly
+  * nvme/043: use a valid hostkey
+  * zbd/009: skip have_good_mkfs_btrfs when mkfs.btrfs not avaiable
+  * nvme/rc: specify hostnqn and hostid to nvme discover and connect
+
+-------------------------------------------------------------------

Old:
----
  blktests-0+20230615.154e652.tar.xz

New:
----
  blktests-0+20231006.1aeff01.tar.xz

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

Other differences:
------------------
++++++ blktests.spec ++++++
--- /var/tmp/diff_new_pack.5ALMNz/_old  2023-10-12 11:37:11.222341357 +0200
+++ /var/tmp/diff_new_pack.5ALMNz/_new  2023-10-12 11:37:11.222341357 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           blktests
-Version:        0+20230615.154e652
+Version:        0+20231006.1aeff01
 Release:        0
 Summary:        Linux kernel block layer testing framework
 License:        GPL-2.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.5ALMNz/_old  2023-10-12 11:37:11.246342225 +0200
+++ /var/tmp/diff_new_pack.5ALMNz/_new  2023-10-12 11:37:11.250342369 +0200
@@ -1,19 +1,19 @@
 <?xml version="1.0"?>
 <services>
-  <service mode="disabled" name="tar_scm">
+  <service mode="manual" name="tar_scm">
     <param name="url">https://github.com/osandov/blktests.git</param>
     <param name="scm">git</param>
-    <param name="revision">154e652</param>
+    <param name="revision">1aeff01</param>
     <param name="changesgenerate">enable</param>
     <param name="filename">blktests</param>
     <param name="versionformat">0+%cd.%h</param>
     <param name="exclude">*gitignore</param>
   </service>
-  <service mode="disabled" name="recompress">
+  <service mode="manual" name="recompress">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service mode="disabled" name="set_version"/>
+  <service mode="manual" name="set_version"/>
 </services>
 
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.5ALMNz/_old  2023-10-12 11:37:11.266342947 +0200
+++ /var/tmp/diff_new_pack.5ALMNz/_new  2023-10-12 11:37:11.270343091 +0200
@@ -3,6 +3,6 @@
                 <param name="url">git://github.com/osandov/blktests</param>
               <param 
name="changesrevision">e10add032819db8f3abf0a9d53f160b7b10cfed8</param></service><service
 name="tar_scm">
                 <param 
name="url">https://github.com/osandov/blktests.git</param>
-              <param 
name="changesrevision">154e6528ad9da86f20b00c9150e5a6255ccd8b13</param></service></servicedata>
+              <param 
name="changesrevision">1aeff011213d79e5fedd32ec24a9aa869c078478</param></service></servicedata>
 (No newline at EOF)
 

++++++ blktests-0+20230615.154e652.tar.xz -> blktests-0+20231006.1aeff01.tar.xz 
++++++
++++ 3312 lines of diff (skipped)

Reply via email to