Skip to content

kernel.spec: fix libperf-debuginfo content

Forward-port c9s commit: bd17da749d74 ("[redhat] kernel.spec: fix libperf-debuginfo content")

Due to incorrect searching pattern, libperf-debuginfo package contained only symlinks and actual libperf.so.0.0.1.debug went into kernel-debuginfo-common package.

Fix the search pattern, so that /usr/lib/debug/usr/lib64/libperf.so.0.0.1.debug gets into the proper debuginfo subpackage.

Signed-off-by: Michael Petlan mpetlan@redhat.com Signed-off-by: Jan Stancek jstancek@redhat.com

Merge request reports