Sergei Golubchik
de70f921ce
Merge branch '10.4' into 10.5
2021-12-07 21:30:27 +01:00
Sergei Golubchik
71027eceac
fix srpm builds after fe065f8d90
2021-12-06 18:50:19 +01:00
Marko Mäkelä
d4cb177603
Merge 10.4 into 10.5
2021-11-29 11:16:20 +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
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
Marko Mäkelä
133b4b46fe
Merge 10.4 into 10.5
2020-11-03 16:24:47 +02:00
Sergei Golubchik
c790218612
Fix RPM packaging on cmake 3.18+
...
cmake has caught up and since version 3.18 it started supporting
CPACK_RPM_POST_TRANS_SCRIPT_FILE, something we've supported for
two years and cmake 2.8.11. Both implementation add %posttrans tag
and rpmbuild gets confused.
Disable our implementation for cmake 3.18+
2020-10-30 10:32:59 +01:00
Sergei Golubchik
694f43644b
CPackRPM support for Recommends:
...
this breaks support for Suggests: but we don't use it anyway
2020-08-07 13:36:11 +02:00
Sergei Golubchik
77e2aca3f0
cmake 3.14
...
new location for CPackRPM.cmake
2019-03-23 14:33:36 +01:00