Bug 51299 - Не исключаются языки в appstream-data-generator
Summary: Не исключаются языки в appstream-data-generator
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: appstream-data-generator (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: felixz@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-27 17:06 MSK by Белая Алёна
Modified: 2024-10-02 15:35 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-27 17:06:33 MSK
Стенды:
Alt Workstation K 10.3 x86_64
Alt Workstation 10.2 x86_64
Alt Education 10.2 x86_64
Alt Server 10.2 x86_64
обновленные до Сизифа

Версия пакета:
appstream-data-generator-20240809-alt1.x86_64

Шаги воспроизведения: 
1. Установить пакет 
2. Создать файлы apps с названием пакета и lang  с исключаемыми языками:
$ cat ~/apps
vlc-mini
$ cat ~/lang 
vlc-mini wa uz uk ug tt tr th te ta sw sv sr sl
3. Сгенерировать файл с исключением языков:
$ appstream-data-generator -e ~/apps -u ~/adg <path_to_local_repo> -l ~/lang -v -o vlc-mini --allownoicons
4. Проверить наличие языков в сгенерированном файле:
$ vim ~/adg/xmls/vlc-mini.xml

Результат: строки на языках, которые должны были быть исключены, присутствуют в файле

Ожидаемый результат: в файле нет строк на исключаемых языках
Comment 1 Repository Robot 2024-10-02 15:35:33 MSK
appstream-data-generator-20241002-alt1 -> sisyphus:

 Wed Oct 02 2024 Kirill Izmestev <felixz@altlinux> 20241002-alt1
 - Added removal of unnecessary languages in \
 appstream-data-appdata-converter (ALT #51298, #51299).
 - Minor improvements \
 (thanks Sergey Shevchenko sergey.shevchenko04@gmail.com).
 - Added russian translation (thanks gammaray@basealt.ru).
 Tue Aug 20 2024 Kirill Izmestev <felixz@altlinux> 20240820-alt1
 - Added functionality: takes into account the computer locale and \
 substitutes the translation \
 (thanks Sergey Shevchenko sergey.shevchenko04@gmail.com).