Comment # 36 on bug 1166406 from
(In reply to Michal Suchanek from comment #35)
> if you move vmlinux into a separate package its debuginfo will move into a
> separate debuginfo package because it is created automagically.
> 
> So you will have kernel-default and kernel-default-vmlinux with the kernel
> debuginfo also split between kernel-default-debuginfo and
> kernel-default-vmlinux-debuginfo. Or am I missing something?

true, so we just make the dep a bit more complicated - but the system stays
valid:

kernel-default:
Requires: ((kernel-default-vmlinux and kernel-default-vmlinux-debuginfo) if
kernel-default-debuginfo)


You are receiving this mail because: