Hello community,
here is the log from the commit of package yast2-firstboot for openSUSE:Factory
checked in at 2020-10-18 16:23:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
and /work/SRC/openSUSE:Factory/.yast2-firstboot.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-firstboot"
Sun Oct 18 16:23:37 2020 rev:97 rq:841873 version:4.3.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes
2020-09-25 16:28:15.267716051 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.3486/yast2-firstboot.changes
2020-10-18 16:23:52.904556530 +0200
@@ -1,0 +2,6 @@
+Thu Oct 15 07:58:45 UTC 2020 - Steffen Winterfeldt <[email protected]>
+
+- use regular keyboard client for firstboot_keyboard (bsc#1174856)
+- 4.3.6
+
+-------------------------------------------------------------------
Old:
----
yast2-firstboot-4.3.5.tar.bz2
New:
----
yast2-firstboot-4.3.6.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.df7t98/_old 2020-10-18 16:23:54.388557191 +0200
+++ /var/tmp/diff_new_pack.df7t98/_new 2020-10-18 16:23:54.392557192 +0200
@@ -17,7 +17,7 @@
Name: yast2-firstboot
-Version: 4.3.5
+Version: 4.3.6
Release: 0
Summary: YaST2 - Initial System Configuration
License: GPL-2.0-only
@@ -36,7 +36,8 @@
# UI::Wizards::Layout
Requires: yast2 >= 4.3.16
# Language::SwitchToEnglishIfNeeded
-Requires: yast2-country >= 2.19.5
+# new keyboard client code layout needed
+Requires: yast2-country >= 4.3.10
# Rely on the YaST2-Firstboot.service for halting the system on failure
Requires: yast2-installation >= 4.1.2
# Use Yast::Lan.write_config to write hostname changes
++++++ yast2-firstboot-4.3.5.tar.bz2 -> yast2-firstboot-4.3.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-firstboot-4.3.5/package/yast2-firstboot.changes
new/yast2-firstboot-4.3.6/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.5/package/yast2-firstboot.changes 2020-09-22
12:14:10.000000000 +0200
+++ new/yast2-firstboot-4.3.6/package/yast2-firstboot.changes 2020-10-15
10:15:44.000000000 +0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Oct 15 07:58:45 UTC 2020 - Steffen Winterfeldt <[email protected]>
+
+- use regular keyboard client for firstboot_keyboard (bsc#1174856)
+- 4.3.6
+
+-------------------------------------------------------------------
Tue Sep 22 10:09:33 UTC 2020 - Steffen Winterfeldt <[email protected]>
- add test field to language & keyboard module (bsc#1174856)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-firstboot-4.3.5/package/yast2-firstboot.spec
new/yast2-firstboot-4.3.6/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.5/package/yast2-firstboot.spec 2020-09-22
12:14:10.000000000 +0200
+++ new/yast2-firstboot-4.3.6/package/yast2-firstboot.spec 2020-10-15
10:15:44.000000000 +0200
@@ -16,7 +16,7 @@
#
Name: yast2-firstboot
-Version: 4.3.5
+Version: 4.3.6
Release: 0
Summary: YaST2 - Initial System Configuration
Group: System/YaST
@@ -35,7 +35,8 @@
# UI::Wizards::Layout
Requires: yast2 >= 4.3.16
# Language::SwitchToEnglishIfNeeded
-Requires: yast2-country >= 2.19.5
+# new keyboard client code layout needed
+Requires: yast2-country >= 4.3.10
# Rely on the YaST2-Firstboot.service for halting the system on failure
Requires: yast2-installation >= 4.1.2
# Use Yast::Lan.write_config to write hostname changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-firstboot-4.3.5/src/clients/firstboot_keyboard.rb
new/yast2-firstboot-4.3.6/src/clients/firstboot_keyboard.rb
--- old/yast2-firstboot-4.3.5/src/clients/firstboot_keyboard.rb 2020-09-22
12:14:10.000000000 +0200
+++ new/yast2-firstboot-4.3.6/src/clients/firstboot_keyboard.rb 2020-10-15
10:15:44.000000000 +0200
@@ -1,55 +1,3 @@
-# encoding: utf-8
+require "y2keyboard/clients/keyboard"
-#
------------------------------------------------------------------------------
-# Copyright (c) 2012 Novell, Inc. All Rights Reserved.
-#
-#
-# This program is free software; you can redistribute it and/or modify it under
-# the terms of version 2 of the GNU General Public License as published by the
-# Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
-#
-# You should have received a copy of the GNU General Public License along with
-# this program; if not, contact Novell, Inc.
-#
-# To contact Novell about this file by physical or electronic mail, you may
find
-# current contact information at www.novell.com.
-#
------------------------------------------------------------------------------
-
-# File : firstboot_keyboard.ycp
-# Author : Jiri Suchomel <[email protected]>
-# Purpose : Firstboot configuratiuon of keyboard
-#
-# $Id$
-module Yast
- class FirstbootKeyboardClient < Client
- def main
- Yast.import "UI"
- textdomain "country"
-
- Yast.import "Arch"
- Yast.import "GetInstArgs"
- Yast.import "Directory"
- Yast.import "Keyboard"
- Yast.import "Firstboot"
-
- Yast.include self, "keyboard/dialogs.rb"
-
- @ret = :auto
- return deep_copy(@ret) if Arch.s390
-
- Keyboard.Read
-
- @ret = KeyboardDialog(GetInstArgs.argmap)
-
- Keyboard.Save if @ret == :next
-
- deep_copy(@ret)
- end
- end
-end
-
-Yast::FirstbootKeyboardClient.new.main
+Yast::KeyboardClient.new.main