public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-DBD-MariaDB] f44: Use '-any' virtual provides for MariaDB/MySQL dependencies
Date: Thu, 30 Jul 2026 11:30:32 GMT [thread overview]
Message-ID: <178541103207.1.5478240924061873333.rpms-perl-DBD-MariaDB-d994de6c4811@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-DBD-MariaDB
Branch : f44
Commit : d994de6c481144a79aa6fc81f3c287ffda88bc92
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-29T15:16:04+02:00
Stats : +4/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-DBD-MariaDB/c/d994de6c481144a79aa6fc81f3c287ffda88bc92?branch=f44
Log:
Use '-any' virtual provides for MariaDB/MySQL dependencies
Use the '-any' virtual provides (e.g., 'mariadb-server-any') for
MariaDB/MySQL dependencies instead of unversioned package names.
This allows non-default DB streams (e.g., 'mariadb11.8', 'mysql8.0')
to satisfy the dependency, since they provide '*-any' but not the
bare unversioned names.
Add 'Recommends' for the unversioned names to prefer the distribution
default DB version when no specific version is already installed.
Resolves: rhbz#2494525
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/perl-DBD-MariaDB.spec b/perl-DBD-MariaDB.spec
index 42894bc..da255a5 100644
--- a/perl-DBD-MariaDB.spec
+++ b/perl-DBD-MariaDB.spec
@@ -86,8 +86,10 @@ Summary: Tests for %{name}
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: perl-Test-Harness
Requires: hostname
-Requires: mariadb
-Requires: mariadb-server
+Requires: mariadb-any
+Recommends: mariadb
+Requires: mariadb-server-any
+Recommends: mariadb-server
# Required to process t/testrules.yml
Requires: perl(CPAN::Meta::YAML)
# Optional tests
reply other threads:[~2026-07-30 11:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178541103207.1.5478240924061873333.rpms-perl-DBD-MariaDB-d994de6c4811@fedoraproject.org \
--to=mschorm@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox