I got this message:
"rpm -i kernel-2.6.9-1.667.src.rpm warning: kernel-2.6.9-1.667.src.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2 error: cannot create %sourcedir /usr/src/redhat/SOURCES"
What can I do to make it work? I am loged in as root:)
You need to install the rpm-build package.
You might also want to do: # rpm --import /usr/share/doc/fedora-release-*/RPM-GPG-KEY* to get rid of those NOKEY messages.
Paul.