!39 Upgrade to 26.4.16 and fix build error

From: @starlet-dx 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-12-06 08:03:17 +00:00 committed by Gitee
commit 542550a09e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 1972 additions and 2 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
galera-4-26.4.16.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global galeradoc %{buildroot}%{_docdir}/galera %global galeradoc %{buildroot}%{_docdir}/galera
Name: galera Name: galera
Version: 26.4.14 Version: 26.4.16
Release: 1 Release: 1
Summary: Synchronous multi-master replication library Summary: Synchronous multi-master replication library
License: GPLv2 License: GPLv2
URL: http://galeracluster.com/ URL: http://galeracluster.com/
Source0: http://releases.galeracluster.com/%{name}-4.14/source/%{name}-4-%{version}.tar.gz Source0: http://releases.galeracluster.com/%{name}-4.16/source/%{name}-4-%{version}.tar.gz
Source1: garbd.service Source1: garbd.service
#systemd startup script #systemd startup script
Source2: garbd-wrapper Source2: garbd-wrapper
@ -13,6 +13,8 @@ Source2: garbd-wrapper
#Use decode to make the SConstruct Python3 compatible #Use decode to make the SConstruct Python3 compatible
#https://github.com/codership/galera/commit/71685db8da72b81a0950c19269281d10ae179706.patch #https://github.com/codership/galera/commit/71685db8da72b81a0950c19269281d10ae179706.patch
Patch0000: galera-python3.patch Patch0000: galera-python3.patch
# https://salsa.debian.org/mariadb-team/galera-4/-/commit/19f010d78a98d8c481b57de27b0b59cdad8b979d
Patch0001: Apply-upstream-patches-from-codership-galera-558.patch
BuildRequires: asio-devel boost-devel check-devel gcc-c++ openssl-devel python3-scons systemd BuildRequires: asio-devel boost-devel check-devel gcc-c++ openssl-devel python3-scons systemd
Requires: nmap-ncat Requires: nmap-ncat
@ -69,6 +71,9 @@ install -D -m 755 libgalera_smm.so %{buildroot}%{_libdir}/galera/li
%{_unitdir}/garbd.service %{_unitdir}/garbd.service
%changelog %changelog
* Wed Dec 06 2023 yaoxin <yao_xin001@hoperun.com> - 26.4.16-1
- Upgrade to 26.4.16 and fix build error
* Tue Oct 31 2023 wangkai <13474090681@163.com> - 26.4.14-1 * Tue Oct 31 2023 wangkai <13474090681@163.com> - 26.4.14-1
- Update to 26.4.14 - Update to 26.4.14