The newest tetex RPMs in the CentOS 4.2 updates tree seem to be signed by a new key. Can someone please point me to the relevant information?
error: <directory>/tetex-latex-2.0.2-22.EL4.7.i386.rpm: V3 DSA signature: BAD, key ID 443e1821
Thanks.
Dave Thompson UW-Madison
David Thompson wrote:
The newest tetex RPMs in the CentOS 4.2 updates tree seem to be signed by a new key. Can someone please point me to the relevant information?
error: <directory>/tetex-latex-2.0.2-22.EL4.7.i386.rpm: V3 DSA signature: BAD, key ID 443e1821
KeyID 443e1821 is the correct CentOS-4 key. Nothing has changed there. you might want to check the key is setup correctly on your machine :
rpm -qi gpg-pubkey-443e1821-421f218f
also, make sure the package itself is ok, with a "rpm -k <pkgname>"
- KB
On Tue, 2006-01-24 at 20:45 +0000, Karanbir Singh wrote:
rpm -qi gpg-pubkey-443e1821-421f218f
Or rather:
rpm -qi gpg-pubkey-443e1821
since the release is the timestamp of when the key was imported.
Ignacio Vazquez-Abrams wrote:
On Tue, 2006-01-24 at 20:45 +0000, Karanbir Singh wrote:
rpm -qi gpg-pubkey-443e1821-421f218f
Or rather:
rpm -qi gpg-pubkey-443e1821
since the release is the timestamp of when the key was imported.
imported or generated ?
On Tue, 2006-01-24 at 22:19 +0000, Karanbir Singh wrote:
Ignacio Vazquez-Abrams wrote:
On Tue, 2006-01-24 at 20:45 +0000, Karanbir Singh wrote:
rpm -qi gpg-pubkey-443e1821-421f218f
Or rather:
rpm -qi gpg-pubkey-443e1821
since the release is the timestamp of when the key was imported.
imported or generated ?
Hrm. I thought it was imported, but it is in fact generated. My bad.
In any case, omitting the release should be fine since it keys off of N or NV if you pass those.
Ignacio Vazquez-Abrams wrote:
On Tue, 2006-01-24 at 22:19 +0000, Karanbir Singh wrote:
Ignacio Vazquez-Abrams wrote:
On Tue, 2006-01-24 at 20:45 +0000, Karanbir Singh wrote:
rpm -qi gpg-pubkey-443e1821-421f218f
Or rather:
rpm -qi gpg-pubkey-443e1821
since the release is the timestamp of when the key was imported.
imported or generated ?
Hrm. I thought it was imported, but it is in fact generated. My bad.
In any case, omitting the release should be fine since it keys off of N or NV if you pass those.
right, and all we need is the keyid verified anyway.