On 7.12.2011 16:50, Andreas Jaeger wrote:
On Wednesday, December 07, 2011 16:33:40 Michal Marek wrote:
On 7.12.2011 12:50, Andreas Jaeger wrote:
The new check on duplicated files reports something like:
ERROR: /boot/vmlinux-3.2.0-rc4-0-desktop.gz is packaged in both kernel-desktop-base and kernel-desktop-devel, and the packages do not conflict ERROR: /boot/vmlinux-3.2.0-rc4-0-desktop.gz is packaged in both kernel-desktop and kernel-desktop-devel, and the packages do not conflict
Is there any special reason that it is part both packges?
Note that kernel-desktop contains both: /boot/vmlinux-3.2.0-rc4-0-desktop.gz /boot/vmlinuz-3.2.0-rc4-0-desktop
While the devel package only contains: /boot/vmlinux-3.2.0-rc4-0-desktop.gz
vmlinux should not be needed in the runtime package, but I didn't yet have time to fix it. Would it be possible to disable the check for kernel-*? There is nothing really broken with the packaging.
If vmlinux is not needed in the runtime, I can fix the file list and remove it. Shall I?
This is the only remaining problem, the rest is fixed already .
Just removing it from the filelist will break the rpm dependencies, because find-provides needs to extract the exported symbols from vmlinux (it does not know how to unpack vmlinuz). Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org