File mono-core-6.12.0.107-fix-find-requires.patch of Package mono-core

diff -uNr a/scripts/mono-find-requires.in b/scripts/mono-find-requires.in
--- a/scripts/mono-find-requires.in     2020-12-10 04:31:20.000000000 +0900
+++ b/scripts/mono-find-requires.in     2025-07-28 14:50:11.000000000 +0900
@@ -176,7 +176,9 @@
 # TODO: make this use the mono-find-provides script, to share code

 # Filter out dups from both lists
-REQUIRES=$(echo "$REQUIRES $config_REQUIRES"  | sort | uniq)
+REQUIRES=$(echo "$REQUIRES
+$config_REQUIRES" | sort | uniq)
+
 PROVIDES=$(echo "$PROVIDES" | sort | uniq)

 #
openSUSE Build Service is sponsored by