Rebase to 26.4.3
This commit is contained in:
parent
8b4fb5f8ca
commit
f7649be282
30
galera.spec
30
galera.spec
@ -1,6 +1,6 @@
|
||||
Name: galera
|
||||
Version: 25.3.28
|
||||
Release: 1%{?dist}
|
||||
Version: 26.4.3
|
||||
Release: 2%{?dist}
|
||||
Summary: Synchronous multi-master wsrep provider (replication engine)
|
||||
|
||||
License: GPLv2
|
||||
@ -8,7 +8,7 @@ URL: http://galeracluster.com/
|
||||
|
||||
# Actually, the truth is, we do use galera source tarball provided by MariaDB on
|
||||
# following URL (without macros):
|
||||
# https://mirror.vpsfree.cz/mariadb/mariadb-10.3.19/galera-25.3.28/src/galera-25.3.28.tar.gz
|
||||
# https://mirror.vpsfree.cz/mariadb/mariadb-10.4.11/galera-26.4.3/src/galera-26.4.3.tar.gz
|
||||
|
||||
Source0: http://releases.galeracluster.com/source/%{name}-%{version}.tar.gz
|
||||
|
||||
@ -20,10 +20,7 @@ Patch0: galera-python3.patch
|
||||
BuildRequires: boost-devel check-devel openssl-devel python3-scons systemd gcc-c++ asio-devel
|
||||
Requires: nmap-ncat
|
||||
|
||||
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
%{?systemd_requires}
|
||||
|
||||
|
||||
%description
|
||||
@ -56,24 +53,8 @@ export CPPFLAGS CFLAGS CXXFLAGS
|
||||
# --warn=all
|
||||
# debug=0
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1735233
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1737108
|
||||
%if 0%{?fedora} >= 31
|
||||
alias scons-3='scons'
|
||||
%endif
|
||||
|
||||
scons-3 %{?_smp_mflags} strict_build_flags=1
|
||||
|
||||
|
||||
# Possibly usefull arguments:
|
||||
# --debug=findlibs
|
||||
# --debug=stacktrace
|
||||
# --warn=all
|
||||
# debug=0
|
||||
|
||||
# Using "debug=0" as a workaround for a failing test appearing first in galera 25.3.26; and failing only on AARCH64 on Fedora>=30
|
||||
scons-3 %{?_smp_mflags} strict_build_flags=0 debug=0
|
||||
|
||||
%install
|
||||
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/garbd.service
|
||||
install -D -m 755 %{SOURCE2} %{buildroot}%{_sbindir}/garbd-wrapper
|
||||
@ -117,6 +98,9 @@ install -D -m 644 scripts/packages/README-MySQL %{buildroot}%{_docdir}/galera/RE
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 18 2020 Michal Schorm <mschorm@redhat.com> - 26.4.3-2
|
||||
- Rebase to 26.4.3
|
||||
|
||||
* Wed Nov 06 2019 Michal Schorm <mschorm@redhat.com> - 25.3.28-1
|
||||
- Rebase to 25.3.28
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (galera-25.3.28.tar.gz) = 8ff135022e820fc6a1d33ea1fa6e8677702ed7a7fbf460d45c28cdfe287c666949027989c3152311641debf183f3e8062f561c9935e51d3355df8ba087c5d132
|
||||
SHA512 (galera-26.4.3.tar.gz) = 857c6b1965871a5801d3cd7396fec8259e0b72a397b5fb92e63f374531fdb03dbecd5d5ebfdf2f0dc388d87c0ae25b357d02581c8d5889803d04c0a2f2583b52
|
Loading…
Reference in New Issue
Block a user