Bug 51349 - Оторвать зависимость на /etc/sysconfig/i18n
Summary: Оторвать зависимость на /etc/sysconfig/i18n
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: branding-uzguard-server-bootloader (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-30 14:10 MSK by Антон Мидюков
Modified: 2024-10-16 12:55 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Антон Мидюков 2024-08-30 14:10: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:04 MSK
branding-uzguard-server-1.0-alt0.2 -> sisyphus:

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