public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/soci] update-to-4.1.4: cleanup: BuildRequires of mariadb-connector-c-devel over mysql-devel
@ 2026-06-20 4:40 Pavol Sloboda
0 siblings, 0 replies; only message in thread
From: Pavol Sloboda @ 2026-06-20 4:40 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/soci
Branch : update-to-4.1.4
Commit : dc4cdefe632ab64969e984da4c622fe3fff4308e
Author : Pavol Sloboda <psloboda@redhat.com>
Date : 2025-05-05T16:06:40+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/soci/c/dc4cdefe632ab64969e984da4c622fe3fff4308e?branch=update-to-4.1.4
Log:
cleanup: BuildRequires of mariadb-connector-c-devel over mysql-devel
Replaced the BuildeRequires of mysql-devel for mariadb-connector-c-devel
as it is prefered.
---
diff --git a/soci.spec b/soci.spec
index 72cad0a..ca8d847 100644
--- a/soci.spec
+++ b/soci.spec
@@ -65,7 +65,7 @@ install %{name}-sqlite3.}
%{?with_mysql:%package mysql
Summary: MySQL back-end for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
-BuildRequires: mysql-devel
+BuildRequires: mariadb-connector-c-devel
%description mysql
This package contains the MySQL back-end for %{name}, i.e.,
@@ -143,7 +143,7 @@ to install %{name}-sqlite3.}
Summary: MySQL back-end for %{name}
Requires: %{name}-devel = %{version}-%{release}
Requires: %{name}-mysql = %{version}-%{release}
-Requires: mysql-devel
+Requires: mariadb-connector-c-devel
%description mysql-devel
This package contains the MySQL back-end for %{name}, i.e., header
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-20 4:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-20 4:40 [rpms/soci] update-to-4.1.4: cleanup: BuildRequires of mariadb-connector-c-devel over mysql-devel Pavol Sloboda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox