Magnar J. Grødem wrote:
lør, 13.12.2003 kl. 04.04 skrev Scott Blackman:
When trying to configure yum I get,
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 8df56d05
So I imported key from
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8DF56D05,
but still get
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 8df56d05
How do I set up yum proply
You have to import the pgp-key first.
Yum are using rpm to qualify packages. To import a key into rpm,
you should use:
rpm --import <pgpkey>
where <pgpkey> is a file with the pgp-key. To find pgp-keys, you
should go to the websites of each yum-repository.
Magnar
I did that!
Scott