From 33d7f171845d2796fb3fe0855c5ed5237e7ef0ae Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Wed, 3 Jul 2024 13:25:07 +0300 Subject: [PATCH] Fixed squares instead of Russian characters in the console --- SPECS/systemd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SPECS/systemd.spec b/SPECS/systemd.spec index 538b0cb..5c98c78 100644 --- a/SPECS/systemd.spec +++ b/SPECS/systemd.spec @@ -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 239-82.inferit.1 +- Fixed squares instead of Russian characters in the console + * Thu May 23 2024 Sergey Cherevko - 239-82.inferit - Rebuilt for MSVSphere 8.10