public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ncid] rawhide: Use '-any' virtual provides for MariaDB/MySQL dependencies
@ 2026-07-29 13:33 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-29 13:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ncid
Branch : rawhide
Commit : afdd83e29ff19922892abb62c3d89fca51098d2a
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-06-29T19:26:20+02:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ncid/c/afdd83e29ff19922892abb62c3d89fca51098d2a?branch=rawhide
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#2494545
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/ncid.spec b/ncid.spec
index 20e299d..2d77ca4 100644
--- a/ncid.spec
+++ b/ncid.spec
@@ -75,7 +75,9 @@ desktop must be running.
%package mysql
Summary: NCID mysql module inputs Caller ID information into a SQL database
BuildArch: noarch
-Requires: %{name}-client = %{version}-%{release}, mysql
+Requires: %{name}-client = %{version}-%{release}
+Requires: mysql-any
+Recommends: mysql
%description mysql
The NCID mysql module inputs NCID Caller information into a SQL database
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-29 13:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 13:33 [rpms/ncid] rawhide: Use '-any' virtual provides for MariaDB/MySQL dependencies Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox