From b8e616e4467007156e2015db465ef845d0a297e2 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Fri, 22 Mar 2019 19:53:41 +0000 Subject: [PATCH] enable bootstrap build for Mono 5.18.1 --- mono.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mono.spec b/mono.spec index b32ce4d..95208db 100644 --- a/mono.spec +++ b/mono.spec @@ -2,7 +2,7 @@ # workaround #1224945 %undefine _hardened_build %endif -%global bootstrap 0 +%global bootstrap 1 %if 0%{?el6} # see https://fedorahosted.org/fpc/ticket/395, it was added to el7 %global mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64 ppc64le @@ -23,7 +23,7 @@ %global xamarinrelease 0 Name: mono Version: 5.18.1 -Release: 0%{?dist} +Release: 1%{?dist} Summary: Cross-platform, Open Source, .NET development framework License: MIT @@ -879,6 +879,9 @@ cert-sync /etc/pki/tls/certs/ca-bundle.crt %files complete %changelog +* Fri Mar 21 2019 Timotheus Pokorra - 5.18.1-1 +- enable bootstrap build + * Thu Mar 21 2019 Timotheus Pokorra - 5.18.1-0 - upgrade to Mono 5.18.1.0