From 26e83ea430d562dd5b3dbabdf812745327b33e8a Mon Sep 17 00:00:00 2001 From: Joseph Shields Date: Mon, 18 May 2020 12:04:32 -0400 Subject: [PATCH] Disable LLVM patch --- mono-core.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mono-core.spec b/mono-core.spec index e032dada4a..54b168d660 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -35,7 +35,8 @@ 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.xz -Patch0: llvm_llc_opt_default_path.patch +#Patch0: llvm_llc_opt_default_path.patch +Patch1: use_python3_not_unversioned.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -141,7 +142,10 @@ technologies that have been submitted to the ECMA for standardization. %prep %setup -q -n mono-%{version} -%patch0 -p1 +#%patch0 -p1 +%if 0%{?rhel} >= 8 +%patch1 -p1 +%endif %build %{?scl:scl enable %{scl} - << \EOF}