Restore a fix we should have stuck by in 2006
This commit is contained in:
parent
7060e3928c
commit
3b207a8c11
@ -0,0 +1,28 @@
|
|||||||
|
From cdb098617af97c6af76e9048af62e8e5e778b5b6 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jo Shields <jo.shields@xamarin.com>
|
||||||
|
Date: Tue, 11 Aug 2015 19:41:23 +0100
|
||||||
|
Subject: [PATCH] Un-revoke fix in BNC#144655 - mono-find-provides should ONLY
|
||||||
|
work on GAC libraries, and any packages which break on this behaviour should
|
||||||
|
be fixed - rather than generating utterly broken Provides.
|
||||||
|
|
||||||
|
(cherry picked from commit 1f4133a06f252ec1b78637dd91e49f50836cf570)
|
||||||
|
---
|
||||||
|
scripts/mono-find-provides.in | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/scripts/mono-find-provides.in b/scripts/mono-find-provides.in
|
||||||
|
index 155690d..5e440ab 100644
|
||||||
|
--- a/scripts/mono-find-provides.in
|
||||||
|
+++ b/scripts/mono-find-provides.in
|
||||||
|
@@ -14,7 +14,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/"))
|
||||||
|
# Disabled... see ChangeLog
|
||||||
|
|
||||||
|
# Set the prefix, unless it is overriden (used when building mono rpms)
|
||||||
|
--
|
||||||
|
1.9.1
|
||||||
|
|
@ -37,6 +37,7 @@ 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: 0001-runtime-Fix-support-for-callvirt-delegates-with-a-vt.patch
|
Patch0: 0001-runtime-Fix-support-for-callvirt-delegates-with-a-vt.patch
|
||||||
|
Patch1: 0001-Un-revoke-fix-in-BNC-144655-mono-find-provides-shoul.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -121,6 +122,7 @@ technologies that have been submitted to the ECMA for standardization.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n mono-%{__majorver}
|
%setup -q -n mono-%{__majorver}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user