Manual procedure to update patch list from SUSE (FULL LIST!!!, very noisy!).

Download a HTML index from SUSE Security servers:

wget ftp://ftp.suse.com/pub/suse/i386/update/9.1/rpm/i586/

Convert HTML in a plain list of updatable RPM

cat index.html | grep  -o "[A-Za-z0-9\.\_\-]*\.rpm" | grep "patch" | sort -u | sed 's/.i586.patch.rpm//g' > rpmpatch.lst

Add to your rpmpatch.lst file on your Babel agent.


