[CONC-249] /usr/bin/mariadb_config conflicts between MariaDB-devel and mariadb_connector_c Created: 2017-04-27 Updated: 2019-01-02 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 2.3.2 |
| Fix Version/s: | 2.3.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The mariadb_connector_c RPM was build from cpack -G RPM from the source. Installing MariaDB-devel resulted in:
|
| Comments |
| Comment by Sergei Golubchik [ 2017-04-27 ] |
|
It doesn't look like C/C is doing anything for RPM packages at all, CpackRPM is run with default settings. At the very least C/C should specify that it conflicts with MariaDB-devel and MariaDB-shared, may be more. |
| Comment by Michal Schorm [ 2019-01-02 ] |
|
In Fedora, with MariaDB 10.3 and CONC/C 3.0, I let only CONC/C provide the "mariadb_config". In Fedora, MariaDB and CONC/C are complementary, and "mariadb-devel" requires "mariadb-connector-c-devel". By that I can be sure I will have the "mariadb_config" installed and not conflicting. |