1 |
# $Id: e-smith-mysql.spec,v 1.1 2013/02/14 16:15:55 slords Exp $ |
# $Id: e-smith-mysql.spec,v 1.2 2013/02/18 21:53:15 vip-ire 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 2 |
%define release 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
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 |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: mysql-server |
Requires: mysql-server |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
26 |
|
- Use mysql_upgrade instead of fix_privilege_tables [SME: 7467] |
27 |
|
|
28 |
* Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
* Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
29 |
- Remove obsolete innodb_log_arch_dir directive [SME: 7363] |
- Remove obsolete innodb_log_arch_dir directive [SME: 7363] |
30 |
|
|
692 |
%prep |
%prep |
693 |
%setup |
%setup |
694 |
%patch1 -p1 |
%patch1 -p1 |
695 |
|
%patch2 -p1 |
696 |
|
|
697 |
%build |
%build |
698 |
perl createlinks |
perl createlinks |