[MDEV-20061] check libsepol versions on rpm builders Created: 2019-07-15 Updated: 2020-08-25 Resolved: 2019-07-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Platform RedHat |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Blocker |
| Reporter: | Sergei Golubchik | Assignee: | Alexey Bychko (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
It seems that one can install (normally with yum) packages on CentOS X.Y (inparticular, 7.4) that aren't available for the corresponding RHEL X.Y — in particular, supposedly yum will pull libsepol-2.5-10.el7.x86_64.rpm from the CentOS 7.latest (7.6), even though RHEL 7.5 has at most libsepol 2.5-8. Since 578e822985a we use a versioned libsepol dependency in MariaDB-server.rpm packages, so for it to be installable on RHEL our CentOS builders must use libsepol that is available for RHEL. This task is to check libsepol versions installed on all rpm builders, make sure that it is available on RHEL, or downgrade libsepol if needed. |
| Comments |
| Comment by Alexey Bychko (Inactive) [ 2019-07-17 ] |
|
checked 10.2, 10.3, 10.4 from http://hasky.askmonty.org/archive/ (both centos 73 and 74). according to check build is properly configured and doesn't require any further actions. |
| Comment by Alexey Bychko (Inactive) [ 2019-07-17 ] |
|
test installation succeeded on 7.5 and 7.6, closing |