Fixed squares instead of Russian characters in the console

i8 changed/i8/systemd-239-82.el8.inferit.1
Sergey Cherevko 4 months ago
parent 8692a06803
commit 33d7f17184
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -13,7 +13,7 @@
Name: systemd
Url: http://www.freedesktop.org/wiki/Software/systemd
Version: 239
Release: 82%{?dist}.inferit
Release: 82%{?dist}.inferit.1
# For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+
Summary: System and Service Manager
@ -1587,6 +1587,9 @@ udevadm hwdb --update &>/dev/null
# https://bugzilla.redhat.com/show_bug.cgi?id=1151958
grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null &&
sed -i.rpm.bak -r 's/^KEYMAP="?fi-latin[19]"?/KEYMAP="fi"/' /etc/vconsole.conf || :
# MSVSphere
grep -q -E '^FONT="eurlatgr"' /etc/vconsole.conf 2>/dev/null &&
sed -i.rpm.bak -r 's/^FONT="eurlatgr"/FONT="UniCyr_8x16"/' /etc/vconsole.conf || :
%postun udev
# Only restart systemd-udev, to run the upgraded dameon.
@ -1659,6 +1662,9 @@ fi
%files tests -f .file-list-tests
%changelog
* Tue Jul 02 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> 239-82.inferit.1
- Fixed squares instead of Russian characters in the console
* Thu May 23 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 239-82.inferit
- Rebuilt for MSVSphere 8.10

Loading…
Cancel
Save