From ee9ee46d757e965518a079cc5cca17a2463daac306dd705e7aa21c2c1d93a8a4 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 7 Dec 2017 14:33:57 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/Base:System/kbd?expand=0&rev=100 --- kbd.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbd.changes b/kbd.changes index a8e96e6..7baef78 100644 --- a/kbd.changes +++ b/kbd.changes @@ -13,7 +13,7 @@ Fri Oct 13 14:53:41 CEST 2017 - sbrabec@suse.com ------------------------------------------------------------------- Fri Sep 22 15:51:51 CEST 2017 - sbrabec@suse.com -- Version update to 2.0.6: +- Version update to 2.0.4: * translation updates * support for U+202F * minor fixes and code cleanup From 11bcb9853ba83db34fae4227ccb63ae45b8778c83354797c003f94bdf7897d9f Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 7 Dec 2017 14:36:11 +0000 Subject: [PATCH 2/3] Accepting request 554805 from home:fbui:branches:Base:System - Drop from some fill-up templates, a couple of sysconfig variables no more read by systemd (fate#319454) OBS-URL: https://build.opensuse.org/request/show/554805 OBS-URL: https://build.opensuse.org/package/show/Base:System/kbd?expand=0&rev=102 --- kbd.changes | 10 +++++++++- sysconfig.console | 38 -------------------------------------- sysconfig.keyboard | 12 ------------ 3 files changed, 9 insertions(+), 51 deletions(-) diff --git a/kbd.changes b/kbd.changes index 7baef78..f0b5453 100644 --- a/kbd.changes +++ b/kbd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Dec 6 13:30:49 UTC 2017 - fbui@suse.com + +- Drop from some fill-up templates, a couple of sysconfig variables no + more read by systemd (fate#319454) + + So the relevant settings can be defined in only one place. + ------------------------------------------------------------------- Thu Nov 23 13:40:21 UTC 2017 - rbrown@suse.com @@ -13,7 +21,7 @@ Fri Oct 13 14:53:41 CEST 2017 - sbrabec@suse.com ------------------------------------------------------------------- Fri Sep 22 15:51:51 CEST 2017 - sbrabec@suse.com -- Version update to 2.0.4: +- Version update to 2.0.6: * translation updates * support for U+202F * minor fixes and code cleanup diff --git a/sysconfig.console b/sysconfig.console index c85c1f5..08ba553 100644 --- a/sysconfig.console +++ b/sysconfig.console @@ -1,43 +1,5 @@ ## Path: Hardware/Console ## Description: Text console settings (see also Hardware/Keyboard) -## Type: string -## Default: "" -## ServiceRestart: kbd -# -# Console settings. -# Note: The KBD_TTY setting from Hardware/Keyboard (sysconfig/keyboard) -# also applies for the settings here. -# -# Load this console font on bootup: -# (/usr/share/kbd/consolefonts/) -# -CONSOLE_FONT="" - -## Type: string -## Default: "" -# -# Some fonts come without a unicode map. -# (.psfu fonts supposedly have it, others often not.) -# You can then specify the unicode mapping of your font -# explicitly. (/usr/share/kbd/unimaps/) -# Normally not needed. -# -CONSOLE_UNICODEMAP="" - -## Type: string -## Default: "" -# -# Most programs output 8 bit characters, so you need a table to -# translate those characters into unicode. That one can be specified -# here. (/usr/share/kbd/consoletrans/) -# (Note: If your console is in utf-8 mode you don't need this.) -# If your code does not use a unicode mapping at all (because you -# e.g. explicitly specified UNICODEMAP="none") you may circumvent -# the translation via unicode, but load a map which directly maps -# 8 bit output of your program to a font position. -# -CONSOLE_SCREENMAP="" - ## Type: string ## Default: "" # diff --git a/sysconfig.keyboard b/sysconfig.keyboard index 977f341..3882436 100644 --- a/sysconfig.keyboard +++ b/sysconfig.keyboard @@ -1,17 +1,5 @@ ## Path: Hardware/Keyboard ## Description: Keyboard settings -## Type: string -## Default: "" -## ServiceRestart: kbd -# -# Keyboard settings for the text console -# -# Keyboard mapping -# (/usr/share/kbd/keymaps/) -# e.g. KEYTABLE="de-latin1-nodeadkeys", "us" or empty for US settings -# -KEYTABLE="" - ## Type: integer ## Default: # From f7c7bf9b7a78c3ac1931078e8855a3bc4cef0f940aaca7cf56c10285e3000b5c Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 7 Dec 2017 14:38:14 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Base:System/kbd?expand=0&rev=103 --- kbd.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbd.changes b/kbd.changes index f0b5453..f6254f7 100644 --- a/kbd.changes +++ b/kbd.changes @@ -21,7 +21,7 @@ Fri Oct 13 14:53:41 CEST 2017 - sbrabec@suse.com ------------------------------------------------------------------- Fri Sep 22 15:51:51 CEST 2017 - sbrabec@suse.com -- Version update to 2.0.6: +- Version update to 2.0.4: * translation updates * support for U+202F * minor fixes and code cleanup