Hi Zbigniew, nice to meet you at Flock.

On Thu, Aug 23, 2018 at 5:30 AM Ben Cotton <bcot...@redhat.com> wrote:

>
> https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
>
> == Summary ==
> glibc-minimal-langpack is added to @Buildsystem group and installed
> into the minimal buildroot instead of glibc-all-langpacks. Packages
> which need more locales than plain C/C.UTF-8/POSIX need to pull them
> in through BuildRequires.
>

I think not installing  glibc-all-langpacks by default in the Koji
buildroot makes good sense but how about replacing it in the first instance
with glibc-langpack-en?

A quick grep over spec files reveals:
> ```
> $ rg -l 'LC_CTYPE=[^C]' *.spec | wc -l
> 11
> $ rg -l 'LC_ALL=[^C]' *.spec | wc -l
> 42
> ```
>

Also:
$ grep -l -e LANG=en *.spec | wc -l
99

Jens
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to