Commit Graph

39 Commits

Author SHA1 Message Date
Michal Schorm 4b88d2e952 Rebase to 26.4.16 2024-03-01 01:40:04 +00:00
Michal Schorm bd6bf1b5c5 Bump release for rebuild 2024-01-23 18:24:56 +01:00
Michal Schorm 8c5f64c7d9 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-23 18:23:10 +01:00
Michal Schorm 94b09a5ea0 Rebase to 26.4.14
Fedora commit: da364136d0f42cb2087eb088ffaa586ed1b78fc8

Related: RHEL-9548
2023-10-03 17:08:06 +00:00
Michal Schorm 1bb05c6888 Rebase to 26.4.13
Fedora commit: dc48c43a8cbab975f1565bed62a303f99cc2810a

Related: RHEL-9548
2023-10-03 17:08:03 +00:00
Michal Schorm ece8717e9f Rebase to 26.4.12
Fedora commit: c06e16ff508019f4b95749da1011a47ce5957bc0

Resolves: RHEL-9548
2023-10-03 17:07:56 +00:00
Michal Schorm 7bfe3f711e Update the package description
Update dead links with current ones
Put a word between every URL and a dot ending the sentence, so the dot won't accidentaly get part of the URL
That would cause an inconvience in software redering the links "clickable"

The description text was brought from an RPM released for RHEL 8 by the project upstream itself,
I just added the trailing words after links.

Issue originally reported as rhbz#2060416

--

Resolves: #2092371
Related: #2092370
2022-06-07 17:46:19 +02:00
Michal Schorm 4cfc5c0799 Remove the second source path definition from the CMake command
The '%cmake' RPM macro in Fedora actually expands to:
| ...
|   /usr/bin/cmake \
|         -S "." \
|         -B "redhat-linux-build" \
| ...

So in this case the source patch was specified twice.
First in the macro with the '-S' option and second time outside of the macro,
in the SPECfile, without the '-S' option.

CMake upstream declares that:
|  This has never been officially documented or supported,
|  but older versions accidentally accepted multiple source paths
|  and used the last path specified. Update scripts to avoid
|  passing multiple source path arguments.
https://cmake.org/cmake/help/v3.23/release/3.23.html#deprecated-and-removed-features

This was discovered as CMake upstream implemented a change to the 3.23.0-rc2 release
that changed this behavior and it broke many Fedora packages that used this
double source path definition.
  See rhbz#2057738 to see how build behaved

After the CMake upstream got aware of what problems it caused in Fedora,
they opened a merge request to restore the behavior to the old one,
but kept the warnings that that is an unsupported and problematic behavior:
  https://gitlab.kitware.com/cmake/cmake/-/issues/23334

--

Related: #2092371 #2092370
2022-06-07 17:46:10 +02:00
Michal Schorm c92a747a65 cmake_paths.patch upstreaming efforts started
--

Related: #2092371 #2092370
2022-06-07 17:46:05 +02:00
Michal Schorm 0ddac9b92e Enable CTest in the %check phase
--

Related: #2092371 #2092370
2022-06-07 17:45:58 +02:00
Michal Schorm bf27698d4d Rebase to 26.4.11
--

Related: #2092371 #2092370
2022-06-07 17:45:00 +02:00
Lukas Javorsky 49c275a558 Explicitly require the 'procps-ng' package
Resolves: BZ#2024974

This is required in case of lightweight systems like containers,
which don't install these requirments by default.
Galera won't work properly without the 'procps-ng' package.
2021-11-19 17:09:07 +01:00
Michal Schorm 57780a24da Rebase to 26.4.9
Related: #1982642
2021-08-17 16:50:41 +02:00
Mohan Boddu efa3dd41a5 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 20:06:33 +00:00
Michal Schorm 6c5d7e7973 Add gating.yaml 2021-07-15 16:27:34 +02:00
Michal Schorm 93225eef30 Release bump for: Switch from SCONS build tooling to CMAKE build tooling
Related: #1982642
2021-07-15 12:46:11 +02:00
Michal Schorm 2305688648 PATCH 4: Use a dedicated user for the Systemd service
Related: #1982642
2021-07-15 12:46:09 +02:00
Michal Schorm 5cb86dd9b2 PATCH 3: Make sure the wrapper script is executable
Related: #1982642
2021-07-15 12:46:07 +02:00
Michal Schorm 21365abe46 PATCH 2: Fix the hardcoded paths
Related: #1982642
2021-07-15 12:46:04 +02:00
Michal Schorm f701088ddb PATCH 1: Change the Systemd service name from "garb" to "garbd"
Related: #1982642
2021-07-15 12:46:00 +02:00
Michal Schorm 13596c1e89 Revert "Fix the failing wsrep test issued in the BZ_1959484"
This reverts commit 89095776bbd0cd3486563c068c4c647c05b8aefc.

Related: #1982642
2021-07-15 12:45:52 +02:00
Michal Schorm 16825667bb Switch from SCONS to CMAKE building tooling
Related: #1982642
2021-07-15 12:45:44 +02:00
Michal Schorm 01108d2e6d Use bash globbing in .gitignore
Related: #1982642
2021-07-15 12:45:41 +02:00
Lukas Javorsky 3ea985dd05 Fix the failing wsrep test issued in the BZ_1959484
Related: #1982642
2021-07-15 12:45:23 +02:00
Lukas Javorsky d6d950b686 Rebase to 26.4.8
Related: #1982642
2021-07-15 12:45:05 +02:00
Mohan Boddu 742b520ffd Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-06-16 03:25:08 +00:00
Mohan Boddu fb8dc25373 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-15 23:25:47 +00:00
DistroBaker a4a3c7ed61 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/galera.git#7dfe556025ba302979839424ae60405dfc3f0c92
2021-03-24 23:25:47 +00:00
DistroBaker 1c17557468 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/galera.git#ca32987e07f93dbe4b90b860f3a919e0334f3962
2021-02-19 12:00:32 +00:00
DistroBaker 89ced006cf Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/galera.git#ca32987e07f93dbe4b90b860f3a919e0334f3962
2021-02-17 12:06:04 +01:00
DistroBaker 12e27b5f9b Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/galera.git#ca32987e07f93dbe4b90b860f3a919e0334f3962
2021-02-09 18:23:44 +01:00
DistroBaker 74b5a96755 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/galera.git#ca32987e07f93dbe4b90b860f3a919e0334f3962
2021-02-03 14:49:37 +01:00
Troy Dawson 027db02d91 mini-bump for boost rebuild 2021-01-26 14:38:52 -08:00
DistroBaker 02416b0c88 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/galera.git#db8076111d6c7958715b3ad4b85755f1806bd619
2021-01-24 22:40:39 +00:00
DistroBaker 3ee26a80de Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/galera.git#0877da02461014f3811ad6aa91ea46deddf2d0ff
2020-12-11 08:05:38 +00:00
DistroBaker b894f6d991 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/galera.git#0877da02461014f3811ad6aa91ea46deddf2d0ff
2020-11-04 16:18:10 +00:00
DistroBaker 4e3373b0b7 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/galera.git#381701a3b6cefd65101f20e5616b30b08919e408
2020-10-27 17:37:01 +01:00
Petr Šabata fabd30ab42 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/galera#381701a3b6cefd65101f20e5616b30b08919e408
2020-10-15 00:41:21 +02:00
Release Configuration Management 4a79a982e3 New branch setup 2020-10-08 12:08:52 +00:00