Describe the bug cannot install mariadb-connector-c-devel on CentOS 7 Transaction check error: file /usr/include/mysql/errmsg.h from install of mariadb-connector-c-devel-3.0.10-2.el7.centos.x86_64 conflicts with
In most cases, this command was enough to fix all the issues: sed -i "s/mysql-devel/mariadb-connector-c-devel/" $(fedpkg gimmespec) ; \ sed -i "s/mariadb-devel/mariadb-connector-c-devel/" $(fedpkg gimmespec) ; \ sed -i "s/%{_libdir}\/mysql/%{_libdir}\/mariadb/" $(...