Bug 51348

Summary: Оторвать зависимость на /etc/sysconfig/i18n
Product: Sisyphus Reporter: Антон Мидюков <antohami>
Component: branding-uzguard-workstation-bootloaderAssignee: Andrey Cherepanov <cas>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: cas
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Антон Мидюков 2024-08-30 14:09:06 MSK
Необходимо убрать legacy код из спека:
%ifarch %ix86 x86_64
ln -snf %theme/message /boot/splash/message
. /etc/sysconfig/i18n
lang=$(echo $LANG | cut -d. -f 1)
cd boot/splash/%theme/
echo $lang > lang
[ "$lang" = "C" ] || echo lang | cpio -o --append -F message
%endif

Он был нужен для bootsplash, который был когда-то давным-давно до plymouth.
Из-за него у пакета:
PreDepends: </etc/sysconfig/i18n>
Comment 1 Repository Robot 2024-10-16 12:55:05 MSK
branding-uzguard-workstation-1.0-alt0.3 -> sisyphus:

 Wed Oct 16 2024 Andrey Cherepanov <cas@altlinux> 1.0-alt0.3
 - bootloader: removed old stuff (ALT #51348).