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:
Zbigniew Jędrzejewski-Szmek 2018-11-21 11:31:50 +00:00 committed by Stephen Gallagher
parent 299cd1d5e3
commit 64b861b4c8
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
1 changed files with 1 additions and 0 deletions

View File

@ -467,6 +467,7 @@
<packagereq type="mandatory">fedora-release</packagereq>
<packagereq type="mandatory">findutils</packagereq>
<packagereq type="mandatory">gawk</packagereq>
<packagereq type="mandatory">glibc-minimal-langpack</packagereq>
<packagereq type="mandatory">grep</packagereq>
<packagereq type="mandatory">gzip</packagereq>
<packagereq type="mandatory">info</packagereq>