From 5ea6cf36f3cebd8040c5bada272e5de7fae110e2 Mon Sep 17 00:00:00 2001 From: Lukas Ocilka Date: Thu, 16 Apr 2015 10:33:15 +0200 Subject: [PATCH] Changes file and new version --- package/yast2-firstboot.changes | 7 +++++++ package/yast2-firstboot.spec | 2 +- src/clients/firstboot.rb | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package/yast2-firstboot.changes b/package/yast2-firstboot.changes index aac964d..ef8223a 100644 --- a/package/yast2-firstboot.changes +++ b/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 diff --git a/package/yast2-firstboot.spec b/package/yast2-firstboot.spec index 6553bb9..d5582b3 100644 --- a/package/yast2-firstboot.spec +++ b/package/yast2-firstboot.spec @@ -17,7 +17,7 @@ Name: yast2-firstboot -Version: 3.1.5.1 +Version: 3.1.5.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/src/clients/firstboot.rb b/src/clients/firstboot.rb index d7b4753..9c97ec0 100644 --- a/src/clients/firstboot.rb +++ b/src/clients/firstboot.rb @@ -42,6 +42,7 @@ def main Wizard.OpenNextBackStepsDialog + # Always force the mode (bsc#924278) Mode.SetMode("installation") ProductControl.AddWizardSteps([{ "stage" => "firstboot", "mode" => "installation" }])