commit 28bb60053892ceaade7b37537f92ceed52a702b5 Author: Andreas Jaeger Date: Thu Dec 8 10:45:20 2011 +0100 Do not package vmlinux.*.gz in main package. diff --git a/rpm/kernel-binary.spec.in b/rpm/kernel-binary.spec.in index e241c0f..dbbe4b7 100644 --- a/rpm/kernel-binary.spec.in +++ b/rpm/kernel-binary.spec.in @@ -681,9 +681,11 @@ rm %my_builddir/tmp %if %split_base %files -f kernel-main.files +%exclude /boot/vmlinux-*.gz %else %files -f kernel-base.files +%exclude /boot/vmlinux-*.gz %endif %defattr(-, root, root) @@ -721,6 +723,7 @@ This package contains only the base modules, required in all installs. %files base -f kernel-base.files %defattr(-, root, root) +%exclude /boot/vmlinux-*.gz %endif %package extra