commit kbd for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kbd for openSUSE:Factory checked in at 2025-01-06 16:05:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kbd (Old) and /work/SRC/openSUSE:Factory/.kbd.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kbd" Mon Jan 6 16:05:05 2025 rev:126 rq:1235161 version:2.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/kbd/kbd.changes 2024-10-25 19:19:48.515041851 +0200 +++ /work/SRC/openSUSE:Factory/.kbd.new.1881/kbd.changes 2025-01-06 16:05:30.858502040 +0100 @@ -1,0 +2,34 @@ +Mon Jan 6 10:56:56 UTC 2025 - Stanislav Brabec <sbrabec@suse.com> + +- sysconfig.keyboard: KBD_NUMLOCK="bios" works only on systems + without Secure Boot. Document that. Change the default to + KBD_NUMLOCK="no". (boo#1212141) +- kbdsettings-nox86.patch: Update and return missing chunk. + +------------------------------------------------------------------- +Thu Jan 2 23:12:19 UTC 2025 - Stanislav Brabec <sbrabec@suse.com> + +- Remove obsolete parts of suse-add.tar.bz2 (jsc#PED-7977), + possible BREAKING CHANGES for obscure configurations: + * Replace consolefonts/Cyr_a8x*.psf with upstream instances. + * Replace consolefonts/cp850-full-8x*.psfu with upstream + instances. + * Drop consolefonts/lat5--*.psfu in favor of upstream + lat5-*.psfu, exactly the same fonts with a better unimap. + * Drop consolefonts/lat7.psf as it is lat7a-16.psf in the + upstream. + * Drop consolefonts/lt-brim-8x14.psfu in favor of upstream + lat7a-14.psfu, exactly the same fonts with a better unimap. + * Drop keymaps/i386/qwerty/Pl02.map in favor of nearly equal + upstream pl2.map. + * Drop keymaps/i386/qwerty/br-abnt-alt.map in favor of nearly + equal upstream br-abnt.map. + * Drop keymaps/i386/qwerty/tj_alt-UTF8.map that is already + upstreamed. + * Drop unimaps/iso07*.uni that is already upstreamed. +- Remove broken KBD_DISABLE_CAPS_LOCK feature (sysconfig.keyboard, + boo#1179897, jsc#PED-7814). + Can be replaced by KEYMAP="{my map} disable.capslock" in + /etc/vconsole.conf. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbd.spec ++++++ --- /var/tmp/diff_new_pack.xbu0mv/_old 2025-01-06 16:05:32.046551350 +0100 +++ /var/tmp/diff_new_pack.xbu0mv/_new 2025-01-06 16:05:32.050551516 +0100 @@ -1,7 +1,7 @@ # # spec file for package kbd # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ kbdsettings ++++++ --- /var/tmp/diff_new_pack.xbu0mv/_old 2025-01-06 16:05:32.206557992 +0100 +++ /var/tmp/diff_new_pack.xbu0mv/_new 2025-01-06 16:05:32.210558158 +0100 @@ -50,7 +50,3 @@ done done -if [ "$KBD_DISABLE_CAPS_LOCK" = "yes" ]; then - /usr/bin/dumpkeys | sed 's/ *58 *= *Caps_Lock/ 58 = Control/' | /usr/bin/loadkeys -q - -fi - ++++++ kbdsettings-nox86.patch ++++++ --- /var/tmp/diff_new_pack.xbu0mv/_old 2025-01-06 16:05:32.226558822 +0100 +++ /var/tmp/diff_new_pack.xbu0mv/_new 2025-01-06 16:05:32.230558988 +0100 @@ -1,6 +1,33 @@ +--- a/kbdsettings ++++ b/kbdsettings +@@ -25,24 +25,6 @@ + fi + /usr/bin/setleds -D -$param < /dev/$tty + ;; +- bios) +- if [ -x /usr/libexec/kbd/numlockbios ]; then +- bios=$(/usr/libexec/kbd/numlockbios 2>/dev/null) +- else +- bios=$(/usr/lib/kbd/numlockbios 2>/dev/null) +- fi +- if [ $param = "num" ]; then +- if [ "$bios" = "on" ]; then +- touch /run/numlock-on +- /usr/bin/setleds -D +$param < /dev/$tty +- elif [ "$bios" = "off" -o "$bios" = "unknown" ]; then +- rm -f /run/numlock-on +- /usr/bin/setleds -D -$param < /dev/$tty +- fi +- else +- echo "Value $confval invalid for $conf" +- fi +- ;; + *) + echo "error: unknown value $confval in $conf" + ;; --- a/sysconfig.keyboard +++ b/sysconfig.keyboard -@@ -15,12 +15,12 @@ +@@ -15,11 +15,10 @@ # Keyboard repeat rate (2.0 - 30.0) KBD_RATE="" @@ -10,11 +37,9 @@ +## Default: no # -# NumLock on? ("yes" or "no" or "bios" for BIOS setting) +-# "bios" requires access to BIOS settings. Does not work with Secure Boot and falls back to "no" there. +# NumLock on? ("yes" or "no") # This setting may interfere with GNOME /org/gnome/settings-daemon/peripherals/keyboard/remember-numlock-state DConf key. --KBD_NUMLOCK="bios" -+KBD_NUMLOCK="no" + KBD_NUMLOCK="no" - ## Type: yesno - ## Default: no ++++++ suse-add.tar.bz2 ++++++ ++++ 4538 lines of diff (skipped) ++++++ sysconfig.keyboard ++++++ --- /var/tmp/diff_new_pack.xbu0mv/_old 2025-01-06 16:05:32.394565795 +0100 +++ /var/tmp/diff_new_pack.xbu0mv/_new 2025-01-06 16:05:32.398565961 +0100 @@ -19,8 +19,9 @@ ## Default: bios # # NumLock on? ("yes" or "no" or "bios" for BIOS setting) +# "bios" requires access to BIOS settings. Does not work with Secure Boot and falls back to "no" there. # This setting may interfere with GNOME /org/gnome/settings-daemon/peripherals/keyboard/remember-numlock-state DConf key. -KBD_NUMLOCK="bios" +KBD_NUMLOCK="no" ## Type: yesno ## Default: no @@ -34,17 +35,6 @@ # CapsLock on? ("yes" or "no") KBD_CAPSLOCK="no" -## Type: yesno -## Default: no -# -# Disable CAPS LOCK and make it a normal Shift key? -# (Ctrl Caps Lock will still toggle Caps Lock functionality) -# Note that you need to tweak the xkb maps or use xmodmap -# if you want to do the same under X-Windows. In ~/.Xmodmap: -# keycode 0x42 = Shift_L Shift_L -# -KBD_DISABLE_CAPS_LOCK="no" - ## Type: string ## Default: #
participants (1)
-
Source-Sync