Non-Bootstrap build for Epel 7

This commit is contained in:
Timotheus Pokorra 2020-07-16 22:14:26 +02:00
parent ae80523694
commit 687d812f9d

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 166
Name: mono
Version: 6.6.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Cross-platform, Open Source, .NET development framework
License: MIT
@ -925,6 +925,9 @@ cert-sync /etc/pki/tls/certs/ca-bundle.crt
%files complete
%changelog
* Thu Jul 16 2020 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 6.6.0-7
- Non-Bootstrap build for Epel 7
* Wed Jul 15 2020 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 6.6.0-6
- Bootstrap build for Epel 7