comps-f30: pull in glibc-minimal-langpack
For https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot. glibc has Requires:glibc-langpack and Suggests:glibc-all-langpacks. glibc-minimal-langpack has Provides:glibc-langpack, so if it is explicitly pulled in, glibc-all-langpacks will not be installed (unless it is pulled in through some other means). Uses of (LANG|LC_.*)=.._..\.(UTF-8|utf8) have been either removed, or updated to C.UTF-8, or BuildRequires: glibc-langpack-.. have been added, so it should be OK to do this change now. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
299cd1d5e3
commit
64b861b4c8
@ -467,6 +467,7 @@
|
|||||||
<packagereq type="mandatory">fedora-release</packagereq>
|
<packagereq type="mandatory">fedora-release</packagereq>
|
||||||
<packagereq type="mandatory">findutils</packagereq>
|
<packagereq type="mandatory">findutils</packagereq>
|
||||||
<packagereq type="mandatory">gawk</packagereq>
|
<packagereq type="mandatory">gawk</packagereq>
|
||||||
|
<packagereq type="mandatory">glibc-minimal-langpack</packagereq>
|
||||||
<packagereq type="mandatory">grep</packagereq>
|
<packagereq type="mandatory">grep</packagereq>
|
||||||
<packagereq type="mandatory">gzip</packagereq>
|
<packagereq type="mandatory">gzip</packagereq>
|
||||||
<packagereq type="mandatory">info</packagereq>
|
<packagereq type="mandatory">info</packagereq>
|
||||||
|
Loading…
Reference in New Issue
Block a user