From e335b75fcea7001ca9b936925404dd110261fc10 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Wed, 24 Jan 2018 12:54:13 -0500 Subject: [PATCH] Removed obsolete provides-facades.patch --- mono-core.spec | 2 -- provides-facades.patch | 13 ------------- 2 files changed, 15 deletions(-) delete mode 100644 provides-facades.patch diff --git a/mono-core.spec b/mono-core.spec index 0356f93139..c549df6fd4 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -36,7 +36,6 @@ License: LGPL-2.1 and MIT and MS-PL Group: Development/Languages/Mono Url: http://www.mono-project.com Source0: http://download.mono-project.com/sources/mono/mono-%{version}.tar.bz2 -Patch0: provides-facades.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -132,7 +131,6 @@ technologies that have been submitted to the ECMA for standardization. %prep %setup -q -n mono-%{version} -%patch0 -p1 %build ./autogen.sh diff --git a/provides-facades.patch b/provides-facades.patch deleted file mode 100644 index 5abcd0bbbd..0000000000 --- a/provides-facades.patch +++ /dev/null @@ -1,13 +0,0 @@ -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)