Description of problem: Somebody unfortunately forgot, that a -debuginfo kernel package also should created, if %{fancy_debuginfo} is just 0. Version-Release number of selected component (if applicable): kernel-2.6.23-0.115.rc3.git1 How reproducible: Everytime for me, if you unset %{fancy_debuginfo} or just try to define fc7 which causes the same. Actual results: kernel-devel package is blown up to ~ 250 MB, because the content of the non-existing -debuginfo package is simply added to -devel package. Expected results: Please apply the following patch (or better): --- kernel.spec 2007-08-31 22:02:04.000000000 +0200 +++ kernel.spec.rsc 2007-08-31 22:19:05.000000000 +0200 @@ -1734,6 +1735,7 @@ %endif\ %defattr(-,root,root)\ %if !%{fancy_debuginfo}\ +%{expand:%%files %{?2:%{2}-}debuginfo}\ %if "%{elf_image_install_path}" != ""\ %{debuginfodir}/%{elf_image_install_path}/*-%{KVERREL}%{?2}.debug\ %endif\
Oops. Like I said at the time, I never actually tested using the new kernel.spec on %fedora < 8. I've committed the fix (not quite the patch above, but close).