The base_arch macro should be expanded as %(echo %_target_cpu | sed 's/i.86\|pentium4\|athlon/i386/')
Corrected package name
Correction -- you need to double backslashes in the macro file: %(echo %_target_cpu | sed 's/i.86\\|pentium4\\|athlon/i386/')
To maintainer.
Fixed in kernel-build-tools-0.7-alt2 (k6 was broken too).
*** Bug 6272 has been marked as a duplicate of this bug. ***