On Mon, 2004-05-03 at 18:04 -0400, Brad Cox wrote: > I'm getting this error updating my fedora box. Where is that > $releasever variable coming from? How to fix it? And how does one > "check that you have the correct GPG keys"? > > And most of all: How to get a reliable yum.conf that has the latest > packages? As I recall, I created this mess trying to get the latest > subversion release. > > Is this ok [y/N]: y > Getting > arts-devel-1.2.2-0.fdr.0.1.i386.rpm > arts-devel-1.2.2-0.fdr.0. 100% > |=========================| 187 kB 00:29 > warning: > rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID ff6382fa > Error: > Could not find the GPG Key necessary to validate pkg > /var/cache/yum/kde-redhat-kde-stable-$releasever/packages/arts-devel-1.2.2-0.fdr.0.1.i386.rpm oh - that's b/c you're using $releasever in the repo section header. You shouldn't do that. it doesn't expand those out. Sorry. > [kde-redhat-kde-stable-$releasever] <---- here > name=kde-redhat.org > (kde-stable) > baseurl=ftp://apt.kde-redhat.org/apt/kde-redhat/$releasever/stable > gpgcheck=1 That package is coming from kde-redhat.org - you need to find out where their key is and check to see if you have it installed. Hope that helps. -sv