mrepo
mrepo copied to clipboard
Implement updateinfo.xml integration
Being able to provide security update information to yum clients is an important feature for Enterprises. It helps to keep systems secure until the next maintenance window.
I have made a perl script - see http://lists.repoforge.org/pipermail/tools/2009-June/001472.html
Should/could be rewritten in Python and implemented in mrepo?
Another implementation is available from: https://github.com/liedekef/spacewalk_scripts
Another method of retrieving this info is with the reposync command. I'm currently chasing down a Red Hat BZ 921284 to fix an issue, but you can retrieve all metadata including comps.xml and updateinfo.xml with the reposync command in the yum-utils package:
# reposync -u -l --download-metadata -m -e /tmp/test/
If you don't mind pulling the metadata from /var/cache/yum and don't want to hit the bug noted above, simply leave off the -e location.