Hello community, here is the log from the commit of package yast2-firstboot for openSUSE:Factory checked in at 2015-04-18 10:40:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old) and /work/SRC/openSUSE:Factory/.yast2-firstboot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-firstboot" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes 2015-02-06 10:23:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 2015-04-18 10:40:41.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Apr 16 10:29:47 CEST 2015 - [email protected] + +- Forcing mode "installation" for firstboot to always use the + correct workflow (bsc#924278) +- 3.1.9 + +------------------------------------------------------------------- Old: ---- yast2-firstboot-3.1.8.tar.bz2 New: ---- yast2-firstboot-3.1.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.pA2kZx/_old 2015-04-18 10:40:41.000000000 +0200 +++ /var/tmp/diff_new_pack.pA2kZx/_new 2015-04-18 10:40:41.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-firstboot -Version: 3.1.8 +Version: 3.1.9 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-firstboot-3.1.8.tar.bz2 -> yast2-firstboot-3.1.9.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-3.1.8/CONTRIBUTING.md new/yast2-firstboot-3.1.9/CONTRIBUTING.md --- old/yast2-firstboot-3.1.8/CONTRIBUTING.md 2015-02-05 14:27:09.000000000 +0100 +++ new/yast2-firstboot-3.1.9/CONTRIBUTING.md 2015-04-17 10:09:29.000000000 +0200 @@ -12,13 +12,13 @@ ----------- If you find a problem, please report it either using -[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2) +[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2) or [GitHub issues](../../issues). (For Bugzilla, use the [simplified registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp) if you don't have an account yet.) If you find a problem, please report it either using -[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee +[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee that every bug will be fixed, but we'll try. When creating a bug report, please follow our [bug reporting @@ -71,7 +71,7 @@ [widely used conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). -If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure +If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure you mention it in the commit message for cross-reference. Use format like bnc#775814 or gh#yast/yast-foo#42. See also [GitHub autolinking](https://help.github.com/articles/github-flavored-markdown#references) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-3.1.8/package/yast2-firstboot.changes new/yast2-firstboot-3.1.9/package/yast2-firstboot.changes --- old/yast2-firstboot-3.1.8/package/yast2-firstboot.changes 2015-02-05 14:27:10.000000000 +0100 +++ new/yast2-firstboot-3.1.9/package/yast2-firstboot.changes 2015-04-17 10:09:29.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Apr 16 10:29:47 CEST 2015 - [email protected] + +- Forcing mode "installation" for firstboot to always use the + correct workflow (bsc#924278) +- 3.1.9 + +------------------------------------------------------------------- Thu Feb 5 09:08:40 UTC 2015 - [email protected] - Fixed the step for host name configuration diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-3.1.8/package/yast2-firstboot.spec new/yast2-firstboot-3.1.9/package/yast2-firstboot.spec --- old/yast2-firstboot-3.1.8/package/yast2-firstboot.spec 2015-02-05 14:27:10.000000000 +0100 +++ new/yast2-firstboot-3.1.9/package/yast2-firstboot.spec 2015-04-17 10:09:29.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-firstboot -Version: 3.1.8 +Version: 3.1.9 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-3.1.8/src/clients/firstboot.rb new/yast2-firstboot-3.1.9/src/clients/firstboot.rb --- old/yast2-firstboot-3.1.8/src/clients/firstboot.rb 2015-02-05 14:27:10.000000000 +0100 +++ new/yast2-firstboot-3.1.9/src/clients/firstboot.rb 2015-04-17 10:09:29.000000000 +0200 @@ -42,10 +42,9 @@ Wizard.OpenNextBackStepsDialog - @wizard_mode = Mode.test ? "installation" : Mode.mode - - @stage_mode = [{ "stage" => "firstboot", "mode" => @wizard_mode }] - ProductControl.AddWizardSteps(@stage_mode) + # Always force the mode (bsc#924278) + Mode.SetMode("installation") + ProductControl.AddWizardSteps([{ "stage" => "firstboot", "mode" => "installation" }]) # Do log Report messages by default (#180862) Report.LogMessages(true)
