]> git.pld-linux.org Git - packages/mono.git/commitdiff
- missing patch auto/th/mono-4.8.1.0-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 21 Oct 2018 15:37:25 +0000 (17:37 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 21 Oct 2018 15:37:25 +0000 (17:37 +0200)
consistent-rpm-prov-req.patch [new file with mode: 0644]

diff --git a/consistent-rpm-prov-req.patch b/consistent-rpm-prov-req.patch
new file mode 100644 (file)
index 0000000..ec4ef0e
--- /dev/null
@@ -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 ?
This page took 0.102875 seconds and 4 git commands to generate.