Browse Source

galera-26.4.11-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
aa221e965b
1 changed files with 7 additions and 3 deletions
  1. 7 3
      g/galera/galera-vl.spec

+ 7 - 3
g/galera/galera-vl.spec

@@ -2,7 +2,7 @@
 %bcond_with		python3
 %bcond_without	cmake
 
-%define mariadb_version 10.6.4
+%define mariadb_version 10.6.7
 
 %if %{with python3}
 %global scons scons-3
@@ -12,7 +12,7 @@
 
 Summary:        Synchronous multi-master wsrep provider (replication engine)
 Name:           galera
-Version:        26.4.9
+Version:        26.4.11
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 %global         galera_api_version %(echo %{version} | cut -d . -f 1,2)
 Group:          servers
@@ -32,7 +32,8 @@ Source3:        garbd.init
 
 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}
 BuildRequires:  cmake ninja
 %else
@@ -192,6 +193,9 @@ fi
 
 
 %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
 - new upstream release.