Compare commits

...

1 Commits

Author SHA1 Message Date
Timotheus Pokorra
ef19a92457 bootstrap build for epel8 2020-02-29 22:21:38 +01:00

View File

@ -2,7 +2,7 @@
# workaround https://github.com/mono/mono/issues/9009#issuecomment-477073609
%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
@ -23,7 +23,7 @@
%global xamarinrelease 161
Name: mono
Version: 6.6.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Cross-platform, Open Source, .NET development framework
License: MIT
@ -924,6 +924,9 @@ cert-sync /etc/pki/tls/certs/ca-bundle.crt
%files complete
%changelog
* Sat Feb 29 2020 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 6.6.0-6
- Bootstrap build for Epel 8
* Mon Feb 03 2020 Robert-André Mauchin <zebob.m@gmail.com> - 6.6.0-5
- Reenable mdoc build (#1797360)