From 9fe7092cc0130194823b64527c7c76ab32b598b8 Mon Sep 17 00:00:00 2001 From: xiejing Date: Thu, 20 Jun 2024 11:38:36 +0800 Subject: [PATCH] Modify the epoch version to fix the upgrade issue --- mariadb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index 776c86a..a328d1d 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -74,8 +74,8 @@ Name: mariadb Version: 10.5.25 -Release: 1 -Epoch: 1 +Release: 2 +Epoch: 4 Summary: A very fast and robust SQL database server URL: http://mariadb.org @@ -1473,6 +1473,9 @@ fi %endif %changelog +* Thu Jun 20 2024 xiejing - 4:10.5.25-2 +- Modify the epoch version to fix the upgrade issue + * Tue May 28 2024 xiejing - 1:10.5.25-1 - Bump to 10.5.25 for resolving CVE-2024-21096, CVE-2023-22084 - Fix version description in systemd service file -- Gitee