From ef19a9245734ee9ee0ef2722a4e0ed2e880f30d5 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Sat, 29 Feb 2020 22:21:38 +0100 Subject: [PATCH] bootstrap build for epel8 --- mono.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mono.spec b/mono.spec index a67af7a..755bbc5 100644 --- a/mono.spec +++ b/mono.spec @@ -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 - 6.6.0-6 +- Bootstrap build for Epel 8 + * Mon Feb 03 2020 Robert-André Mauchin - 6.6.0-5 - Reenable mdoc build (#1797360)