[Bug 1186710] wrong/dead symlinks with kernel-default-devel-5.12.4-2.1.x86_64 (after usrmerge?)
https://bugzilla.suse.com/show_bug.cgi?id=1186710 https://bugzilla.suse.com/show_bug.cgi?id=1186710#c8 --- Comment #8 from Ruediger Oertel <ro@suse.com> --- proposal: diff --git a/brp-25-symlink b/brp-25-symlink index 2884a34..15ec95c 100755 --- a/brp-25-symlink +++ b/brp-25-symlink @@ -85,6 +85,9 @@ do /proc/*|/dev/*|/sys/*) # links pointing into kernel file system should be absolute link_dest=$link_absolut ;; + /lib/modules/*|/lib/firmware/*) # keeping kernel modules and firmware absolute for now + link_dest=$link_absolut + ;; ${RPM_BUILD_ROOT}*) echo "ERROR: Link $link -> $link_orig points inside build root!" had_errors=1 -- You are receiving this mail because: You are the assignee for the bug.
participants (1)
-
bugzilla_noreply@suse.com