From 6a35696b4255bf86d11a3d8514dcb0dc0fe1ad9b Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Wed, 16 Sep 2020 14:18:57 +0200 Subject: [PATCH] Apply workaround for FTBFS on F33+ --- galera.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/galera.spec b/galera.spec index 800dc2d..e2ec69c 100644 --- a/galera.spec +++ b/galera.spec @@ -1,6 +1,6 @@ Name: galera Version: 26.4.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Synchronous multi-master wsrep provider (replication engine) License: GPLv2 @@ -47,7 +47,15 @@ replication engine see http://www.codership.com. # --warn=all # debug=0 +# Workaround for FTBFS on F33+ +# https://bugzilla.redhat.com/show_bug.cgi?id=1863592 +# Reported upstream: +# https://github.com/codership/galera/issues/577 +%if 0%{?fedora} >= 33 +scons-3 %{?_smp_mflags} strict_build_flags=0 +%else scons-3 %{?_smp_mflags} strict_build_flags=1 +%endif %install install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/garbd.service @@ -92,6 +100,9 @@ install -D -m 644 scripts/packages/README-MySQL %{buildroot}%{_docdir}/galera/RE %changelog +* Wed Sep 16 2020 Michal Schorm - 26.4.4-5 +- Apply workaround for FTBFS on F33+ + * Sat Aug 01 2020 Fedora Release Engineering - 26.4.4-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild