Enable bootstrap for aarch64

This commit is contained in:
Peter Robinson 2016-10-12 16:25:16 +01:00
parent 89be3715f2
commit c44f9260be

View File

@ -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
@ -16,7 +16,7 @@
Name: mono
Version: 4.6.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Cross-platform, Open Source, .NET development framework
Group: Development/Languages
@ -778,6 +778,9 @@ rm -f %{buildroot}%{_libdir}/pkgconfig/cecil.pc
%{_libdir}/pkgconfig/monodoc.pc
%changelog
* Wed Oct 12 2016 Peter Robinson <pbrobinson@fedoraproject.org> 4.6.1-4
- Enable bootstrap for aarch64
* Wed Oct 12 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.1-3
- update to 4.6.1.5 Cycle 8 Service Release 0 (updated)