Commit Graph

111 Commits

Author SHA1 Message Date
Jonathan Wakely
d09abe0971 Rebuilt for Boost 1.81 2023-02-20 21:55:48 +00:00
Fedora Release Engineering
c2e085b767 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 04:05:59 +00:00
Michal Schorm
dc48c43a8c Rebase to 26.4.13 2022-11-15 16:13:28 +00:00
Michal Schorm
c06e16ff50 Rebase to 26.4.12 2022-08-24 11:59:01 +02:00
Fedora Release Engineering
c6cdc38626 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 03:50:12 +00:00
Michal Schorm
2e56b63aa1 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
2022-05-31 02:07:32 +02:00
Thomas Rodgers
af19ec1359 Rebuilt for Boost 1.78 2022-05-04 11:38:46 +02:00
Michal Schorm
64680cf340 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
2022-04-28 12:52:44 +02:00
Michal Schorm
e05d4ef089 cmake_paths.patch upstreaming efforts started 2022-02-21 02:45:41 +01:00
Michal Schorm
1ce82f9cf2 Enable CTest in the %check phase 2022-02-20 15:15:14 +01:00
Michal Schorm
9ca0bc39d1 Rebase to 26.4.11 2022-02-20 04:13:27 +01:00
Fedora Release Engineering
d1210c3847 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 03:37:45 +00:00
Lukas Javorsky
5c7c5a27ed Explicitly require the 'procps-ng' package
Resolves: BZ#2019805

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:00:11 +01:00
Sahana Prasad
0da6a3c10a Rebuilt with OpenSSL 3.0.0 2021-09-14 19:02:03 +02:00
Michal Schorm
c37d0372d0 Rebase to 26.4.9 2021-08-07 10:40:02 +02:00
Jonathan Wakely
91ada0c602 Rebuilt for Boost 1.76 2021-08-06 23:37:59 +01:00
Fedora Release Engineering
7ad42ba5aa - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 23:33:01 +00:00
Michal Schorm
c04aef4943 Release bump for: Switch from SCONS build tooling to CMAKE build tooling 2021-07-15 11:50:27 +02:00
Michal Schorm
21613ff8f4 PATCH 4: Use a dedicated user for the Systemd service 2021-07-14 17:46:39 +02:00
Michal Schorm
80379f126c PATCH 3: Make sure the wrapper script is executable 2021-07-14 16:55:26 +02:00
Michal Schorm
05b5ce6a59 PATCH 2: Fix the hardcoded paths 2021-07-14 16:42:05 +02:00
Michal Schorm
369e7859a2 PATCH 1: Change the Systemd service name from "garb" to "garbd" 2021-07-14 16:03:41 +02:00
Michal Schorm
c25dc28d15 Revert "Fix the failing wsrep test issued in the BZ#1959484"
This reverts commit 89095776bb.
2021-06-10 08:41:57 +02:00
Michal Schorm
0cc51c8310 Switch from SCONS to CMAKE building tooling 2021-06-10 08:41:57 +02:00
Michal Schorm
4786aa15ed Use bash globbing in .gitignore 2021-06-09 22:29:39 +02:00
Lukas Javorsky
89095776bb Fix the failing wsrep test issued in the BZ#1959484 2021-06-09 11:54:58 +02:00
Lukas Javorsky
3e81798b13 Rebase to 26.4.8 2021-06-09 11:54:15 +02:00
Zbigniew Jędrzejewski-Szmek
b757012b0d Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
2021-03-02 16:13:45 +01:00
Michal Schorm
7dfe556025 Add a workaround for 32 bit architectures 2021-02-24 03:12:32 +01:00
Michal Schorm
b0a0a4e47c typo 2021-02-23 14:30:09 +01:00
Michal Schorm
bce85d84b5 Rebase to 26.4.7 2021-02-23 14:28:28 +01:00
Fedora Release Engineering
ca32987e07 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 06:06:16 +00:00
Jonathan Wakely
db8076111d Rebuilt for Boost 1.75 2021-01-22 20:51:49 +00:00
Michal Schorm
168ca65d38 Fix the Source URL comment, point ot MariaDB.org Archive instead of a local mirror 2020-11-11 02:39:02 +01:00
Michal Schorm
0877da0246 Rebase to 26.4.6 2020-11-04 16:05:16 +01:00
Michal Schorm
381701a3b6 Extend the workaround also to ELN 2020-09-17 08:43:21 +02:00
Michal Schorm
4cb4dab40b Rebase to 26.4.5 2020-09-16 15:04:34 +02:00
Michal Schorm
6a35696b42 Apply workaround for FTBFS on F33+ 2020-09-16 14:18:57 +02:00
Fedora Release Engineering
786fc7b51f - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-01 01:05:57 +00:00
Fedora Release Engineering
9174af6b8f - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-27 18:00:46 +00:00
Michal Schorm
b6059922f6 Merge branch 'master' into mariadb-10.5 2020-06-08 11:54:56 +02:00
Michal Schorm
65bfcf156d Merge branch 'mariadb-10.4' 2020-06-08 11:52:46 +02:00
Michal Schorm
30ff5d5c3e Second rebuild for Boost 1.73 2020-06-08 10:47:02 +02:00
Michal Schorm
c00bd6372d Merge branch 'master' into mariadb-10.5 2020-06-05 09:55:58 +02:00
Michal Schorm
2688ec7f2e Merge branch 'master' into mariadb-10.4 2020-06-05 09:54:17 +02:00
Michal Schorm
eb3cff57b7 Rebase to 26.4.4
Resolves: rhbz#1546787
2020-06-05 09:52:03 +02:00
Jonathan Wakely
65c03d9ad1 Rebuilt for Boost 1.73 2020-05-28 21:13:08 +01:00
Michal Schorm
53502ed64e Rebase to 26.4.4 2020-04-09 18:01:34 +02:00
Fedora Release Engineering
62279c41c3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-28 19:13:59 +00:00
Michal Schorm
9df5e676f3 Fix of sources for the previous commit 2020-01-19 01:37:31 +01:00