diff --git a/mariadb.spec b/mariadb.spec index 87c87bb48d2f5ded4ea6b6df3d0627a0de4e4b05..7860458e92a21033ae46c8f19b78075d89b89441 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -2,7 +2,7 @@ %global pkgnamepatch mariadb %{!?runselftest:%global runselftest 0} %global ignore_testsuite_result 0 -%global last_tested_version 10.5.25 +%global last_tested_version 10.5.29 %global force_run_testsuite 0 %global require_mysql_selinux 1 @@ -74,7 +74,7 @@ Name: mariadb Version: 10.5.29 -Release: 1 +Release: 2 Epoch: 4 Summary: A very fast and robust SQL database server @@ -1477,6 +1477,9 @@ fi %endif %changelog +* Tue Jun 17 2025 xiejing - 4:10.5.29-2 +- Revert to the old cmake usage pattern to prevent macro definitions from being overridden + * Fri May 09 2025 Funda Wang - 4: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 ae12df946ff255aa71fb7dba4f0c82010bd6c58a..bf6d9f5f40ed88a693c0f82848c1072eb14d19a6 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 f250f51121173eb12e47167c8177908b2f4604a0..3c7132c05b5e5dae54f6db6b120b2b35471cf918 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