Skip to content

Commit

Permalink
Fix ::Registration::Storage::InstallationOptions reference
Browse files Browse the repository at this point in the history
* Fix bsc#941449.

Conflicts:
	package/yast2-registration.changes
	package/yast2-registration.spec
  • Loading branch information
imobachgs authored and lslezak committed Aug 26, 2015
1 parent 479f00c commit 9aa310e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion package/yast2-registration.changes
@@ -1,11 +1,22 @@
-------------------------------------------------------------------
Mon Aug 17 14:40:05 UTC 2015 - igonzalezsosa@suse.com

- Fix AutoYaST crash during registration (bsc#941449)

-------------------------------------------------------------------
Fri Aug 14 16:01:41 UTC 2015 - lslezak@suse.cz

- Catch exceptions also when loading the available extensions
(bsc#941491)

-------------------------------------------------------------------
Fri Aug 14 15:11:37 UTC 2015 - ancor@suse.com

- User messages improved when registration does not happen during
installation (bnc#941403, bnc#941739)

-------------------------------------------------------------------
Fri Aug 14 08:20:21 UTC 2015 - lslezak@suse.cz
Fri Aug 14 12:20:21 UTC 2015 - lslezak@suse.cz

- 3.1.129.2

Expand Down
2 changes: 1 addition & 1 deletion src/clients/scc_auto.rb
Expand Up @@ -296,7 +296,7 @@ def update_registration

def register_base_product
handle_product_service do
options = Storage::InstallationOptions.instance
options = ::Registration::Storage::InstallationOptions.instance
options.email = @config.email
options.reg_code = @config.reg_code

Expand Down

0 comments on commit 9aa310e

Please sign in to comment.