aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mono/mono-un-revoke-fix-in-BNC-144655.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mono/mono-un-revoke-fix-in-BNC-144655.patch')
-rw-r--r--testing/mono/mono-un-revoke-fix-in-BNC-144655.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/mono/mono-un-revoke-fix-in-BNC-144655.patch b/testing/mono/mono-un-revoke-fix-in-BNC-144655.patch
new file mode 100644
index 0000000000..6a2d9f53de
--- /dev/null
+++ b/testing/mono/mono-un-revoke-fix-in-BNC-144655.patch
@@ -0,0 +1,13 @@
+--- ./scripts/mono-find-provides.in
++++ ./scripts/mono-find-provides.in
+@@ -14,7 +14,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/"))
+ # Disabled... see ChangeLog
+
+ # Set the prefix, unless it is overriden (used when building mono rpms)
+--
+2.6.0