|
@@ -2,7 +2,7 @@
|
|
%bcond_with python3
|
|
%bcond_with python3
|
|
%bcond_without cmake
|
|
%bcond_without cmake
|
|
|
|
|
|
-%define mariadb_version 10.6.4
|
|
|
|
|
|
+%define mariadb_version 10.6.7
|
|
|
|
|
|
%if %{with python3}
|
|
%if %{with python3}
|
|
%global scons scons-3
|
|
%global scons scons-3
|
|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
Summary: Synchronous multi-master wsrep provider (replication engine)
|
|
Summary: Synchronous multi-master wsrep provider (replication engine)
|
|
Name: galera
|
|
Name: galera
|
|
-Version: 26.4.9
|
|
|
|
|
|
+Version: 26.4.11
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
%global galera_api_version %(echo %{version} | cut -d . -f 1,2)
|
|
%global galera_api_version %(echo %{version} | cut -d . -f 1,2)
|
|
Group: servers
|
|
Group: servers
|
|
@@ -32,7 +32,8 @@ Source3: garbd.init
|
|
|
|
|
|
Patch0: galera-python3.patch
|
|
Patch0: galera-python3.patch
|
|
|
|
|
|
-BuildRequires: libboost-devel libboost-program-options check-devel openssl-devel gcc-c++ asio-devel
|
|
|
|
|
|
+BuildRequires: libboost-devel libboost-filesystem libboost-program-options
|
|
|
|
+BuildRequires: check-devel openssl-devel gcc-c++ asio-devel
|
|
%if %{with cmake}
|
|
%if %{with cmake}
|
|
BuildRequires: cmake ninja
|
|
BuildRequires: cmake ninja
|
|
%else
|
|
%else
|
|
@@ -192,6 +193,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Feb 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 26.4.11-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Sat Aug 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 26.4.9-1
|
|
* Sat Aug 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 26.4.9-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|