| |
@@ -1,6 +1,6 @@
|
| |
Name: galera
|
| |
- Version: 26.4.7
|
| |
- Release: 2%{?dist}
|
| |
+ Version: 26.4.8
|
| |
+ Release: 1%{?dist}
|
| |
Summary: Synchronous multi-master wsrep provider (replication engine)
|
| |
|
| |
License: GPLv2
|
| |
@@ -34,6 +34,14 @@
|
| |
%setup -q
|
| |
%patch0 -p1
|
| |
|
| |
+ # Fix for BZ#1959484
|
| |
+ # The script is checking the version without the wsrep API number (the first number separated by dot)
|
| |
+ # This could be caused by wrongly providing the version from wsrep_load function
|
| |
+ # Issue is already reported here: https://github.com/codership/galera/issues/596
|
| |
+ # So we can temporary remove API version from the test to make it work, however, we will wait for the upstream's
|
| |
+ # solution in the issue linked above
|
| |
+ sed -i '/^GALERA_VER/s/API + //' wsrep/tests/SConscript
|
| |
+
|
| |
%build
|
| |
%{set_build_flags}
|
| |
|
| |
@@ -96,6 +104,9 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Thu Jun 03 2021 Lukas Javorsky <ljavorsk@redhat.com> - 26.4.8-1
|
| |
+ - Rebase to 26.4.8
|
| |
+
|
| |
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 26.4.7-2
|
| |
- Rebuilt for updated systemd-rpm-macros
|
| |
See https://pagure.io/fesco/issue/2583.
|
| |