Extend the workaround also to ELN
This commit is contained in:
parent
4cb4dab40b
commit
381701a3b6
@ -1,6 +1,6 @@
|
|||||||
Name: galera
|
Name: galera
|
||||||
Version: 26.4.5
|
Version: 26.4.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Synchronous multi-master wsrep provider (replication engine)
|
Summary: Synchronous multi-master wsrep provider (replication engine)
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -51,7 +51,7 @@ replication engine see http://www.codership.com.
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1863592
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1863592
|
||||||
# Reported upstream:
|
# Reported upstream:
|
||||||
# https://github.com/codership/galera/issues/577
|
# https://github.com/codership/galera/issues/577
|
||||||
%if 0%{?fedora} >= 33
|
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9
|
||||||
scons-3 %{?_smp_mflags} strict_build_flags=0
|
scons-3 %{?_smp_mflags} strict_build_flags=0
|
||||||
%else
|
%else
|
||||||
scons-3 %{?_smp_mflags} strict_build_flags=1
|
scons-3 %{?_smp_mflags} strict_build_flags=1
|
||||||
@ -98,6 +98,9 @@ install -D -m 644 scripts/packages/README-MySQL %{buildroot}%{_docdir}/galera/RE
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 17 2020 Michal Schorm <mschorm@redhat.com> - 26.4.5-2
|
||||||
|
- Extend the workaround also to ELN
|
||||||
|
|
||||||
* Wed Sep 16 2020 Michal Schorm <mschorm@redhat.com> - 26.4.5-1
|
* Wed Sep 16 2020 Michal Schorm <mschorm@redhat.com> - 26.4.5-1
|
||||||
- Rebase to 26.4.5
|
- Rebase to 26.4.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user