disable bootstrapping

This commit is contained in:
Timotheus Pokorra 2019-03-27 20:56:43 +00:00
parent cb2069e8ba
commit 854e78922a

View File

@ -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 <timotheus.pokorra@solidcharity.com> - 5.18.1-2
- disable bootstrapping
* Fri Mar 22 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 5.18.1-1
- enable bootstrap build