public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vdr-epg-daemon] rawhide: Use '-any' virtual provides for MariaDB/MySQL dependencies
@ 2026-06-30 7:54 Michal Schorm
0 siblings, 0 replies; 2+ messages in thread
From: Michal Schorm @ 2026-06-30 7:54 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/vdr-epg-daemon] rawhide: Use '-any' virtual provides for MariaDB/MySQL dependencies
@ 2026-06-30 7:59 Martin Gansser
0 siblings, 0 replies; 2+ messages in thread
From: Martin Gansser @ 2026-06-30 7:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/vdr-epg-daemon
Branch : rawhide
Commit : c19b9840c2e6bfaeb68072de60c6537a935f710b
Author : Martin Gansser <mgansser@netcom-mail.de>
Date : 2026-06-30T09:59:21+02:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/vdr-epg-daemon/c/c19b9840c2e6bfaeb68072de60c6537a935f710b?branch=rawhide
Log:
Use '-any' virtual provides for MariaDB/MySQL dependencies
---
diff --git a/vdr-epg-daemon.spec b/vdr-epg-daemon.spec
index 813db05..918cb99 100644
--- a/vdr-epg-daemon.spec
+++ b/vdr-epg-daemon.spec
@@ -12,7 +12,7 @@
Name: vdr-epg-daemon
Version: 1.3.29
-Release: 15%{?dist}
+Release: 16%{?dist}
Summary: A daemon to download EPG data from internet and manage it in a mysql database
License: GPL-1.0-or-later AND GPL-2.0-only AND LicenseRef-Callaway-BSD
URL: https://github.com/horchi/vdr-epg-daemon
@@ -139,6 +139,9 @@ mkdir -p %{buildroot}%{_libdir}/mariadb/plugin
%{vdr_resdir}/epgd/
%changelog
+* Tue Jun 30 2026 Martin Gansser <martinkg@fedoraproject.org> - 1.3.29-16
+- Use '-any' virtual provides for MariaDB/MySQL dependencies
+
* Sat Jun 13 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.3.29-15
- Rebuilt for openssl 4.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-30 7:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 7:54 [rpms/vdr-epg-daemon] rawhide: Use '-any' virtual provides for MariaDB/MySQL dependencies Michal Schorm
2026-06-30 7:59 Martin Gansser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox