Description of problem: Not a problem, but an enhancement request. It would be nice to be able to do a groupinstall. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: running "mock -r chroot --groupinstall 'Group Name'" would install a group. Expected to work just like 'yum groupinstall'. I imagine it would call this underneath. Additional info:
Recent yum versions support "install @groupname" syntax, allowing you to mix installation of packages and groups in the same command. Thus you can do mock --install @foo to get a group installed.