Bug 483856

Summary: add --groupinstall option
Product: [Retired] Fedora Hosted Projects Reporter: Paul B Schroeder <paul.schroeder>
Component: mockAssignee: Clark Williams <williams>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-04 23:40:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paul B Schroeder 2009-02-03 22:50:07 UTC
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:

Comment 1 Jesse Keating 2009-02-04 23:40:25 UTC
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.