import galera-26.4.7-1.module+el8.4.0+10457+88cd7ba1

This commit is contained in:
CentOS Sources 2021-03-25 04:51:11 +00:00 committed by Andrew Lukoshko
parent cd8426bfd3
commit ee8e220fa3
3 changed files with 10 additions and 10 deletions

View File

@ -1 +1 @@
f8e64c78a1e0455047fc6f61898e6fa1fec4ce7b SOURCES/galera-26.4.6.tar.gz
88296dbfb7f63bb1179ed735492742400dfb3374 SOURCES/galera-26.4.7.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/galera-26.4.6.tar.gz
SOURCES/galera-26.4.7.tar.gz

View File

@ -1,6 +1,6 @@
Name: galera
Version: 26.4.6
Release: 2%{?dist}
Version: 26.4.7
Release: 1%{?dist}
Summary: Synchronous multi-master wsrep provider (replication engine)
License: GPLv2
@ -47,12 +47,9 @@ 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
# Update for 26.4.6: The strict_build_flags still FTBFS on armv7hl and i686
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8
# Update for 26.4.6: The strict_build_flags FTBFS on armv7hl and i686; fails to find check.h on RHEL
# Update for 26.4.7: The strict_build_flags FTBFS ppc64le, failing tests
%ifarch i686 ppc64le
scons-3 %{?_smp_mflags} strict_build_flags=0
%else
scons-3 %{?_smp_mflags} strict_build_flags=1
@ -97,6 +94,9 @@ install -D -m 644 scripts/packages/README-MySQL %{buildroot}%{_docdir}/galera/RE
%changelog
* Mon Mar 22 2021 Michal Schorm <mschorm@redhat.com> - 26.4.7-1
- Rebase to 26.4.7
* Mon Dec 07 2020 Honza Horak <hhorak@redhat.com> - 26.4.6-2
- Do not use scrict flags on RHEL-8, it does not find check.h that way
Related: #1855781