From b681ddf83efaf49373a6aa7ad406c2cacfd0c4d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 21 Oct 2018 17:37:25 +0200 Subject: [PATCH] - missing patch --- consistent-rpm-prov-req.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 consistent-rpm-prov-req.patch 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 ? -- 2.44.0