[MCOL-5011] Wrong capitalisation in Columnstore cmapi rpm preuninstall script Created: 2022-03-09 Updated: 2022-03-29 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | cmapi |
| Affects Version/s: | cmapi-1.5 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Alasdair Haswell | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The preuninstall script for CentOS7 MariaDB-columnstore-cmapi-1.5.x86_64.rpm has a typo that stops the package from being removed. The service name in the preuninstall script doesn't exist:
The servicename should be "mariadb-columnstore-cmapi" not "MariaDB-columnstore-cmapi" (note capitalisation):
Copying the service to the name it's looking for and then attempting a yum remove works:
|