Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-iscsi-lio-server for openSUSE:Factory checked in at 2021-05-04 22:01:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-lio-server (Old) and /work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-iscsi-lio-server" Tue May 4 22:01:00 2021 rev:43 rq:890266 version:4.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-iscsi-lio-server/yast2-iscsi-lio-server.changes 2021-05-01 00:47:12.447316023 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new.2988/yast2-iscsi-lio-server.changes 2021-05-04 22:01:05.928575952 +0200 @@ -1,0 +2,10 @@ +Fri Apr 23 07:58:36 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz> + +- Removed check for "python3-targetcli-fb" package at runtime + (bsc#1185199) + - Tumbleweed does not include that package names, only + python36-targetcli-fb and python38-targetcli-fb + - The package is already installed via RPM dependencies +- 4.4.1 + +------------------------------------------------------------------- Old: ---- yast2-iscsi-lio-server-4.4.0.tar.bz2 New: ---- yast2-iscsi-lio-server-4.4.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-iscsi-lio-server.spec ++++++ --- /var/tmp/diff_new_pack.5PIYTA/_old 2021-05-04 22:01:06.360574329 +0200 +++ /var/tmp/diff_new_pack.5PIYTA/_new 2021-05-04 22:01:06.364574314 +0200 @@ -17,7 +17,7 @@ Name: yast2-iscsi-lio-server -Version: 4.4.0 +Version: 4.4.1 Release: 0 Summary: Configuration of iSCSI LIO target License: GPL-2.0-only ++++++ yast2-iscsi-lio-server-4.4.0.tar.bz2 -> yast2-iscsi-lio-server-4.4.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-lio-server-4.4.0/package/yast2-iscsi-lio-server.changes new/yast2-iscsi-lio-server-4.4.1/package/yast2-iscsi-lio-server.changes --- old/yast2-iscsi-lio-server-4.4.0/package/yast2-iscsi-lio-server.changes 2021-04-30 18:16:29.000000000 +0200 +++ new/yast2-iscsi-lio-server-4.4.1/package/yast2-iscsi-lio-server.changes 2021-05-04 11:01:29.000000000 +0200 @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Fri Apr 23 07:58:36 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz> + +- Removed check for "python3-targetcli-fb" package at runtime + (bsc#1185199) + - Tumbleweed does not include that package names, only + python36-targetcli-fb and python38-targetcli-fb + - The package is already installed via RPM dependencies +- 4.4.1 + +------------------------------------------------------------------- Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz> - 4.4.0 (bsc#1185510) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-lio-server-4.4.0/package/yast2-iscsi-lio-server.spec new/yast2-iscsi-lio-server-4.4.1/package/yast2-iscsi-lio-server.spec --- old/yast2-iscsi-lio-server-4.4.0/package/yast2-iscsi-lio-server.spec 2021-04-30 18:16:29.000000000 +0200 +++ new/yast2-iscsi-lio-server-4.4.1/package/yast2-iscsi-lio-server.spec 2021-05-04 11:01:29.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-iscsi-lio-server -Version: 4.4.0 +Version: 4.4.1 Release: 0 Summary: Configuration of iSCSI LIO target License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-lio-server-4.4.0/src/clients/iscsi-lio-server.rb new/yast2-iscsi-lio-server-4.4.1/src/clients/iscsi-lio-server.rb --- old/yast2-iscsi-lio-server-4.4.0/src/clients/iscsi-lio-server.rb 2021-04-30 18:16:29.000000000 +0200 +++ new/yast2-iscsi-lio-server-4.4.1/src/clients/iscsi-lio-server.rb 2021-05-04 11:01:29.000000000 +0200 @@ -23,33 +23,6 @@ Confirm.MustBeRoot end - def installed_packages - if !PackageSystem.PackageInstalled("python3-targetcli-fb") - confirm = Popup.AnyQuestionRichText( - "", - _("Yast iscsi-lio-server can't run without installing targetcli-fb package. Do you want to install?"), - 40, - 10, - Label.InstallButton, - Label.CancelButton, - :focus_yes - ) - - if confirm - PackageSystem.DoInstall(["python3-targetcli-fb"]) - if PackageSystem.PackageInstalled("python3-targetcli-fb") - return true - else - err_msg = _("Failed to install targetcli-fb and related packages.") - Yast::Popup.Error(err_msg) - false - end - end - else - true - end - end - def firewalld Y2Firewall::Firewalld.instance end @@ -114,11 +87,9 @@ if !ret exit end -ret = iscsi_target_server.installed_packages -if ret - $target_data = TargetData.new - $global_data = Global.new - $global_data.execute_init_commands - $discovery_auth = DiscoveryAuth.new - iscsi_target_server.run -end + +$target_data = TargetData.new +$global_data = Global.new +$global_data.execute_init_commands +$discovery_auth = DiscoveryAuth.new +iscsi_target_server.run