On Tue, 2003-07-08 at 15:49, Brian Long wrote: > It appears http://rhlinux.redhat.com/anaconda/comps.html is missing an > explanation of the <grouplist> element which is optional inside the > <group> definition. > > Could this be updated? Thanks. > > /Brian/ Grouplist is a list of groups included inside any other group. <grouplist> <groupreq>groupid</groupreq> <metapkg type="optional">groupid</metapkg> <metapkg type="default">groupid</metapkg> </grouplist> You should think of groupreq's as mandatory metapkgs. look at the top of http://devel.linux.duke.edu/cgi-bin/viewcvs.cgi/yum/Attic/yumcomps.py?rev=1.1.2.13&only_with_tag=yum-rpm_4_2_branch&content-type=text/vnd.viewcvs-markup For some useful information on how to interpret those. -sv