[CentOS] Missing GPG sigs on Centos 4.2 SRPMS

Sat Dec 31 13:38:02 UTC 2005
Maciej Żenczykowski <maze at cela.pl>

Howdy folks,

$ cd /opt/mirrors/centos/4.2
$ find -type f | grep "\.rpm" | while read i; do rpm -K "$i"; done | egrep -v ": \(sha1\) dsa sha1 md5 gpg OK\$"

centosplus/SRPMS/reiserfs-utils-3.6.19-2.1.src.rpm: sha1 md5 OK
extras/SRPMS/drbd-0.7.14-1.centos4.src.rpm: sha1 md5 OK
extras/SRPMS/ipvsadm-1.24-6.src.rpm: (SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#db42a60e)
updates/SRPMS/ethereal-0.10.13-1.EL4.1.src.rpm: sha1 md5 OK

The previous packages seem to lack gpg signatures (and ipvsadm seems to 
have a signature unlike all the other packages...)

Cheers,
MaZe.