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
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ä
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ä
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
Anel Husakovic
395a033237
MDEV-22552: mytop packaging
...
`mytop` and `my_print_defaults` for RPM
- Add `mytop` to client package
- Add man page of `my_print_defaults` to client package
- Add dependencies for RPMs
- Remove old comment
- Remove dead link
Reviewed by: serg@mariadb.com
2021-10-25 12:15:49 +02:00
Marko Mäkelä
7e2b42324c
Merge 10.4 into 10.5
2021-09-24 08:42:23 +03:00
Marko Mäkelä
9024498e88
Merge 10.3 into 10.4
2021-09-22 18:26:54 +03:00
Alexey Bychko
7d360060cb
MDEV-24629 mariadb-connector-c-config conflicts with MariaDB's MariaDB-common-10.5.8-1.fc32.x86_64.rpm
...
this fix is adding alternative name to MariaDB-common on Fedora.
the fix is placed outside of IF/ELSEIF blocks to do not overwrite
existing one for Fedora.
2021-09-22 01:15:55 +07:00
Alexey Bychko
25d6bbcd51
MDEV-23506 mariadb-connector-c-devel package from standard RHEL 8 repo conflicts with MariaDB's packages
...
added alternative name for MariaDB-devel package to replace
mariadb-connector-c-devel from RHEL 8 distribution.
this patch is for 10.3+ on RHEL/Centos 8
2021-09-21 14:44:39 +07:00
Alexey Bychko
4b6ef03dcd
MDEV-26438 cmake < 3.6.0 produced RPMs with invalid names
...
replaced CPACK_RPM_PACKAGE_VERSION with SERVER_VERSION.
CPACK_* variables are empty and can't be used until INCLUDE(CPack) is
called.
SERVER_VERSION is the safest option because other variables may be
overwritten from submodules
2021-08-27 12:54:42 +07:00
Marko Mäkelä
15dcb8bd3e
Merge 10.4 into 10.5
2021-07-02 13:02:26 +03:00
Sergei Petrunia
eebe2090c8
Merge 10.3 -> 10.4
2021-06-30 18:41:46 +03:00
Sergei Petrunia
586870f9ef
Merge 10.2->10.3
2021-06-30 15:06:54 +03:00
Alexey Bychko
aaaed9baa0
MDEV-25960 yum update overwrites customized logrotation config (/etc/logrotate.d/mysql)
...
added %config directive to /etc/logrotate.d/mysql and put it to server
package. if file is edited by customer and defaults are changed - new
.rpmnew file with defaults will be created next to old one.
2021-06-22 18:57:01 +07:00
Sergei Golubchik
bafec28e43
rpm packaging: account for fedora > 31
...
RocksDB failed to package on fedora 32 and 33 with
*** ERROR: ambiguous python shebang in /usr/bin/myrocks_hotbackup: #!/usr/bin/env python. Change it to python3 (or python2) explicitly.
2021-06-09 18:36:43 +02:00
Marko Mäkelä
365cd08345
Merge 10.4 into 10.5
2021-05-26 09:47:28 +03:00
Marko Mäkelä
1dea7f7977
Merge 10.3 into 10.4
2021-05-25 15:38:57 +03:00
Marko Mäkelä
1864a8ea93
Merge 10.2 into 10.3
2021-05-24 09:38:49 +03:00
Sergei Golubchik
681918a849
MDEV-24996 file conflict in rpm packages
2021-05-22 21:56:51 +02:00
Sergei Golubchik
78806be6d3
MDEV-24292 support semi-independent versioning for sub-packages
...
2. Embed plugin version into the RPM package version
introduce SERVER_VERSION, because plugins can overwrite VERSION
(and columnstore actually does)
2021-01-12 16:47:23 +01:00
Sergei Golubchik
6529cba2e2
cleanup: plugin.cmake
...
list all supported options in the comment.
remove wsrep-specific hack of EXPORT_SYMBOLS, wsrep-specific hacks
belong to wsrep
2020-12-21 14:04:32 +01:00
Sergei Golubchik
263f8aff65
always use python3
...
because columnstore uses python3, so rocksdb can be picky too.
python3 is present in all supported distros.
and python2 is obsolete anyway.
2020-07-01 08:48:34 +02:00
Sergei Golubchik
f5844e7c4b
Merge branch '10.3' into 10.4
2020-05-09 20:36:58 +02:00
Sergei Golubchik
607467bd63
Merge branch '10.2' into 10.3
2020-05-09 20:20:02 +02:00
Sergei Golubchik
7337abd2f7
MDEV-22123 On RHEL8 mariadb-server is not provided
...
setup alternative name for rhel8/centos8
use correct C/C version when providing mariadb-connector-c
and other changes for installation over distro packages to work:
dnf install mariadb-server
dnf install --allowerasing MariaDB-{server,common,client,shared}*.rpm
2020-05-09 20:06:10 +02:00
Oleksandr Byelkin
985f63cce1
Merge branch '10.1' into 10.2
2020-05-08 13:38:36 +02:00
Sergei Golubchik
9c5d06a6d3
MDEV-21437 MariaDB's SUSE/SLES packages don't "provide" all of the same capabilities as the platform's default packages
2020-05-05 19:37:01 +02:00
Oleksandr Byelkin
646d1ec83a
Merge branch '10.3' into 10.4
2020-02-11 14:40:35 +01:00
Oleksandr Byelkin
58b70dc136
Merge branch '10.2' into 10.3
2020-02-10 20:34:16 +01:00
Anel Husakovic
235d7c6f54
Ignore /lib64 for rpm
2020-02-10 14:32:10 +01:00
Oleksandr Byelkin
bfc24bb2ec
Merge branch '10.3' into 10.4
2020-01-24 14:50:23 +01:00
Oleksandr Byelkin
ceda5f724f
Merge branch '10.2' into 10.3
2020-01-24 14:16:20 +01:00
Sergei Golubchik
8870f18e1d
MDEV-17292 Package the pam_user_map module
2020-01-21 10:56:47 +01:00
Aleksey Midenkov
0b8b11b0b1
Merge 10.3 into 10.4
2019-12-02 12:51:53 +03:00
Sergei Golubchik
dc7d0b5030
RPM packaging fixes for FC31
...
Obsoletes: cannot contain (x86-64) anymore
Python shebang must be specific
2019-11-28 16:01:02 +01:00
Sergei Golubchik
8885e7ba78
Merge branch '10.3' into 10.4
2019-09-06 20:12:11 +02:00
Sergei Golubchik
f80e02e043
Merge branch '10.2' into 10.3
2019-09-06 16:58:39 +02:00
Sergei Golubchik
39e5b76ef1
use a shorter name for sources in debuginfo rpms
...
have the same path as in source rpms, don't build them differently
2019-09-06 16:35:56 +02:00
Marko Mäkelä
db4a27ab73
Merge 10.3 into 10.4
2019-08-31 06:53:45 +03:00