summaryrefslogtreecommitdiff
path: root/cmake/Internal/CPack/CPackRPM.cmake
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-24292 support semi-independent versioning for sub-packagesSergei Golubchik2021-01-121-0/+2
| | | | | | | 2. Embed plugin version into the RPM package version introduce SERVER_VERSION, because plugins can overwrite VERSION (and columnstore actually does)
* Merge 10.4 into 10.5Marko Mäkelä2020-11-031-19/+23
|\
| * Fix RPM packaging on cmake 3.18+Sergei Golubchik2020-10-301-19/+23
| | | | | | | | | | | | | | | | | | 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+
* | CPackRPM support for Recommends:Sergei Golubchik2020-08-071-0/+19
|/ | | | this breaks support for Suggests: but we don't use it anyway
* cmake 3.14mariadb-10.2.23Sergei Golubchik2019-03-231-0/+68
new location for CPackRPM.cmake