Description of problem: In the %preun script of the kernel-summit package, there is a typo which possibly prevents it from working properly (removing modules.* files): [...] preuninstall script (through /bin/sh): /sbin/modprobe loop 2> /dev/null > /dev/null || : rm -f /lib/modules/2.4.9-e.10.13simmit/modules.* [...] The last line should read "...e.10.13summit/..." not "...e.10.13simmit/...". Version-Release number of selected component (if applicable): kernel-summit-2.4.9-e.10.13
Fixed in 2.4.9-e.25