Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2015-10-19 22:52:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-18 10:40:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes     
2015-10-20 00:05:58.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Oct 16 12:21:01 UTC 2015 - an...@suse.com
+
+- Fixed to always use the configured keyboard layout (bsc#950335)
+- 3.1.10
+
+-------------------------------------------------------------------

Old:
----
  yast2-firstboot-3.1.9.tar.bz2

New:
----
  yast2-firstboot-3.1.10.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.ucWAfP/_old  2015-10-20 00:05:59.000000000 +0200
+++ /var/tmp/diff_new_pack.ucWAfP/_new  2015-10-20 00:05:59.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-firstboot-3.1.9.tar.bz2 -> yast2-firstboot-3.1.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.9/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.10/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.9/package/yast2-firstboot.changes   2015-04-17 
10:09:29.000000000 +0200
+++ new/yast2-firstboot-3.1.10/package/yast2-firstboot.changes  2015-10-16 
15:27:11.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Oct 16 12:21:01 UTC 2015 - an...@suse.com
+
+- Fixed to always use the configured keyboard layout (bsc#950335)
+- 3.1.10
+
+-------------------------------------------------------------------
 Thu Apr 16 10:29:47 CEST 2015 - loci...@suse.com
 
 - Forcing mode "installation" for firstboot to always use the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.9/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.10/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.9/package/yast2-firstboot.spec      2015-04-17 
10:09:29.000000000 +0200
+++ new/yast2-firstboot-3.1.10/package/yast2-firstboot.spec     2015-10-16 
15:27:11.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.9/src/clients/firstboot.rb 
new/yast2-firstboot-3.1.10/src/clients/firstboot.rb
--- old/yast2-firstboot-3.1.9/src/clients/firstboot.rb  2015-04-17 
10:09:29.000000000 +0200
+++ new/yast2-firstboot-3.1.10/src/clients/firstboot.rb 2015-10-16 
15:27:11.000000000 +0200
@@ -38,7 +38,7 @@
       Yast.import "Firstboot"
       Yast.import "Misc"
       Yast.import "PackageCallbacksInit"
-
+      Yast.import "Keyboard"
 
       Wizard.OpenNextBackStepsDialog
 
@@ -51,6 +51,12 @@
       Report.LogErrors(true)
       Report.LogWarnings(true)
 
+      # Just in case /etc/X11/xorg.conf.d/00-keyboard.conf has not been
+      # generated yet (the X server started by YaST-Firstboot doesn't seem to
+      # be enough to trigger the systemd mechanism that generates it), let's
+      # enforce the keyboard map if we are running in graphic mode (bsc#950335)
+      Keyboard.SetX11(Keyboard.current_kbd)
+
       # initialize package callbacks, since some of the modules run in the
       # firstboot workflow expect them to be initialized (bug #335979)
       PackageCallbacksInit.InitPackageCallbacks


Reply via email to