On Mon, 2003-09-15 at 13:41, Jeff Sheltren wrote: > OK, well I made a perl script to do this. It works great so far in my > tests, but let me know if you have any problems with it. > > You can find it here: > http://www.cs.ucsb.edu/~sheltren/download.php?id=7 > > Try: ./yumgroups.pl --help for usage information. > Hey, A couple of things: 1. rpm -qp --qf "%{name}" file.rpm will return just the packagename 2. using one of the perl xml libs to build up the stuff might be a 'more correct' way in the long run 3. Thanks - this is actually incredibly helpful for people building yumgroups and just the sort of thing a lot of folks will be find useful. thanks for the suggestion and for the code. -sv