The following directories are missing: /usr/share/locale/zh_Hant /usr/share/locale/zh_Hant/LC_MESSAGES /usr/share/locale/es_EU /usr/share/locale/es_EU/LC_MESSAGES /usr/share/locale/zh_Hans /usr/share/locale/zh_Hans/LC_MESSAGES Reproducible: Always Steps to Reproduce: 1. Fresh fedora 40 installation 2. rpm -qf /usr/share/locale/es_EU file /usr/share/locale/es_EU is not owned by any package 3. and so on Actual Results: file /usr/share/locale/es_EU is not owned by any package Expected Results: filesystem-3.18-8.fc40.x86_64
Please see also https://bugzilla.redhat.com/show_bug.cgi?id=2279739
What should be the list of directories in "/usr/share/locale/"? I think this should match the output of "locale -a".
This message is a reminder that Fedora Linux 40 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora Linux 40 on 2025-05-13. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of '40'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, change the 'version' to a later Fedora Linux version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see it. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora Linux 40 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora Linux, you are encouraged to change the 'version' to a later version prior to this bug being closed.
Still present in rawhide: rpm -qf /usr/share/locale/*/| grep not file /usr/share/locale/am_ET is not owned by any package file /usr/share/locale/as_IN is not owned by any package file /usr/share/locale/bar is not owned by any package file /usr/share/locale/es_EU is not owned by any package file /usr/share/locale/jam is not owned by any package file /usr/share/locale/kmr is not owned by any package file /usr/share/locale/ks_IN is not owned by any package file /usr/share/locale/mjw is not owned by any package file /usr/share/locale/pa_PK is not owned by any package file /usr/share/locale/ro_MD is not owned by any package file /usr/share/locale/sr_Latn is not owned by any package file /usr/share/locale/zh_Hans is not owned by any package file /usr/share/locale/zh_Hant is not owned by any package
FEDORA-2026-e00795f48f (filesystem-3.18-56.fc45) has been submitted as an update to Fedora 45. https://bodhi.fedoraproject.org/updates/FEDORA-2026-e00795f48f
FEDORA-2026-e00795f48f (filesystem-3.18-56.fc45) has been pushed to the Fedora 45 stable repository. If problem still persists, please make note of it in this bug report.
Works for all dirs except one: > rpm -qf /usr/share/locale/*/| grep not file /usr/share/locale/es_EU is not owned by any package
Hi, Thanks for checking this BZ. This is intentional: https://src.fedoraproject.org/rpms/filesystem/blob/bc32123e9c5829735c4e2aef542ea6b877e843cd/f/generate-lang-exceptions.sh#_100 ~~~ # Not added: # # /usr/share/locale/es_EU # # EU in es_EU is not a territory/script defined by ISO 3166/ISO 15924, glibc, or common # i18n standards - a custom or erroneous locale name, unlike es_ES or es_419. # # Provided by hunspell pkg. ~~~ A bug should be opened against hunspell package to fix it.
I have done so now. See: https://bugzilla.redhat.com/show_bug.cgi?id=2447736
Thank you for the explanation.