Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix autoyast profile parser (bsc#1184508) #753

Merged
merged 2 commits into from Apr 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 8 16:13:44 UTC 2021 - Steffen Winterfeldt <snwint@suse.com>

- fix autoyast profile parser (bsc#1184508)
- 4.4.2

-------------------------------------------------------------------
Wed Apr 7 11:50:33 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -22,7 +22,7 @@
%endif

Name: autoyast2
Version: 4.4.1
Version: 4.4.2
Release: 0
Summary: YaST2 - Automated Installation
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/clients/inst_autoconfigure.rb
Expand Up @@ -144,7 +144,7 @@ def main

end
# Initialize scripts stack
AutoinstScripts.Import(Profile.current.fetch("scripts", {}))
AutoinstScripts.Import(Profile.current.fetch_as_hash("scripts"))

# online update
if Ops.get_boolean(
Expand Down