Skip to content

Commit

Permalink
Merge 6fa5edc into 56a34a2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed May 5, 2021
2 parents 56a34a2 + 6fa5edc commit c18cca5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/control/src/modules/ProductControl.rb
Expand Up @@ -1348,7 +1348,7 @@ def RunFrom(from, allow_back)
# This code will be triggered before the red pop window appears on the user's screen
Hooks.run("installation_failure") if result == false

result = result.to_sym
result = Convert.to_symbol(result)

Hooks.run("after_#{step_name}")
else
Expand Down
9 changes: 8 additions & 1 deletion package/yast2.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 3 14:35:49 UTC 2021 - David Diaz <dgonzalez@suse.com>

- Do not crash when a client execution return false
(related to bsc#1185561, and bsc#1180954).
- 4.4.3

-------------------------------------------------------------------
Tue Apr 27 10:51:35 UTC 2021 - Josef Reidinger <jreidinger@suse.com>

Expand Down Expand Up @@ -42,7 +49,7 @@ Tue Mar 9 08:23:44 UTC 2021 - David Diaz <dgonzalez@suse.com>

- Use meaningful button labels when asking the user if would like
to continue when an installation client is missing
(related to bsc#1180594).
(related to bsc#1180954).
- 4.3.59

-------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2
Version: 4.4.2
Version: 4.4.3
Release: 0
Summary: YaST2 Main Package
License: GPL-2.0-only
Expand Down

0 comments on commit c18cca5

Please sign in to comment.