From f10179a5e65b812c92658bc7207cfda060d53f0c Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 22 Jan 2022 13:16:04 +0100 Subject: [PATCH] - disable coredumper --- mysql.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql.spec b/mysql.spec index cf3d573..7394ea6 100644 --- a/mysql.spec +++ b/mysql.spec @@ -36,7 +36,7 @@ %bcond_with system_boost # Use system boost package %bcond_with tests # FIXME: don't run correctly %bcond_with ndb # NDB is now a separate product, this here is broken, so disable it -%bcond_without coredumper # coredumper support +%bcond_with coredumper # coredumper support # tokudb is only supported on x86_64 %ifnarch %{x8664} @@ -44,7 +44,7 @@ %undefine with_tokudb %endif -%define rel 1 +%define rel 2 %define percona_rel 39 Summary: MySQL: a very fast and reliable SQL database engine Summary(de.UTF-8): MySQL: ist eine SQL-Datenbank -- 2.44.0