public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Denis Fateyev <denis@fateyev.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Test-mysqld] f45: Use DBD::MariaDB for compatility with test server
Date: Mon, 07 Sep 2026 11:32:03 GMT [thread overview]
Message-ID: <178878072304.1.16672975268309398770.rpms-perl-Test-mysqld-6929b3324c36@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Test-mysqld
Branch : f45
Commit : 6929b3324c36eaa5587c1c9535e75c82e01e4cb0
Author : Denis Fateyev <denis@fateyev.com>
Date : 2026-09-07T16:23:01+05:00
Stats : +5/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Test-mysqld/c/6929b3324c36eaa5587c1c9535e75c82e01e4cb0?branch=f45
Log:
Use DBD::MariaDB for compatility with test server
---
diff --git a/perl-Test-mysqld.spec b/perl-Test-mysqld.spec
index c47b50d..c354286 100644
--- a/perl-Test-mysqld.spec
+++ b/perl-Test-mysqld.spec
@@ -1,6 +1,6 @@
Name: perl-Test-mysqld
Version: 1.0030
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Mysqld runner for tests
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Test-mysqld
@@ -26,11 +26,10 @@ BuildRequires: mariadb-server
# Testing
BuildRequires: perl(DBD::MariaDB)
-BuildRequires: perl(DBD::mysql)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::SharedFork) >= 0.06
-Requires: perl(DBD::mysql)
+Requires: perl(DBD::MariaDB)
Requires: mariadb-server-any
Recommends: mariadb-server
@@ -59,6 +58,9 @@ AUTHOR_TESTING=1 RELEASE_TESTING=1 ./Build test
%changelog
+* Mon Sep 07 2026 Denis Fateyev <denis@fateyev.com> - 1.0030-9
+- Use DBD::MariaDB for compatility with test server
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0030-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-09-07 11:32 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=178878072304.1.16672975268309398770.rpms-perl-Test-mysqld-6929b3324c36@fedoraproject.org \
--to=denis@fateyev.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