Here's a patch to make repo-rss create one feed per group found in comps.xml. This feature is much desired by the SIGs (especially the Games SIG). What I did is pretty simple: - I've added an option to the OptionParser to enable groups support - I've moved the RSS generation code from main() to a new makeFeed() function - I've added some code to get the comps groups and create one RepoRSS object per comps group. This code is heavily inspired by repoview. It's a patch against repo-rss as in yum-utils-0.6-2
Created attachment 128749 [details] patch to enable groups support
Thanks, Added patch to upstream CVS, will be available in next yum-utils release.