|
@@ -1,6 +1,9 @@
|
|
%bcond_with systemd
|
|
%bcond_with systemd
|
|
%bcond_with python3
|
|
%bcond_with python3
|
|
|
|
|
|
|
|
+%define galera_api_version 26.4
|
|
|
|
+%define mariadb_version 10.4.7
|
|
|
|
+
|
|
%if %{with python3}
|
|
%if %{with python3}
|
|
%global scons scons-3
|
|
%global scons scons-3
|
|
%else
|
|
%else
|
|
@@ -8,8 +11,8 @@
|
|
%endif
|
|
%endif
|
|
|
|
|
|
Name: galera
|
|
Name: galera
|
|
-Version: 25.3.25
|
|
|
|
-Release: 4%{?_dist_release}
|
|
|
|
|
|
+Version: %{galera_api_version}.2
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Synchronous multi-master wsrep provider (replication engine)
|
|
Summary: Synchronous multi-master wsrep provider (replication engine)
|
|
|
|
|
|
License: GPLv2
|
|
License: GPLv2
|
|
@@ -19,7 +22,8 @@ URL: http://galeracluster.com/
|
|
# following URL (without macros):
|
|
# following URL (without macros):
|
|
# https://mirror.vpsfree.cz/mariadb/mariadb-10.2.13/galera-25.3.23/src/galera-25.3.23.tar.gz
|
|
# https://mirror.vpsfree.cz/mariadb/mariadb-10.2.13/galera-25.3.23/src/galera-25.3.23.tar.gz
|
|
|
|
|
|
-Source0: http://releases.galeracluster.com/source/%{name}-%{version}.tar.gz
|
|
|
|
|
|
+Source0: http://ftp.yz.yamagata-u.ac.jp/pub/dbms/mariadb/mariadb-%{mariadb_version}/galera-%{version}/src/%{name}-%{version}.tar.gz
|
|
|
|
+
|
|
|
|
|
|
Source1: garbd.service
|
|
Source1: garbd.service
|
|
Source2: garbd-wrapper
|
|
Source2: garbd-wrapper
|
|
@@ -32,7 +36,7 @@ BuildRequires: libboost-devel libboost-program-options check-devel openssl-deve
|
|
BuildRequires: systemd
|
|
BuildRequires: systemd
|
|
%endif
|
|
%endif
|
|
Requires: nmap
|
|
Requires: nmap
|
|
-
|
|
|
|
|
|
+Provides: galera(%{galera_api_version})
|
|
|
|
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
Requires(post): systemd
|
|
Requires(post): systemd
|
|
@@ -129,6 +133,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Aug 30 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 26.4.2-1
|
|
|
|
+- updated to 26.4.2 for MariaDB-10.4.
|
|
|
|
+
|
|
* Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 25.3.25-4
|
|
* Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 25.3.25-4
|
|
- initial build for Vine Linux.
|
|
- initial build for Vine Linux.
|
|
|
|
|