diff --git a/package/yast2-installation.changes b/package/yast2-installation.changes index a697119d4..d2ccba428 100644 --- a/package/yast2-installation.changes +++ b/package/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 20 17:15:53 UTC 2015 - igonzalezsosa@suse.com + +- Fix a typo in inst_finish client (bsc#938790) +- 3.1.116.4 + ------------------------------------------------------------------- Thu Apr 16 13:02:23 CEST 2015 - locilka@suse.com diff --git a/package/yast2-installation.spec b/package/yast2-installation.spec index 398220629..4d726f832 100644 --- a/package/yast2-installation.spec +++ b/package/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.116.3 +Version: 3.1.116.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/src/clients/inst_finish.rb b/src/clients/inst_finish.rb index 967a6cfa9..5a99714fd 100644 --- a/src/clients/inst_finish.rb +++ b/src/clients/inst_finish.rb @@ -362,7 +362,7 @@ def main ) next nil end - if !info["when"].nil && + if !info["when"].nil? && !Builtins.contains(Ops.get_list(info, "when", []), @run_type) && # special hack for autoupgrade - should be as regular upgrade as possible, scripts are the only exception !(Mode.autoupgrade &&