El lun, 05-11-2018 a las 23:24 +0000, Zbigniew Jędrzejewski-Szmek escribió: > Dear maintainers, > > I'm working again on implementing > https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot. > The first step is to replace LC_ALL=en_US.UTF-8 with LC_ALL=C.UTF-8 > (and similarly for LANG=, LC_CTYPE=, etc.) in all spec files. This > will be backwards and forwards compatible, in the sense that packages > that use C.UTF-8 should build OK on older and newer Fedoras. > > Once that's done, I'll file the PRs to actually replace glibc- > langpacks-all > with glibc-minimal-langpacks in mock and koji. What is the change you are planning to put into mock and koji? the build group in koji is defined as <group> <id>build</id> <name>build</name> <description>None</description> <default>false</default> <uservisible>true</uservisible> <packagelist> <packagereq type="mandatory">bash</packagereq> <packagereq type="mandatory">bzip2</packagereq> <packagereq type="mandatory">coreutils</packagereq> <packagereq type="mandatory">cpio</packagereq> <packagereq type="mandatory">diffutils</packagereq> <packagereq type="mandatory">fedora-release</packagereq> <packagereq type="mandatory">findutils</packagereq> <packagereq type="mandatory">gawk</packagereq> <packagereq type="mandatory">grep</packagereq> <packagereq type="mandatory">gzip</packagereq> <packagereq type="mandatory">info</packagereq> <packagereq type="mandatory">make</packagereq> <packagereq type="mandatory">patch</packagereq> <packagereq type="mandatory">redhat-rpm-config</packagereq> <packagereq type="mandatory">rpm-build</packagereq> <packagereq type="mandatory">sed</packagereq> <packagereq type="mandatory">shadow-utils</packagereq> <packagereq type="mandatory">tar</packagereq> <packagereq type="mandatory">unzip</packagereq> <packagereq type="mandatory">util-linux</packagereq> <packagereq type="mandatory">which</packagereq> <packagereq type="mandatory">xz</packagereq> </packagelist> </group> and in f30 comps the buildsys-build group is <group> <id>buildsys-build</id> <_name>Buildsystem building group</_name> <_description/> <default>false</default> <uservisible>false</uservisible> <packagelist> <packagereq type="mandatory">bash</packagereq> <packagereq type="mandatory">bzip2</packagereq> <packagereq type="mandatory">coreutils</packagereq> <packagereq type="mandatory">cpio</packagereq> <packagereq type="mandatory">diffutils</packagereq> <packagereq type="mandatory">fedora-release</packagereq> <packagereq type="mandatory">findutils</packagereq> <packagereq type="mandatory">gawk</packagereq> <packagereq type="mandatory">grep</packagereq> <packagereq type="mandatory">gzip</packagereq> <packagereq type="mandatory">info</packagereq> <packagereq type="mandatory">make</packagereq> <packagereq type="mandatory">patch</packagereq> <packagereq type="mandatory">redhat-rpm-config</packagereq> <packagereq type="mandatory">rpm-build</packagereq> <packagereq type="mandatory">sed</packagereq> <packagereq type="mandatory">shadow-utils</packagereq> <packagereq type="mandatory">tar</packagereq> <packagereq type="mandatory">unzip</packagereq> <packagereq type="mandatory">util-linux</packagereq> <packagereq type="mandatory">which</packagereq> <packagereq type="mandatory">xz</packagereq> </packagelist> </group> These are what mock uses to create the minimal buildroot in both cases, neither includes anything with glibc, greping through the mock code for glibc turns up nothing. I mention all of this because glibc-all- langpacks is pulled into the buildroot entirely by dependencies, the only change needed is to whatever package is pulling in glibc-all- langpacks to no longer pull it in. Dennis
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx