diff --git a/mariadb.spec b/mariadb.spec index 0c9d7959178fcb07b4446bb6c1b876ecf6cb4ffb..0febeb133bc28b290cd92045aafa58349466c8c4 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -1,8 +1,8 @@ -%global runtest 1 +%global runtest 0 Name: mariadb Version: 10.3.9 -Release: 12 +Release: 13 Epoch: 3 Summary: One of the most popular database servers License: GPLv2 with exceptions and LGPLv2 and BSD @@ -281,7 +281,7 @@ export CFLAGS CXXFLAGS cmake -L -%make_build VERBOSE=1 +%make_build VERBOSE=1 %{?_smp_mflags} %install @@ -601,6 +601,9 @@ fi %changelog +* Tue Jul 27 2021 bzhaoop -3:10.3.9-13 +- Increase the build speed + * Mon Apr 26 2021 bzhaoop -3:10.3.9-12 - Fix CVE-2021-27928