Fedora Account System
Red Hat Associate
Red Hat Customer
MariaDB and MySQL use versioned package layout in Fedora nowadays. That means multiple LTS versions of the same DB are packed in parallel as differently named packages (mariadb10.11, mariadb11.8, mariadb12.3, ...). Exactly one of these packages is chosen as "distribution default" version, which provides the unversioned names (mariadb, mariadb-server, ...). However when your package Requires the unversioned name, it cannot be used with any other version of that database. Virtual RPM provides with '-any' suffixes, (mariadb-any, mariadb-server-any, ...) which are provided by every version of that database, has to be used instead. To fix it, instead of: Requires: mariadb use: Requires: mariadb-any Recommends: mariadb or e.g. instead: Requires: mariadb-server use: Requires: mariadb-server-any Recommends: mariadb-server (based on the type of RPM relationship you use in your package) Where the Requires make sure it can be satisfied by any database version, while the recommends sets a preference for the distribution default version for that Fedora release, when no database is installed yet. This has to be fixed in all active Fedora releases. Please apply the necessary fix to your package and prepare an update in BODHI. Reproducible: Always
Hello, this is an important fix for the MariaDB ecosystem. Please apply the proposed fix https://src.fedoraproject.org/rpms/perl-Test-mysqld/pull-request/2 in all active Fedora releases and submit new builds to BODHI. Thanks!
FEDORA-2026-1f2c82f583 (perl-Test-mysqld-1.0030-7.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2026-1f2c82f583
FEDORA-2026-1f2c82f583 has been pushed to the Fedora 44 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-1f2c82f583` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-1f2c82f583 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2026-1f2c82f583 (perl-Test-mysqld-1.0030-7.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report.