Commit Graph

25 Commits

Author SHA1 Message Date
Pavol Sloboda
c332bb0fbd Rebase to 26.4.27
Upstream release notes:
https://github.com/mariadb-corporation/mariadb-docs/blob/main/release-notes/galera-cluster/26.4/26.4.27.md

Resolves: RHEL-145347
2026-06-15 13:59:04 +02:00
Pavol Sloboda
66f4df5b8b Rebase to 26.4.26
Removed the no longer needed patches since they are present in the
source tarball

The upstream has renamed some of the cmake variables for consistency but
they do the same as the ones we used in the patch.

The removal of the cmake_paths patch also removed the rename of garb.cnf
to garb but there is no need to keep a patch for a rename of a single
file so I moved it to the %install section

Upstream release notes:
https://github.com/mariadb-corporation/mariadb-docs/blob/main/release-notes/galera-cluster/26.4/26.4.26.md

Related: RHEL-145347
2026-06-15 13:59:04 +02:00
Michal Schorm
0695e42d70 Rebased to 26.4.25
Release notes:
  https://github.com/mariadb-corporation/codership-documentation/blob/master/release-notes/release-notes-galera-26.4.25.txt

Related: RHEL-145347
2026-06-10 14:09:23 +02:00
Michal Schorm
85a14cbeff Rebase to 26.4.24
Related: RHEL-145347
2026-06-10 14:08:00 +02:00
Michal Schorm
853e94336f [bugfix] Fix the application of the build flags
The '%{set_build_flags}' is unnecessary.
These flags are automatically called on the beginning of '%build' phase,
and are also part fo the '%cmake' macro.

The second call of CMake has to be run in "-N" mode,
which treats the CMake cache as read-only.
2026-02-19 16:29:43 +01:00
Michal Schorm
05c84f1b78 Rebase to 26.4.23
Support for building with CMake 4.0 was introduced by the upstream.

Resolves: rhbz#2349255, rhbz#2380613
2026-02-19 16:29:33 +01:00
Michal Schorm
4d1c6758c4 Rebase to 26.4.22
Assisted by: Claude, an AI assistant
2026-02-19 16:29:23 +01:00
Michal Schorm
80cd678b7f [typo fixup] Fix typo in SPEC file comment
Fixed spelling of "infrastructure" in comment explaining i686 ExcludeArch.

Assisted by: Claude, an AI assistant
2026-02-19 16:29:14 +01:00
Michal Schorm
abfe2cdd85 Rebase to 26.4.21
openssl_engine.patch was accepted by upstream

--

Resolves: RHEL-78302
2026-02-19 16:29:02 +01:00
Michal Schorm
cda653a5bb Rebase to 26.4.20 2024-11-19 16:03:15 +01:00
Michal Schorm
272e897399 Rebase to 26.4.19 2024-10-18 10:30:50 +02:00
Michal Schorm
624dfb349d [Documentation enhancement] Stop packing useless documentaion files, start packing useful documentation file 2024-10-18 10:29:51 +02:00
Michal Schorm
a17c74bdb0 Fix RPM syntax: '%patchN' has been deprecated
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/VBFDPQHAHF3WG6WBZR2L5GSWMW6CVTJS/
2024-10-18 10:29:47 +02:00
Michal Schorm
ea7d2f67b1 ExcludeArch: %{ix86}
Both to:
1) Save infractsructure resources

2) Workaround FTBFS on i686:

On F40 and later, a 100% reproducible following testsuite errors exists in a build on the i686 architecture:

