KC-02: How do I compile a SRPM kernel?
The fastest way:
CODE
rpm --rebuild --target YOUR_ARCH kernel.VERSION.src.rpm
rpm -ivh /usr/src/RPM/RPMS/YOUR_ARCH/kernel.VERSION.YOUR_ARCH.rpm
rpm -ivh /usr/src/RPM/RPMS/YOUR_ARCH/kernel.VERSION.YOUR_ARCH.rpm
Where YOUR_ARCH can be: noarch, i386, i486, i586, i686, athlon, ...
<TODO>deeper explanation of the proccess and coustomization tips</TODO>
References:
KC-01: How do I compile a kernel?