-
Bug
-
Resolution: Not a Bug
-
Minor
-
None
-
rhel-8.5.0
-
None
-
Low
-
rhel-pt-c-libs
-
ssg_platform_tools
-
1
-
False
-
False
-
-
None
-
None
-
None
-
None
-
If docs needed, set a value
-
-
All
-
None
-
57,005
Description of problem:
Version-Release number of selected component (if applicable):
RHEL 8.4
RHEL 8.5
How reproducible: Very
Steps to Reproduce:
1. Install langpacks for LANG:
- dnf install langpacks-<LANG>.noarch
2. Check for iso88591 Lang pack:
- localectl list-locales | grep en_<LANG>
en_<LANG>
en_<LANG>.utf8
NOTE: it ill be missing an [ en_<LANG>.iso88591 ] option.
3. Install the package:
- dnf install glibc-all-langpacks
4. Check for the [ en_<LANG>.iso88591 ]
- localectl list-locales | grep en_<LANG>
en_<LANG>
en_<LANG>.iso88591 <--- NOW SHOWS UP
en_<LANG>.utf8
Actual results:
- localectl list-locales
Missing: [ en_<LANG>.iso88591 ]
Expected results:
- localectl list-locales
[ en_<LANG>.iso88591 ] shows up as a option.
Additional info:
When doing more research the RHEL 8.6 installs the needed package: [ glibc-all-langpacks ] when doign a typical install.
Checking RHEL 8.4 and RHEL 8.5 it does not install that package during a typical install.
Not sure if there was a change in what packagers were included for the standard install for RHEL 8.6 vs Older RHEL 8.
- external trackers