The source = kernel-2.6.30.9-90.fc11.src.rpm ... is in updates :
http://download.fedora.redhat.com/pu...0.fc11.src.rpm
.. or you can get it with # yum , if the 'fedora-updates.repo',
[updates-source] is enabled : enabled=1
1) kernel-devel : Almost no code, only makefiles.
2) By install, the source src.rpm is unpacked to
/usr/src/redhat/SOURCES , and can either be rebuild to packages
with # rpmbuild , ( which makes a usable patched folder in
/usr/src/redhat/BUILD ) or you can unpack the included 'tar.bz2'
and patch it yourself. ( There are 50 patches ? ).
.....