On Sun, 01 Feb 2004 12:32:09 +0000, WipeOut wrote: > > This is the real problem. You need to import the Fedora GPG key. > > > > This command should do it: > > rpm --import http://www.fedora.us/FEDORA-GPG-KEY > > > > -Dave > > > rpm on RH7.2 does not appear to have a "--import" option.. > > I installed the new yum package manually which seemed to work.. Will > have to see what happenes when an update is released.. With the older RPM, you need to import the key into your GPG key-ring. Download it and "gpg --import FILE". --