[packages/mono] - missing patch
baggins
baggins at pld-linux.org
Sun Oct 21 17:37:36 CEST 2018
commit b681ddf83efaf49373a6aa7ad406c2cacfd0c4d2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Oct 21 17:37:25 2018 +0200
- missing patch
consistent-rpm-prov-req.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
---
diff --git a/consistent-rpm-prov-req.patch b/consistent-rpm-prov-req.patch
new file mode 100644
index 0000000..ec4ef0e
--- /dev/null
+++ b/consistent-rpm-prov-req.patch
@@ -0,0 +1,13 @@
+--- mono-4.8.1/scripts/mono-find-requires.in~ 2018-10-21 17:31:32.000000000 +0200
++++ mono-4.8.1/scripts/mono-find-requires.in 2018-10-21 17:33:52.246228263 +0200
+@@ -15,6 +15,10 @@
+ filelist=($(grep -Ev '/usr/doc/|/usr/share/doc/'))
+ 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/"))
++
+ # parse .config files to find which native libraries to depend on
+ # (target attribute must have double quotes for this to work, ie: target="file" )
+ # Add /etc/mono/config ?
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mono.git/commitdiff/b681ddf83efaf49373a6aa7ad406c2cacfd0c4d2
More information about the pld-cvs-commit
mailing list