diff --git a/mono.spec b/mono.spec index 150caa3..89f56b3 100644 --- a/mono.spec +++ b/mono.spec @@ -2,7 +2,7 @@ # workaround https://github.com/mono/mono/issues/9009#issuecomment-477073609 %undefine _hardened_build %endif -%global bootstrap 1 +%global bootstrap 0 %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: 1%{?dist} +Release: 2%{?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 +* Wed Mar 27 2019 Timotheus Pokorra - 5.18.1-2 +- disable bootstrapping + * Fri Mar 22 2019 Timotheus Pokorra - 5.18.1-1 - enable bootstrap build