Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-iscsi-client for openSUSE:Factory checked in at 2022-11-03 19:59:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-client (Old) and /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-iscsi-client" Thu Nov 3 19:59:28 2022 rev:141 rq:1032934 version:4.5.6 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes 2022-10-10 18:45:05.650937313 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new.2275/yast2-iscsi-client.changes 2022-11-03 19:59:29.896017520 +0100 @@ -1,0 +2,6 @@ +Wed Nov 2 17:03:48 UTC 2022 - Stefan Hundhammer <shundham...@suse.com> + +- Call external commands without path (bsc#1204959) +- 4.5.6 + +------------------------------------------------------------------- Old: ---- yast2-iscsi-client-4.5.5.tar.bz2 New: ---- yast2-iscsi-client-4.5.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-iscsi-client.spec ++++++ --- /var/tmp/diff_new_pack.WU50ym/_old 2022-11-03 19:59:31.112024636 +0100 +++ /var/tmp/diff_new_pack.WU50ym/_new 2022-11-03 19:59:31.120024683 +0100 @@ -17,7 +17,7 @@ Name: yast2-iscsi-client -Version: 4.5.5 +Version: 4.5.6 Release: 0 Summary: YaST2 - iSCSI Client Configuration License: GPL-2.0-only ++++++ yast2-iscsi-client-4.5.5.tar.bz2 -> yast2-iscsi-client-4.5.6.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-4.5.5/package/yast2-iscsi-client.changes new/yast2-iscsi-client-4.5.6/package/yast2-iscsi-client.changes --- old/yast2-iscsi-client-4.5.5/package/yast2-iscsi-client.changes 2022-10-06 10:27:42.000000000 +0200 +++ new/yast2-iscsi-client-4.5.6/package/yast2-iscsi-client.changes 2022-11-02 18:22:08.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Nov 2 17:03:48 UTC 2022 - Stefan Hundhammer <shundham...@suse.com> + +- Call external commands without path (bsc#1204959) +- 4.5.6 + +------------------------------------------------------------------- Wed Oct 5 10:09:58 UTC 2022 - Josef Reidinger <jreidin...@suse.com> - replace .process agent with running Execute to respect changed diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-4.5.5/package/yast2-iscsi-client.spec new/yast2-iscsi-client-4.5.6/package/yast2-iscsi-client.spec --- old/yast2-iscsi-client-4.5.5/package/yast2-iscsi-client.spec 2022-10-06 10:27:42.000000000 +0200 +++ new/yast2-iscsi-client-4.5.6/package/yast2-iscsi-client.spec 2022-11-02 18:22:08.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-iscsi-client -Version: 4.5.5 +Version: 4.5.6 Release: 0 Summary: YaST2 - iSCSI Client Configuration License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-4.5.5/src/lib/y2iscsi_client/timeout_process.rb new/yast2-iscsi-client-4.5.6/src/lib/y2iscsi_client/timeout_process.rb --- old/yast2-iscsi-client-4.5.5/src/lib/y2iscsi_client/timeout_process.rb 2022-10-06 10:27:42.000000000 +0200 +++ new/yast2-iscsi-client-4.5.6/src/lib/y2iscsi_client/timeout_process.rb 2022-11-02 18:22:08.000000000 +0100 @@ -19,7 +19,7 @@ # pass kill-after to ensure that command really dies even if ignore TERM stdout, stderr, exit_status = Yast::Execute.on_target!( - "/usr/bin/timeout", "--kill-after=5s", "#{seconds}s", + "timeout", "--kill-after=5s", "#{seconds}s", *command, stdout: :capture, stderr: :capture, allowed_exitstatus: 0..255, env: { "LC_ALL" => "POSIX" } ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-4.5.5/src/modules/IscsiClientLib.rb new/yast2-iscsi-client-4.5.6/src/modules/IscsiClientLib.rb --- old/yast2-iscsi-client-4.5.5/src/modules/IscsiClientLib.rb 2022-10-06 10:27:42.000000000 +0200 +++ new/yast2-iscsi-client-4.5.6/src/modules/IscsiClientLib.rb 2022-11-02 18:22:08.000000000 +0100 @@ -1500,7 +1500,7 @@ def GetDiscoveryCmd(ip, port, use_fw: false, only_new: false) Builtins.y2milestone("GetDiscoveryCmd ip:%1 port:%2 fw:%3 only new:%4", ip, port, use_fw, only_new) - command = ["/usr/sbin/iscsiadm", "-m", "discovery", "-P", "1"] + command = ["iscsiadm", "-m", "discovery", "-P", "1"] isns_info = useISNS if isns_info["use"] command << "-t" << "isns"