Description of problem: There is no optimized version of eas-i586.ko in the kernel, kernel-2.6.19-1.2895.fc6.i586.rpm contains the correct module, but *.i686.rpm lacks. Version-Release number of selected component (if applicable): kernel-2.6.19-1.2895.fc6.i686.rpm How reproducible: always Steps to Reproduce: 1. cd /archive/with/fedora/6/updates/i386 2. rpm -qlp kernel-2.6.19-1.2895.fc6.i686.rpm|grep aes-i586.ko 3. rpm -qlp kernel-2.6.19-1.2895.fc6.i586.rpm|grep aes-i586.ko Actual results: The i686 contains no aes-i586 (grep returns nothing) The i586 contains the eas-i586.ko Expected results: Both rpms should contain the modules Additional info: I believe enabling CONFIG_AES_i586=m should fix the problem.
It will be in the next update.