Skip to content

Commit

Permalink
Merge pull request #201 from imobach/bug-941449-ay-product-registration
Browse files Browse the repository at this point in the history
Fix ::Registration::Storage::InstallationOptions reference
  • Loading branch information
imobachgs committed Aug 17, 2015
2 parents 03796ed + 4d94e31 commit f81f631
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-registration.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 17 14:40:05 UTC 2015 - igonzalezsosa@suse.com

- Fix AutoYaST crash during registration (bsc#941449)
- 3.1.142

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

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-registration.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-registration
Version: 3.1.141
Version: 3.1.142
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/clients/scc_auto.rb
Original file line number Diff line number Diff line change
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 f81f631

Please sign in to comment.