Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.0.20
-
None
-
CentOS 7
Description
In the dependencies of the MariaDB RPM's there is no specific version of the libraries specified, which leads to inconsistencies (10.0.19 and 10.0.20 packages installed at the same time):
# rpm -qa|grep -i Maria
|
MariaDB-common-10.0.19-1.el7.centos.x86_64
|
MariaDB-client-10.0.20-1.el7.centos.x86_64
|
MariaDB-shared-10.0.19-1.el7.centos.x86_64
|
# rpm -qR MariaDB-client |grep MariaDB
|
MariaDB-common
|
config(MariaDB-client) = 10.0.20-1.el7.centos
|
(should be MariaDB-common=10.0.20-1.el7.centos)