Oleksandr Byelkin
f00711bba2
Merge branch '10.5' into 10.6
2024-10-29 14:20:03 +01:00
Julius Goryavsky
41b036bff0
This commit adds package dependencies for socat
...
which is needed for testing galera.
2024-10-17 03:21:51 +02:00
Marko Mäkelä
757c368139
Merge 10.5 into 10.6
2024-08-14 10:56:11 +03:00
Andre F de Miranda
83040474dc
MDEV-34234: make lsof optional on RPM
...
Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
2024-08-04 17:44:08 +02:00
Marko Mäkelä
ccb7a1e9a1
Merge 10.5 into 10.6
2024-03-27 15:00:56 +02:00
Daniel Black
ee2ed1a036
Revert "MDEV-33636: RPM caps is on mariadbd exe"
...
This was the orginal implementation that reverted with a bunch of
commits.
This reverts commit a13e521bc5
.
Revert "cmake: append to the array correctly"
This reverts commit 51e3f1daf5
.
Revert "build failure with cmake < 3.10"
This reverts commit 49cf702ee5
.
Revert "MDEV-33301 memlock with systemd still not working"
This reverts commit 8a1904d782
.
2024-03-27 13:36:31 +11:00
Daniel Black
a13e521bc5
MDEV-33636: RPM caps is on mariadbd exe
...
Postfix on 51e3f1daf5
that
mariadbd should be the executable name rather than capabilities
on a symlink.
2024-03-19 09:15:03 +11:00
Sergei Golubchik
55cea0c2a6
Merge branch '10.5' into 10.6
2024-03-14 19:52:08 +01:00
Sergei Golubchik
51e3f1daf5
cmake: append to the array correctly
...
it was generating broken spec files
2024-03-14 19:11:18 +01:00
Sergei Golubchik
49cf702ee5
build failure with cmake < 3.10
...
cmake bug #14362
2024-03-14 11:43:13 +01:00
Marko Mäkelä
c3a00dfa53
Merge 10.5 into 10.6
2024-03-12 09:19:57 +02:00
Daniel Black
8a1904d782
MDEV-33301 memlock with systemd still not working
...
CapabilityBoundingSet included CAP_IPC_LOCK in MDEV-9095, however
it requires that the executable has the capability marked in extended
attributes also.
The alternate to this is raising the RLIMIT_MEMLOCK for the service/
process to be able to complete the mlockall system call. This needs to
be adjusted to whatever the MariaDB server was going to allocate.
Rather than leave the non-obvious mapping of settings and tuning,
add the capability so its easier for the user.
We set the capability, if possible, but may never be used depending
on user settings. As such in the Debian postinst script, don't
complain if this fails.
The CAP_IPC_LOCK also facilitates the mmaping of huge memory pages.
(see man mmap), like mariadb uses with --large-pages.
2024-02-15 12:58:13 +11:00
Oleksandr Byelkin
6bf8483cac
Merge branch '10.5' into 10.6
2023-08-01 15:08:52 +02:00
Oleksandr Byelkin
f291c3df2c
Merge branch '10.4' into 10.5
2023-07-27 15:43:21 +02:00
Geoff Montee
23dae6173c
MDEV-18374: Add SELinux policy to cracklib_password_check packages
2023-07-26 11:13:09 +01:00
Oleksandr Byelkin
f52954ef42
Merge commit '10.4' into 10.5
2023-07-20 11:54:52 +02:00
Marko Mäkelä
2855bc53bc
Merge 10.5 into 10.6
2023-07-05 16:40:22 +03:00
Daniel Black
5f2a77cef1
MDEV-31268 Fedora MariaDB-shared replaces mariadb-connector-c
...
file /usr/lib64/libmariadb.so.3 from install of MariaDB-shared-10.11.3-1.fc38.x86_64 conflicts with file from package mariadb-connector-c-3.3.5-1.fc38.x86_64
2023-07-04 09:01:01 +10:00
Anel Husakovic
77a229cd2d
MDEV-31358: Update description for MariaDB debian/rpm packages
...
Reviewer: <daniel@mariadb.org>
2023-07-03 17:45:58 +10:00
Sergei Golubchik
e146940ab3
MDEV-31480 RPM packages fail to install because they require /bin/sh for %pretrans
...
workaround cmake bug #25044
https://gitlab.kitware.com/cmake/cmake/-/issues/25044
2023-06-30 01:28:29 +02:00
Marko Mäkelä
3bd10b57b2
Merge 10.5 into 10.6
2023-05-22 17:11:41 +03:00
Daniel Black
c0adb05b30
MDEV-31268: Fedora mariadb-connector-c-config conflicts with MariaDB's MariaDB-common
...
The previous fix in MDEV-24629 had a version end of life date.
Thanks @pgnd on Zulip for noticing.
2023-05-22 16:54:42 +10:00
Daniel Black
a10003bd68
rpm: ignore man3
...
During testing of RPM packages in MDEV-30203:
file /usr/share/man/man3 from install of
MariaDB-devel-11.0.1-1.el7_9.x86_64 conflicts with file from
package filesystem-3.2-25.el7.x86_64
MariaDB is the first libmariadb to include man3 man pages
so make the changes here like what is done for man1 and man8.
2023-01-24 20:35:05 +11:00
Marko Mäkelä
18795f5512
Merge 10.3 into 10.4
2022-09-13 16:36:38 +03:00
Sergei Golubchik
83175219c3
MDEV-29522 RocksDB RPM doesn't get built on Rocky Linux and Alma
...
use correct python on rocky8 and alma8
2022-09-13 08:56:18 +02:00
Oleksandr Byelkin
c442e1ae21
Merge branch '10.5' into 10.6
2022-08-10 13:06:08 +02:00
Oleksandr Byelkin
1ac0bce36e
Merge branch '10.4' into 10.5
2022-08-10 12:24:31 +02:00
Oleksandr Byelkin
65e8506ca9
Merge branch '10.3' into bb-10.4-release
2022-08-10 12:21:08 +02:00
fluesvamp
f2830af16c
Fix typos in the codebase.
2022-08-09 18:41:09 +03:00
Oleksandr Byelkin
ee620a7416
Merge branch '10.5' into 10.6
2022-08-04 16:58:42 +02:00
Sergei Golubchik
d7649968d9
MDEV-29220 Missing RHEL-9-specific logic in cpack_rpm.cmake
2022-08-03 13:02:30 +02:00
Oleksandr Byelkin
f5c5f8e41e
Merge branch '10.5' into 10.6
2022-02-03 17:01:31 +01:00
Oleksandr Byelkin
cf63eecef4
Merge branch '10.4' into 10.5
2022-02-01 20:33:04 +01:00
Sergei Golubchik
fb40a2fabf
pass MYSQL_MAINTAINER_MODE down to srpm builds
...
fixes errors on rpm-*-debug builder
2022-01-31 11:45:30 +01:00
Sergei Golubchik
2d4a0f6079
pass MYSQL_MAINTAINER_MODE down to srpm builds
...
fixes errors on rpm-*-debug builder
2022-01-30 22:52:59 +01:00
Oleksandr Byelkin
a576a1cea5
Merge branch '10.3' into 10.4
2022-01-30 09:46:52 +01:00
Oleksandr Byelkin
41a163ac5c
Merge branch '10.2' into 10.3
2022-01-29 15:41:05 +01:00
Alexey Bychko
746050d02d
MDEV-27109 mysql_config mariadb_config lists non existant -lmariadb
...
added dependency devel->shared and conflict with previous versions
update C/C 3.1 with the corresponding C/C part of the fix
2022-01-14 22:16:39 +01:00
Sergei Golubchik
b5a14f061b
/usr/lib64/pkgconfig is not owned by MariaDB-devel
2022-01-14 22:16:39 +01:00
Sergei Golubchik
4daf9d7c3e
MDEV-27364 Build from 10.2-10.4 srpm fails on RHEL8 family due to discrepancy in jemalloc requirements
...
pass jemalloc requirement down to srpm build
2021-12-27 14:48:44 +01:00
Marko Mäkelä
51c89849d1
Merge 10.5 into 10.6
2021-11-29 11:39:34 +02:00
Marko Mäkelä
d4cb177603
Merge 10.4 into 10.5
2021-11-29 11:16:20 +02:00
Marko Mäkelä
4da2273876
Merge 10.3 into 10.4
2021-11-29 10:59:22 +02:00
Marko Mäkelä
289721de9a
Merge 10.2 into 10.3
2021-11-29 10:33:06 +02:00
Alexey Bychko
fe065f8d90
MDEV-22522 RPM packages have meaningless summary/description
...
this patch moves cpack summury and description for optional packages
to the appropriate CMakeLists.txt files
2021-11-23 11:29:24 +07:00
Marko Mäkelä
25ac047baf
Merge 10.5 into 10.6
2021-11-09 09:11:50 +02:00
Marko Mäkelä
9c18b96603
Merge 10.4 into 10.5
2021-11-09 08:50:33 +02:00
Marko Mäkelä
47ab793d71
Merge 10.3 into 10.4
2021-11-09 08:40:14 +02:00
Marko Mäkelä
524b4a89da
Merge 10.2 into 10.3
2021-11-09 08:26:59 +02:00
Alexey Bychko
2a3dae115b
MDEV-22522 RPM packages have meaningless summary/description
...
added summary/description per package.
2021-11-08 16:45:23 +07:00