Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kbd for openSUSE:Factory checked in at 2021-09-20 23:31:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kbd (Old) and /work/SRC/openSUSE:Factory/.kbd.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbd" Mon Sep 20 23:31:41 2021 rev:106 rq:917972 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kbd/kbd.changes 2021-06-15 16:36:58.433655754 +0200 +++ /work/SRC/openSUSE:Factory/.kbd.new.1899/kbd.changes 2021-09-20 23:31:42.199066107 +0200 @@ -1,0 +2,6 @@ +Fri Jul 23 12:03:51 UTC 2021 - Thorsten Kukuk <[email protected]> + +- Only run kbdsettings.service if /etc/sysconfig/keyboard exists. + Necessary for image based installations without admin made changes. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbd.spec ++++++ --- /var/tmp/diff_new_pack.l5UpwY/_old 2021-09-20 23:31:43.211067357 +0200 +++ /var/tmp/diff_new_pack.l5UpwY/_new 2021-09-20 23:31:43.215067362 +0200 @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -82,7 +82,7 @@ # Temporarily require -legacy Requires: %{name}-legacy = %{version}-%{release} Requires(post): coreutils -Requires(postun): coreutils +Requires(postun):coreutils Requires(pre): %fillup_prereq Provides: vlock = 2.2.3 Obsoletes: vlock <= 2.2.3 ++++++ kbdsettings.service ++++++ --- /var/tmp/diff_new_pack.l5UpwY/_old 2021-09-20 23:31:43.351067530 +0200 +++ /var/tmp/diff_new_pack.l5UpwY/_new 2021-09-20 23:31:43.351067530 +0200 @@ -3,6 +3,7 @@ After=basic.target After=systemd-vconsole-setup.service PartOf=systemd-vconsole-setup.service +ConditionPathExists=/etc/sysconfig/keyboard ConditionPathExists=/dev/tty0 [Service]