6/7 Test #6: galera_check .....................***Failed    6.64 sec
Running suite(s): DataSet
100%: Checks: 2, Failures: 0, Errors: 0
Running suite(s): KeySet
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
0%: Checks: 4, Failures: 0, Errors: 4
/builddir/build/BUILD/galera-26.4.18/galera/tests/key_set_check.cpp:54:E:KeySet:ver1_3:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/key_set_check.cpp:54:E:KeySet:ver2_3:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/key_set_check.cpp:54:E:KeySet:ver2_4:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/key_set_check.cpp:54:E:KeySet:ver2_5:0: (after this point) Received signal 6 (Aborted)
Running suite(s): WriteSet
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
0%: Checks: 5, Failures: 0, Errors: 5
/builddir/build/BUILD/galera-26.4.18/galera/tests/write_set_ng_check.cpp:34:E:WriteSet basic:ver3_basic_rsv1:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/write_set_ng_check.cpp:34:E:WriteSet basic:ver3_basic_rsv2_wsv3:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/write_set_ng_check.cpp:34:E:WriteSet basic:ver3_basic_rsv2_wsv4:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/write_set_ng_check.cpp:311:E:WriteSet annotation:ver3_annotation_rsv1:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/write_set_ng_check.cpp:311:E:WriteSet annotation:ver3_annotation_rsv2:0: (after this point) Received signal 6 (Aborted)
Running suite(s): certification
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
0%: Checks: 12, Failures: 0, Errors: 12
/builddir/build/BUILD/galera-26.4.18/galera/tests/certification_check.cpp:57:E:certification_trx_v3:test_certification_trx_v3:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/certification_check.cpp:57:E:certification_trx_v3:test_certification_trx_v3E:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/certification_check.cpp:57:E:certification_trx_different_level_v3:test_certification_trx_different_level_v3:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/certification_check.cpp:57:E:certification_trx_different_level_v3:test_certification_trx_different_level_v3E:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/certification_check.cpp:57:E:certification_toi_v3:test_certification_toi_v3:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/certification_check.cpp:57:E:certification_toi_v3:test_certification_toi_v3E:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/certification_check.cpp:57:E:certification_nbo:test_certification_nbo:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/certification_check.cpp:57:E:certification_nbo:test_certification_nboE:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/certification_check.cpp:57:E:certification_commit_fragment:test_certification_commit_fragment:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/certification_check.cpp:57:E:certification_commit_fragment:test_certification_commit_fragmentE:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/certification_check.cpp:57:E:certification_zero_level:test_certification_zero_level:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/certification_check.cpp:57:E:certification_zero_level:test_certification_zero_levelE:0: (after this point) Received signal 6 (Aborted)
Running suite(s): trx_handle
100%: Checks: 6, Failures: 0, Errors: 0
Running suite(s): service_thd
100%: Checks: 6, Failures: 0, Errors: 0
Running suite(s): ist
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
galera_check: /builddir/build/BUILD/galera-26.4.18/galera/tests/../src/key_set.hpp:323: static size_t galera::KeySet::KeyPart::base_size(galera::KeySet::Version, const gu::byte_t*, size_t): Assertion `0' failed.
38%: Checks: 26, Failures: 0, Errors: 16
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v7:test_ist_v7PP:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v7:test_ist_v7PE:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v7:test_ist_v7EP:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v7:test_ist_v7EE:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v8:test_ist_v8PP:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v8:test_ist_v8PE:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v8:test_ist_v8EP:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v8:test_ist_v8EE:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v9:test_ist_v9PP:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v9:test_ist_v9PE:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v9:test_ist_v9EP:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v9:test_ist_v9EE:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v10:test_ist_v10PP:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v10:test_ist_v10PE:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v10:test_ist_v10EP:0: (after this point) Received signal 6 (Aborted)
/builddir/build/BUILD/galera-26.4.18/galera/tests/ist_check.cpp:588:E:test_ist_v10:test_ist_v10EE:0: (after this point) Received signal 6 (Aborted)
2024-10-18 10:29:18 +02:00
Michal Schorm
f585b1a148 Rebase to 26.4.18 2024-10-18 10:29:11 +02:00
Michal Schorm
a549651c1c Rebase to 26.4.16
- release with MariaDB 10.5.23
- galera 26.4.15 skipped by mariaDB upstream
2024-01-26 10:20:25 +01:00
Michal Schorm
fe9e8adc66 Bump release for rebuild 2024-01-26 10:01:51 +01:00
Michal Schorm
b58479163f Fix FTBFS by applying upstream commit from a future version of Galera, which fixes the problem with SSL certificates exipirng, which was causing test failures 2024-01-26 10:01:45 +01:00
Michal Schorm
d9019a1fbf Rebase to 26.4.14
Fedora commit: da364136d0

Related: RHEL-8419
2023-10-02 07:37:45 +00:00
Michal Schorm
a1d17f5bac Rebase to 26.4.13
Fedora commit: dc48c43a8c

Related: RHEL-8419
2023-10-02 07:37:23 +00:00
Michal Schorm
3bfbc59f5e Rebase to 26.4.12
Fedora commit: c06e16ff50

Resolves: RHEL-8419
2023-10-02 07:36:46 +00:00
Honza Horak
837017b404 Replace whole repo with latest content from branch stream-10.5-rhel-8.8.0
Content corresponds with RHEL dist-git commit 8655d36
2023-06-22 14:28:19 +02:00
Brian Stinson
a96983d666 resync
Signed-off-by: Brian Stinson <bstinson@redhat.com>
2023-04-27 17:42:18 -05:00
James Antill
6e3dd8bd2d Import rpm: 766b0f496f286591454db46362925b6a31439d44 2023-02-23 20:16:26 -05:00
James Antill
ec60e57012 Import rpm: 766b0f496f286591454db46362925b6a31439d44 2023-02-20 01:58:32 -05:00