Install MariaDB-shared

The MariaDB-shared package has special metadata that states that it
replaces the existing mariadb-libs that comes from CentOS or RDO.
yum will happily trample the existing packages and install the
MariaDB upstream packages, but dnf is more strict when it comes to
obsoleting packages.

Long story short: yum has let us do some bad things.

This patch ensures we install MariaDB-shared explicitly as part of
the package installation on CentOS.

Implements: blueprint centos-and-dnf
Change-Id: Ib67f7e4e40c0a1d6568c231c2ae50abcd0553992
This commit is contained in:
Major Hayden 2017-08-08 16:20:23 -05:00
parent 5bf760a412
commit 7e65c47d59
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ galera_client_distro_packages:
- libgcrypt
- MariaDB-client
- MariaDB-devel
- MariaDB-shared
- openssl-devel
- python-devel