Fedora8 yum で checksum error

yumのレポジトリにfreshrpmsを入れていると、yumの最初のアップデート確認処理で怒られる

Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * fedora: archive.nl.eu.kernel.org
 * adobe-linux-i386: linuxdownload.adobe.com
 * updates-newkey: archive.nl.eu.kernel.org
 * updates: archive.nl.eu.kernel.org
 * freshrpms: ayo.ie.freshrpms.net
http://ayo.ie.freshrpms.net/fedora/linux/8/i386/freshrpms/repodata/primary.sqlite.bz2: [Errno -3] Error performing checksum

そんな時は/etc/yum.repos.d/freshrpms.repoを以下のように編集すれば解決できます

# $Id: freshrpms.repo 3341 2005-06-28 18:40:26Z thias $
[freshrpms]
name=Fedora Core $releasever - $basearch - Freshrpms
#baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/
mirrorlist=http://ayo.freshrpms.net/fedora/linux/$releasever/mirrors-freshrpms
#enabledを1から0へ変更
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-freshrpms
gpgcheck=1