2013/3/16 Andrew Sturgess <59nn9wjvjw@snkmail.com>
I am trying to do a yum update from Fedora 17 to Fedora 18 and am getting this when I do 'sudo yum --releasever=18 --disableplugin=presto distro-sync':

GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-18-i386
There is a known issue that need yet to be determined, this should have workaround the problem:
yum --releasever=18 --disableplugin=presto distro-sync --nogpgcheck

But I wonder if someone can test with:
yum --releasever=18 --disableplugin=presto update \*-release (--nogpgcheck)
yum distro-sync

The reported bug has even less information, please follow there:
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2644

I saw on some lists that things have changed and I should be using the "branched" rpmfusion repositories now... like so:

sudo yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm

.
Error: Package: rpmfusion-free-release-19-0.3.noarch (/rpmfusion-free-release-branched.noarch)
           Requires: system-release >= 19
           Installed: fedora-release-17-2.noarch (@updates)

That's on purpose, branched is f19 nowadays. (since last friday).

Nicolas (kwizart)