[MXS-303] name MaxScale rpms to show the maxscale version but also the rpm release Created: 2015-08-10 Updated: 2017-12-01 Resolved: 2015-09-25 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Packaging |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.2.1 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Simon J Mudd | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I notice the maxscale rpms have names such as:
You can see the actual version and rpm release number by doing this: $ rpm -qip maxscale-1.2.0-x86_64-rhel6.rpm MaxScale is designed to provide load balancing and high availability So normally it would be good to see the package name as: maxscale-1.2.0-1.x86_64-rhel6.rpm or similar. If the packaging gets updated but the actual maxscale code does not change then you'd generate a new rpm: maxscale-1.2.0-2.x86_64-rhel6.rpm and something like that might be nice for Note: both MariaDB and MaxScale have "odd" rpm file names which is rather confusing. It's much easier if they follow the typical <name> |
| Comments |
| Comment by markus makela [ 2015-09-25 ] |
|
Packages are now named maxscale-<version>-<build>.<dist>.<arch>. |