--- rpms/e-smith-mysql/sme9/e-smith-mysql.spec 2014/03/18 02:42:43 1.7 +++ rpms/e-smith-mysql/sme9/e-smith-mysql.spec 2014/04/15 14:36:54 1.9 @@ -1,10 +1,10 @@ -# $Id: e-smith-mysql.spec,v 1.6 2014/02/02 20:19:03 wellsi Exp $ +# $Id: e-smith-mysql.spec,v 1.8 2014/03/18 02:45:23 wellsi Exp $ Summary: e-smith specific mysql configuration and templates. %define name e-smith-mysql Name: %{name} %define version 2.4.0 -%define release 7 +%define release 8 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -15,6 +15,7 @@ Patch2: e-smith-mysql-2.4.0-mysqlUpgrade Patch3: e-smith-mysql-2.4.0-preBackup.patch Patch4: e-smith-mysql-2.4.0-ignore_event_table.patch Patch5: e-smith-mysql-2.4.0-ColumnCount.patch +Patch6: e-smith-mysql-2.4.0-information_schema.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: mysql-server @@ -25,8 +26,12 @@ BuildRequires: e-smith-devtools >= 1.13. AutoReqProv: no %changelog +* Mon Apr 14 2014 Ian Wells 2.4.0-8.sme +- Remove the information_schema [SME: 8325] + * Mon Mar 17 2014 Ian Wells 2.4.0-7.sme - Use mysql_upgrade in 00_restore_dumped_dbs, by Terje Edseth [SME: 8166] +- Rename 10fix_privilege_tables to 10mysql_upgrade to reduce confusion. * Sun Feb 2 2014 Ian Wells 2.4.0-6.sme - Use mysql_upgrade --force due to upgrade to MySQL 5.1 [SME: 8166] @@ -711,6 +716,7 @@ mysql. %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %build perl createlinks