Update to 26.4.8
This commit is contained in:
parent
0e9bc62e31
commit
4b65a2a5b0
Binary file not shown.
BIN
galera-4-26.4.8.tar.gz
Normal file
BIN
galera-4-26.4.8.tar.gz
Normal file
Binary file not shown.
15
galera.spec
15
galera.spec
@ -1,11 +1,11 @@
|
|||||||
%global galeradoc %{buildroot}%{_docdir}/galera
|
%global galeradoc %{buildroot}%{_docdir}/galera
|
||||||
Name: galera
|
Name: galera
|
||||||
Version: 25.3.26
|
Version: 26.4.8
|
||||||
Release: 5
|
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}-3.26/source/%{name}-3-%{version}.tar.gz
|
Source0: http://releases.galeracluster.com/%{name}-4.8/source/%{name}-4-%{version}.tar.gz
|
||||||
Source1: garbd.service
|
Source1: garbd.service
|
||||||
#systemd startup script
|
#systemd startup script
|
||||||
Source2: garbd-wrapper
|
Source2: garbd-wrapper
|
||||||
@ -23,7 +23,9 @@ Requires(post,preun,postun): systemd
|
|||||||
This is Galera replication - Codership's implementation of the write set replication (wsrep) interface.
|
This is Galera replication - Codership's implementation of the write set replication (wsrep) interface.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-3-%{version} -p1
|
%autosetup -n %{name}-4-%{version} -p1
|
||||||
|
|
||||||
|
sed -i '/^GALERA_VER/s/API + //' wsrep/tests/SConscript
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{set_build_flags}
|
%{set_build_flags}
|
||||||
@ -38,8 +40,6 @@ scons-3 %{?_smp_mflags} strict_build_flags=1
|
|||||||
%install
|
%install
|
||||||
install -D -m 644 COPYING %{galeradoc}/COPYING
|
install -D -m 644 COPYING %{galeradoc}/COPYING
|
||||||
install -D -m 644 asio/LICENSE_1_0.txt %{galeradoc}/LICENSE.asio
|
install -D -m 644 asio/LICENSE_1_0.txt %{galeradoc}/LICENSE.asio
|
||||||
install -D -m 644 chromium/LICENSE %{galeradoc}/LICENSE.chromium
|
|
||||||
install -D -m 644 www.evanjones.ca/LICENSE %{galeradoc}/LICENSE.crc32
|
|
||||||
install -D -m 644 scripts/packages/README %{galeradoc}/README
|
install -D -m 644 scripts/packages/README %{galeradoc}/README
|
||||||
install -D -m 644 scripts/packages/README-MySQL %{galeradoc}/README-MySQL
|
install -D -m 644 scripts/packages/README-MySQL %{galeradoc}/README-MySQL
|
||||||
install -D -m 644 garb/files/garb.cnf %{buildroot}%{_sysconfdir}/sysconfig/garb
|
install -D -m 644 garb/files/garb.cnf %{buildroot}%{_sysconfdir}/sysconfig/garb
|
||||||
@ -69,6 +69,9 @@ install -D -m 755 libgalera_smm.so %{buildroot}%{_libdir}/galera/li
|
|||||||
%{_unitdir}/garbd.service
|
%{_unitdir}/garbd.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 25 2021 lingsheng <lingsheng@huawei.com> - 26.4.8-1
|
||||||
|
- Update to 26.4.8
|
||||||
|
|
||||||
* Mon Aug 16 2021 lingsheng <lingsheng@huawei.com> - 25.3.26-5
|
* Mon Aug 16 2021 lingsheng <lingsheng@huawei.com> - 25.3.26-5
|
||||||
- Remove unsupported reload option
|
- Remove unsupported reload option
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user