Le mar. 8 déc. 2020 à 13:59, Richard Shaw <hobbes1069(a)rpmfusion.org> a écrit :
commit 88502ebd83d050896d74397e227e23f007ea528b
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Dec 8 06:58:50 2020 -0600
Update requirements on mariadb, remove requirement for mariadb-connector-c-devel on
the mythtv package.
mythtv.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index b43a99b..bf34e8e 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -167,7 +167,7 @@ BuildRequires: qt5-qtscript-devel >= 5.2
BuildRequires: qt5-qtwebkit-devel >= 5.2
BuildRequires: freetype-devel >= 2
%if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: mariadb-connector-c-devel
+#BuildRequires: mariadb-connector-c-devel
Why this change on the BuildRequires ?
Is this expected ?