From 67fe36f42d6eb54a5f5b3d361fbda8aabf0c0b4c Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Tue, 12 Jan 2021 13:32:18 +0100 Subject: [PATCH] Resolve tokudb-engine deprecated problem BZ#1906559 --- mariadb.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index b76fc14..694a1ee 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -154,7 +154,7 @@ Name: mariadb Version: 10.5.8 -Release: 1%{?with_debug:.debug}%{?dist} +Release: 2%{?with_debug:.debug}%{?dist} Epoch: 3 Summary: A very fast and robust SQL database server @@ -557,6 +557,9 @@ Requires: jemalloc The TokuDB storage engine from Percona. %endif +%if %{without tokudb} +Obsoletes: %{name}-tokudb-engine <= %{sameevr} +%endif %if %{with cracklib} %package cracklib-password-check @@ -1616,7 +1619,11 @@ fi %endif %changelog -* Wen Nov 11 2020 Michal Schorm - 10.5.8-1 +* Fri Dec 11 2020 Lukas Javorsky - 10.5.8-2 +- Add tokudb-engine to obsoletes +- Resolves: #1906559 + +* Wed Nov 11 2020 Michal Schorm - 10.5.8-1 - Rebase to 10.5.8 * Fri Nov 06 2020 Michal Schorm - 10.5.7-1