File brp-25-symlink-sort-input.patch of Package brp-check-suse.19625
--- brp-check-suse-84.87+git20181106.224b37d/brp-25-symlink 2021/05/14 09:01:26 1.1
+++ brp-check-suse-84.87+git20181106.224b37d/brp-25-symlink 2021/05/14 09:02:05
@@ -239,7 +239,7 @@
echo "INFO: relinking $link -> $new_link_dest (was $orig_link_dest)"
rm ./"$link" && ln -s "$new_link_dest" ./"$link"
fi
-done < <(find . -type l -printf '%p|%h|%l\n')
+done < <(find . -type l -printf '%p|%h|%l\n' | sort)
if test "$had_errors" = 1; then
exit 1