1 |
# $Id: e-smith-mysql.spec,v 1.2 2013/02/18 21:53:15 vip-ire Exp $ |
# $Id: e-smith-mysql.spec,v 1.3 2013/03/17 03:57:00 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 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
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 |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: mysql-server |
Requires: mysql-server |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Wed Mar 20 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme |
27 |
|
- Use --single-transaction in mysql-dump-tables [SME: 7497] |
28 |
|
|
29 |
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
30 |
- Use mysql_upgrade instead of fix_privilege_tables [SME: 7467] |
- Use mysql_upgrade instead of fix_privilege_tables [SME: 7467] |
31 |
|
|
697 |
%setup |
%setup |
698 |
%patch1 -p1 |
%patch1 -p1 |
699 |
%patch2 -p1 |
%patch2 -p1 |
700 |
|
%patch3 -p1 |
701 |
|
|
702 |
%build |
%build |
703 |
perl createlinks |
perl createlinks |