#346 comps-f30: pull in glibc-minimal-langpack
Closed 5 years ago by sgallagh. Opened 5 years ago by zbyszek.
zbyszek/fedora-comps add-glibc-minimal-langpack  into  master

file modified
+1
@@ -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>

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.

It's been a week. Any response?

Pull-Request has been closed by sgallagh

5 years ago
Metadata