[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#c10 --- Comment #10 from Ludwig Nussel <lnussel@suse.com> --- (In reply to Ruediger Oertel from comment #8)
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 + ;;
Yup, either that or anything in /lib that links outside of it in general. -- You are receiving this mail because: You are the assignee for the bug.
participants (1)
-
bugzilla_noreply@suse.com