From 7fc639d0d5214667715e548eb0a9e191af48db11 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 5 Oct 2020 13:55:28 +0000 Subject: [PATCH] Use mariadb-devel instead of mysql-devel Since we are building with mariadb instead of mysql, we should be requiring mariadb-devel instead of mysql-devel. Signed-off-by: Troy Dawson --- vtk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtk.spec b/vtk.spec index c91f8f3..5296e65 100644 --- a/vtk.spec +++ b/vtk.spec @@ -213,7 +213,7 @@ Requires: sqlite-devel%{?_isa} Requires: libX11-devel%{?_isa} Requires: libXext-devel%{?_isa} Requires: libXt-devel%{?_isa} -Requires: mysql-devel%{?_isa} +Requires: mariadb-devel%{?_isa} Requires: netcdf-cxx-devel%{?_isa} %if %{with qt5} Requires: cmake(Qt5)