Accepting request 917972 from Base:System

OBS-URL: https://build.opensuse.org/request/show/917972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=106
This commit is contained in:
Dominique Leuenberger 2021-09-20 21:31:41 +00:00 committed by Git OBS Bridge
commit caf9070588
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 23 12:03:51 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- Only run kbdsettings.service if /etc/sysconfig/keyboard exists.
Necessary for image based installations without admin made changes.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 2 08:08:53 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> Wed Jun 2 08:08:53 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
# #
# spec file for package kbd # spec file for package kbd
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -3,6 +3,7 @@ Description=Apply settings from /etc/sysconfig/keyboard
After=basic.target After=basic.target
After=systemd-vconsole-setup.service After=systemd-vconsole-setup.service
PartOf=systemd-vconsole-setup.service PartOf=systemd-vconsole-setup.service
ConditionPathExists=/etc/sysconfig/keyboard
ConditionPathExists=/dev/tty0 ConditionPathExists=/dev/tty0
[Service] [Service]