On Tue, Nov 06, 2018 at 09:21:09AM -0600, Dennis Gilmore wrote: > What is the change you are planning to put into mock and koji? In both cases, we know that bash and other utilities will pull in glibc, which Requires glibc-langpack, and pulls in glibc-all-langpacks by default. My plan is to add glibc-minimal-langpack to those lists. It also provides glibc-langpack, and will prevent glibc-all-langpacks from being pulled in automatically. Zbyszek > 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> _______________________________________________ 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