build again without bootstrap
This commit is contained in:
parent
44f3dc59ca
commit
925317bff5
@ -2,7 +2,7 @@
|
|||||||
# workaround https://github.com/mono/mono/issues/9009#issuecomment-477073609
|
# workaround https://github.com/mono/mono/issues/9009#issuecomment-477073609
|
||||||
%undefine _hardened_build
|
%undefine _hardened_build
|
||||||
%endif
|
%endif
|
||||||
%global bootstrap 1
|
%global bootstrap 0
|
||||||
%if 0%{?el6}
|
%if 0%{?el6}
|
||||||
# see https://fedorahosted.org/fpc/ticket/395, it was added to el7
|
# 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
|
%global mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64 ppc64le
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%global xamarinrelease 34
|
%global xamarinrelease 34
|
||||||
Name: mono
|
Name: mono
|
||||||
Version: 5.20.1
|
Version: 5.20.1
|
||||||
Release: 0%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cross-platform, Open Source, .NET development framework
|
Summary: Cross-platform, Open Source, .NET development framework
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -898,6 +898,9 @@ cert-sync /etc/pki/tls/certs/ca-bundle.crt
|
|||||||
%files complete
|
%files complete
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 07 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 5.20.1-1
|
||||||
|
- build again without bootstrap
|
||||||
|
|
||||||
* Tue Aug 06 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 5.20.1-0
|
* Tue Aug 06 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 5.20.1-0
|
||||||
- upgrade to Mono 5.20.1.34, with a bootstrap build
|
- upgrade to Mono 5.20.1.34, with a bootstrap build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user