[MDEV-26487] cpack rpm failed to build packages with cmake < 3.7.0 Created: 2021-08-27 Updated: 2021-08-31 Resolved: 2021-08-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.4.22, 10.5.13, 10.6.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexey Bychko (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
cmake 2.8 produced an error on Centos-7
|
| Comments |
| Comment by Alexey Bychko (Inactive) [ 2021-08-28 ] | ||||
|
quotes are set incorrectly in server spec file:
| ||||
| Comment by Alexey Bychko (Inactive) [ 2021-08-28 ] | ||||
|
User Filelist looks correct and it contains
but later it prints
this is because of following in CPackRPM.cmake system file
these regexes were fixed only starting from cmake-3.7.0 |