https://bugzilla.suse.com/show_bug.cgi?id=1179023 https://bugzilla.suse.com/show_bug.cgi?id=1179023#c5 Jean Delvare <jdelvare@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(amajer@suse.com) | --- Comment #5 from Jean Delvare <jdelvare@suse.com> --- After further analysis, it turns out that rpmbuild is not to blame. The resolution of symbolic links is done by the kernel itself when we figure out (via procfs) the path to the patch file which was passed to the patch utility through stdin. Illustration: $ readlink /proc/self/fd/0 < /tmp/foo/openSUSE:Factory/quilt/expand.diff /tmp/openSUSE:Factory/quilt/expand.diff So a better fix is possible. Working on it. -- You are receiving this mail because: You are on the CC list for the bug.