1 |
# $Id: e-smith-mysql.spec,v 1.7 2016/04/11 20:32:10 vip-ire Exp $ |
# $Id: e-smith-mysql.spec,v 1.8 2016/04/11 20:45:32 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.6.0 |
%define version 2.6.0 |
7 |
%define release 7 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch0: e-smith-mysql-2.6.0-mariadb1.patch |
Patch0: e-smith-mysql-2.6.0-mariadb1.patch |
14 |
Patch1: e-smith-mysql-2.6.0-mysqld2mariadb.patch |
Patch1: e-smith-mysql-2.6.0-mysqld2mariadb.patch |
15 |
Patch2: e-smith-mysql-2.6.0-use_default_innodb_settings.patch |
Patch2: e-smith-mysql-2.6.0-use_default_innodb_settings.patch |
16 |
|
Patch3: e-smith-mysql-2.6.0-mariadb_forgotten_var.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: mariadb-server |
Requires: mariadb-server |
24 |
AutoReqProv: no |
AutoReqProv: no |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
28 |
|
- fix forgotten mysqld variables in various scripts [SME: 9438] |
29 |
|
- e-smith-mysql-2.6.0-mariadb_forgotten_var.patch |
30 |
|
|
31 |
* Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme |
* Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme |
32 |
- Use default InnoDB settings [SME: 9439] |
- Use default InnoDB settings [SME: 9439] |
33 |
|
|
743 |
%patch0 -p1 |
%patch0 -p1 |
744 |
%patch1 -p1 |
%patch1 -p1 |
745 |
%patch2 -p1 |
%patch2 -p1 |
746 |
|
%patch3 -p1 |
747 |
|
|
748 |
# mysqld renamed to mariadb [SME: 9438] |
# mysqld renamed to mariadb [SME: 9438] |
749 |
# TODO: remove on next tarball creation |
# TODO: remove on next tarball creation |