Hey I have the same problem as my desktop runs Fedora 11. I know the OP cannot post URL's but I have the same problem. I apologize as I do not mean to highjack this thread. Bottom line is that "yum" is broken and it broke yesterday. There is a thread about it here
Todays updates error - Page 7 - FedoraForum.org
Bug reports are flowing in and I'm sure the Fedora team is on top of it. There are a couple of specific work arounds there but for the most part Fedora people are P. the F. off. Everyone is very touchy there about this issue. Anyway I know I haven't been much help but...
If it does help here is my out put:
[gary@localhost ~]$ cd /etc/yum.repos.d
[gary@localhost yum.repos.d]$ ls
adobe-linux-i386.repo
fedora-rawhide.repo
fedora.repo
fedora-updates.repo
fedora-updates-testing.repo
livna.repo
rpmfusion-free-rawhide.repo
rpmfusion-free-rawhide.repo.rpmnew
rpmfusion-free.repo
rpmfusion-free.repo.rpmnew
rpmfusion-free-updates.repo
rpmfusion-free-updates.repo.rpmnew
rpmfusion-free-updates-testing.repo
rpmfusion-free-updates-testing.repo.rpmnew
rpmfusion-nonfree-rawhide.repo
rpmfusion-nonfree-rawhide.repo.rpmsave
rpmfusion-nonfree.repo
rpmfusion-nonfree.repo.rpmsave
rpmfusion-nonfree-updates.repo
rpmfusion-nonfree-updates.repo.rpmsave
rpmfusion-nonfree-updates-testing.repo
rpmfusion-nonfree-updates-testing.repo.rpmsave
[gary@localhost yum.repos.d]$ cat fedora-updates.repo
[updates]
protect=yes
protect=yes
protect=yes
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates-debuginfo]
protect=yes
protect=yes
protect=yes
name=Fedora $releasever - $basearch - Updates - Debug
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/debug/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[updates-source]
protect=yes
protect=yes
protect=yes
name=Fedora $releasever - Updates Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPMS/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
[gary@localhost yum.repos.d]$