--- rpms/e-smith-mysql/sme10/e-smith-mysql.spec 2016/04/11 20:32:10 1.7 +++ rpms/e-smith-mysql/sme10/e-smith-mysql.spec 2016/04/11 20:45:32 1.8 @@ -1,10 +1,10 @@ -# $Id: e-smith-mysql.spec,v 1.6 2016/04/11 19:12:05 vip-ire Exp $ +# $Id: e-smith-mysql.spec,v 1.7 2016/04/11 20:32:10 vip-ire Exp $ Summary: e-smith specific mysql configuration and templates. %define name e-smith-mysql Name: %{name} %define version 2.6.0 -%define release 6 +%define release 7 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -12,6 +12,7 @@ Group: Networking/Daemons Source: %{name}-%{version}.tar.xz Patch0: e-smith-mysql-2.6.0-mariadb1.patch Patch1: e-smith-mysql-2.6.0-mysqld2mariadb.patch +Patch2: e-smith-mysql-2.6.0-use_default_innodb_settings.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: mariadb-server @@ -22,6 +23,9 @@ BuildRequires: e-smith-devtools >= 1.13. AutoReqProv: no %changelog +* Mon Apr 11 2016 Daniel Berteaud 2.6.0-7.sme +- Use default InnoDB settings [SME: 9439] + * Mon Apr 11 2016 Daniel Berteaud 2.6.0-6.sme - Rename mysqld to mariadb [SME: 9438] @@ -733,6 +737,7 @@ mysql. %setup %patch0 -p1 %patch1 -p1 +%patch2 -p1 # mysqld renamed to mariadb [SME: 9438] # TODO: remove on next tarball creation