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/vdr-epg-daemon] rawhide: Use '-any' virtual provides for MariaDB/MySQL dependencies
Date: Tue, 30 Jun 2026 07:54:52 GMT	[thread overview]
Message-ID: <178280609255.1.17430788232926732289.rpms-vdr-epg-daemon-57a9f0fa9def@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/vdr-epg-daemon
            Branch : rawhide
            Commit : 57a9f0fa9deff6319b6201e97c2f04e37a73e069
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-06-29T19:26:20+02:00
            Stats  : +2/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/vdr-epg-daemon/c/57a9f0fa9deff6319b6201e97c2f04e37a73e069?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#2494539

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/vdr-epg-daemon.spec b/vdr-epg-daemon.spec
index c1548dd..813db05 100644
--- a/vdr-epg-daemon.spec
+++ b/vdr-epg-daemon.spec
@@ -43,7 +43,8 @@ BuildRequires:  libarchive-devel
 BuildRequires:  systemd-devel
 BuildRequires:  systemd-units
 BuildRequires:  vdr-devel >= %{vdr_version}
-Requires:       mariadb-server
+Requires:       mariadb-server-any
+Recommends:     mariadb-server
 Requires(post):   systemd-units
 Requires(preun):  systemd-units
 Requires(postun): systemd-units

             reply	other threads:[~2026-06-30  7:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-30  7:54 Michal Schorm [this message]
2026-06-30  7:59 [rpms/vdr-epg-daemon] rawhide: Use '-any' virtual provides for MariaDB/MySQL dependencies Martin Gansser

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=178280609255.1.17430788232926732289.rpms-vdr-epg-daemon-57a9f0fa9def@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