1 |
# $Id: e-smith-mysql.spec,v 1.3 2013/03/17 03:57:00 wellsi Exp $ |
# $Id: e-smith-mysql.spec,v 1.4 2013/03/21 01:04:06 wellsi Exp $ |
2 |
|
|
3 |
Summary: e-smith specific mysql configuration and templates. |
Summary: e-smith specific mysql configuration and templates. |
4 |
%define name e-smith-mysql |
%define name e-smith-mysql |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 4 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch1: e-smith-mysql-2.4.0-remove_innodb_log_arch_dir.patch |
Patch1: e-smith-mysql-2.4.0-remove_innodb_log_arch_dir.patch |
14 |
Patch2: e-smith-mysql-2.4.0-mysqlUpgrade.patch |
Patch2: e-smith-mysql-2.4.0-mysqlUpgrade.patch |
15 |
Patch3: e-smith-mysql-2.4.0-preBackup.patch |
Patch3: e-smith-mysql-2.4.0-preBackup.patch |
16 |
|
Patch4: e-smith-mysql-2.4.0-ignore_event_table.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: mysql-server |
Requires: mysql-server |
24 |
AutoReqProv: no |
AutoReqProv: no |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme |
28 |
|
- Ignore mysql.event table [SME: 7603] |
29 |
|
|
30 |
* Wed Mar 20 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme |
* Wed Mar 20 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme |
31 |
- Use --single-transaction in mysql-dump-tables [SME: 7497] |
- Use --single-transaction in mysql-dump-tables [SME: 7497] |
32 |
|
|
702 |
%patch1 -p1 |
%patch1 -p1 |
703 |
%patch2 -p1 |
%patch2 -p1 |
704 |
%patch3 -p1 |
%patch3 -p1 |
705 |
|
%patch4 -p1 |
706 |
|
|
707 |
%build |
%build |
708 |
perl createlinks |
perl createlinks |