+++ This bug was initially created as a clone of Bug #1490401 +++
Description of problem:
Upstream uses more granular sub-packages strategy for mariadb:
https://mirror.vpsfree.cz/mariadb/mariadb-10.1.26/yum/fedora25-x86/rpms/
They specifically ship:
* MariaDB-backup
* MariaDB-cracklib-password-check
* MariaDB-gssapi-client
* MariaDB-gssapi-server
I think it is a good idea to match to this layout and ship the plugins as a separate sub-packages, because not all users need them. It practically means to ship the following files in the following separate sub-packages:
mariadb-backup:
/usr/bin/mariabackup
/usr/bin/mbstream
mariadb-cracklib-password-check:
/etc/my.cnf.d/cracklib_password_check.cnf
/usr/lib/mysql/plugin/cracklib_password_check.so
mariadb-gssapi-client:
/usr/lib/mysql/plugin/auth_gssapi_client.so
mariadb-gssapi-server:
/etc/my.cnf.d/auth_gssapi.cnf
/usr/lib/mysql/plugin/auth_gssapi.so
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHEA-2017:3025