Remove patch that was merged upstream
This commit is contained in:
parent
6911b0f5ef
commit
64049b7517
@ -36,7 +36,6 @@ License: LGPL-2.1 and MIT and MS-PL
|
|||||||
Group: Development/Languages/Mono
|
Group: Development/Languages/Mono
|
||||||
Url: http://www.mono-project.com
|
Url: http://www.mono-project.com
|
||||||
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.tar.bz2
|
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.tar.bz2
|
||||||
Patch0: provides-facades.patch
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
@ -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)
|
|
Loading…
x
Reference in New Issue
Block a user