Skip to content

Commit

Permalink
Changes file and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
kobliha committed Apr 16, 2015
1 parent 22765de commit 5ea6cf3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/yast2-firstboot.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 16 10:29:47 CEST 2015 - locilka@suse.com

- Forcing mode "installation" for firstboot to always use the
correct workflow (bsc#924278)
- 3.1.5.2

-------------------------------------------------------------------
Thu Feb 5 09:08:40 UTC 2015 - ancor@suse.com

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


Name: yast2-firstboot
Version: 3.1.5.1
Version: 3.1.5.2
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
1 change: 1 addition & 0 deletions src/clients/firstboot.rb
Expand Up @@ -42,6 +42,7 @@ def main

Wizard.OpenNextBackStepsDialog

# Always force the mode (bsc#924278)
Mode.SetMode("installation")
ProductControl.AddWizardSteps([{ "stage" => "firstboot", "mode" => "installation" }])

Expand Down

0 comments on commit 5ea6cf3

Please sign in to comment.