From dd0d4d3a8e8149d1bcc4bedc6d8c36a026c6a788 Mon Sep 17 00:00:00 2001 From: xiejing Date: Thu, 28 Aug 2025 22:35:18 -0700 Subject: [PATCH] Modify the epoch version to fix the upgrade issue --- mariadb.spec | 5 ++++- mysql.service.in | 2 +- mysql@.service.in | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index 0f7498e..0e922e8 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -75,7 +75,7 @@ Name: mariadb Version: 10.5.29 Release: 1 -Epoch: 1 +Epoch: 4 Summary: A very fast and robust SQL database server URL: http://mariadb.org @@ -1473,6 +1473,9 @@ fi %endif %changelog +* Fri Aug 29 2025 xiejing - 4:10.5.29-1 +- Modify the epoch version to fix the upgrade issue + * Fri May 09 2025 Funda Wang - 1:10.5.29-1 - update to 10.5.29 for CVE-2025-30722, CVE-2025-30693, CVE-2023-52970, CVE-2023-52969 diff --git a/mysql.service.in b/mysql.service.in index ae12df9..bf6d9f5 100644 --- a/mysql.service.in +++ b/mysql.service.in @@ -17,7 +17,7 @@ # [Unit] -Description=MariaDB 10.5.25 database server +Description=MariaDB 10.5.29 database server Documentation=man:mariadbd(8) Documentation=https://mariadb.com/kb/en/library/systemd/ After=network.target diff --git a/mysql@.service.in b/mysql@.service.in index f250f51..3c7132c 100644 --- a/mysql@.service.in +++ b/mysql@.service.in @@ -39,7 +39,7 @@ # LimitNOFILE=10000 [Unit] -Description=MariaDB 10.5.25 database server (multi-instance %I) +Description=MariaDB 10.5.29 database server (multi-instance %I) Documentation=man:mariadbd(8) Documentation=https://mariadb.com/kb/en/library/systemd/ After=network.target -- Gitee