forked from pool/mono-core
35e33a0e29
Update to version 5.2.0.215 (5.2.0 Stable) OBS-URL: https://build.opensuse.org/request/show/517700 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=186
14 lines
644 B
Diff
14 lines
644 B
Diff
diff --git a/scripts/mono-find-provides.in b/scripts/mono-find-provides.in
|
|
index 5b2e206..5d6f34c 100644
|
|
--- a/scripts/mono-find-provides.in
|
|
+++ b/scripts/mono-find-provides.in
|
|
@@ -16,7 +16,7 @@ monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
|
|
|
|
# Only include files with /gac/ in path
|
|
# (Allows packages to contain private assemblies that don't conflict with other packages)
|
|
-monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
|
|
+monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/(gac|Facades|4\\.5)/"))
|
|
# Disabled... see ChangeLog
|
|
|
|
# Set the prefix, unless it is overriden (used when building mono rpms)
|