Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-storage-ng for openSUSE:Factory checked in at 2025-07-17 17:17:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old) and /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-storage-ng" Thu Jul 17 17:17:14 2025 rev:175 rq:1293839 version:5.0.33 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes 2025-06-13 18:42:22.051310826 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.8875/yast2-storage-ng.changes 2025-07-17 17:17:38.328940886 +0200 @@ -1,0 +2,6 @@ +Wed Jul 16 13:00:00 UTC 2025 - José Iván López González <jlo...@suse.com> + +- Use correct iSCSI driver name (related to bsc#1244935). +- 5.0.33 + +------------------------------------------------------------------- Old: ---- yast2-storage-ng-5.0.32.tar.bz2 New: ---- yast2-storage-ng-5.0.33.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-storage-ng.spec ++++++ --- /var/tmp/diff_new_pack.RQ4zBH/_old 2025-07-17 17:17:38.896964508 +0200 +++ /var/tmp/diff_new_pack.RQ4zBH/_new 2025-07-17 17:17:38.900964674 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage-ng -Version: 5.0.32 +Version: 5.0.33 Release: 0 Summary: YaST2 - Storage Configuration License: GPL-2.0-only OR GPL-3.0-only ++++++ yast2-storage-ng-5.0.32.tar.bz2 -> yast2-storage-ng-5.0.33.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-5.0.32/package/yast2-storage-ng.changes new/yast2-storage-ng-5.0.33/package/yast2-storage-ng.changes --- old/yast2-storage-ng-5.0.32/package/yast2-storage-ng.changes 2025-05-23 17:22:45.000000000 +0200 +++ new/yast2-storage-ng-5.0.33/package/yast2-storage-ng.changes 2025-07-16 16:33:40.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Jul 16 13:00:00 UTC 2025 - José Iván López González <jlo...@suse.com> + +- Use correct iSCSI driver name (related to bsc#1244935). +- 5.0.33 + +------------------------------------------------------------------- Fri May 23 08:06:05 UTC 2025 - Ancor Gonzalez Sosa <an...@suse.com> - Reorganize public methods of DiskAnalyzer (needed by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-5.0.32/package/yast2-storage-ng.spec new/yast2-storage-ng-5.0.33/package/yast2-storage-ng.spec --- old/yast2-storage-ng-5.0.32/package/yast2-storage-ng.spec 2025-05-23 17:22:45.000000000 +0200 +++ new/yast2-storage-ng-5.0.33/package/yast2-storage-ng.spec 2025-07-16 16:33:40.000000000 +0200 @@ -16,7 +16,7 @@ # Name: yast2-storage-ng -Version: 5.0.32 +Version: 5.0.33 Release: 0 Summary: YaST2 - Storage Configuration License: GPL-2.0-only OR GPL-3.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-5.0.32/src/lib/y2storage/disk.rb new/yast2-storage-ng-5.0.33/src/lib/y2storage/disk.rb --- old/yast2-storage-ng-5.0.32/src/lib/y2storage/disk.rb 2025-05-23 17:22:45.000000000 +0200 +++ new/yast2-storage-ng-5.0.33/src/lib/y2storage/disk.rb 2025-07-16 16:33:40.000000000 +0200 @@ -1,4 +1,4 @@ -# Copyright (c) [2017] SUSE LLC +# Copyright (c) [2017-2025] SUSE LLC # # All Rights Reserved. # @@ -84,7 +84,7 @@ end # @see #systemd_remote? - SYSTEMD_REMOTE_DRIVERS = ["iscsi-tcp", "bnx2i", "qedi", "fcoe", "bnx2fc", "qedf"].freeze + SYSTEMD_REMOTE_DRIVERS = ["iscsi_tcp", "bnx2i", "qedi", "fcoe", "bnx2fc", "qedf"].freeze private_constant :SYSTEMD_REMOTE_DRIVERS # @see BlkDevice#systemd_remote? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-5.0.32/test/y2storage/mount_point_test.rb new/yast2-storage-ng-5.0.33/test/y2storage/mount_point_test.rb --- old/yast2-storage-ng-5.0.32/test/y2storage/mount_point_test.rb 2025-05-23 17:22:45.000000000 +0200 +++ new/yast2-storage-ng-5.0.33/test/y2storage/mount_point_test.rb 2025-07-16 16:33:40.000000000 +0200 @@ -1,5 +1,6 @@ #!/usr/bin/env rspec -# Copyright (c) [2018-2021] SUSE LLC + +# Copyright (c) [2018-2025] SUSE LLC # # All Rights Reserved. # @@ -655,7 +656,7 @@ subject(:mount_point) { mountable.create_mount_point(path) } context "if the disk uses a driver that depends on a systemd service" do - let(:hwinfo) { Y2Storage::HWInfoDisk.new(driver: ["iscsi-tcp", "iscsi"]) } + let(:hwinfo) { Y2Storage::HWInfoDisk.new(driver: ["iscsi_tcp", "iscsi"]) } context "and the filesystem is mounted at /" do let(:path) { "/" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-5.0.32/test/y2storage/proposal_mount_options_test.rb new/yast2-storage-ng-5.0.33/test/y2storage/proposal_mount_options_test.rb --- old/yast2-storage-ng-5.0.32/test/y2storage/proposal_mount_options_test.rb 2025-05-23 17:22:45.000000000 +0200 +++ new/yast2-storage-ng-5.0.33/test/y2storage/proposal_mount_options_test.rb 2025-07-16 16:33:40.000000000 +0200 @@ -1,5 +1,6 @@ #!/usr/bin/env rspec -# Copyright (c) [2021] SUSE LLC + +# Copyright (c) [2021-2025] SUSE LLC # # All Rights Reserved. # @@ -159,7 +160,7 @@ let(:home_fstype) { "ext3" } context "if the disk uses a driver that depends on a systemd service" do - let(:hwinfo) { Y2Storage::HWInfoDisk.new(driver: ["iscsi-tcp"]) } + let(:hwinfo) { Y2Storage::HWInfoDisk.new(driver: ["iscsi_tcp"]) } it "sets #mount_options to an array containing the 'data' and '_netdev' options" do proposal.propose