Skip to content

Commit

Permalink
Merge 05fe4e1 into d107d9d
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 1, 2021
2 parents d107d9d + 05fe4e1 commit 72d43be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-registration.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 1 11:28:32 UTC 2021 - Josef Reidinger <jreidinger@suse.com>

- Report properly that no product is selected in autoinstallation
instead of nil crash (bsc#1188211)
- 4.3.25

-------------------------------------------------------------------
Tue Oct 12 08:30:59 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>

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


Name: yast2-registration
Version: 4.3.24
Version: 4.3.25
Release: 0
Summary: YaST2 - Registration Module
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/lib/registration/clients/scc_auto.rb
Expand Up @@ -207,7 +207,7 @@ def online_medium_config
log.info "selected product #{selected_product.inspect}"
ay_product = if selected_product.respond_to?(:name)
selected_product.name
else
elsif selected_product.respond_to?(:details)
selected_product.details.product
end

Expand Down

0 comments on commit 72d43be

Please sign in to comment.