1 |
# $Id: e-smith-mysql.spec,v 1.8 2016/04/11 20:45:32 vip-ire Exp $ |
# $Id: e-smith-mysql.spec,v 1.12 2016/07/21 17:58:53 unnilennium 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 8 |
%define release 12 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch3: e-smith-mysql-2.6.0-mariadb_forgotten_var.patch |
17 |
|
Patch4: e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Requires: mariadb-server |
Requires: mariadb-server |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Sat Jul 23 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-12.sme |
29 |
|
- Corrected a typo in e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
30 |
|
- [SME: 9671] |
31 |
|
|
32 |
|
* Thu Jul 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
33 |
|
- fix broken link /etc/init.d/supervise/mariadb [SME: 9686] |
34 |
|
|
35 |
|
* Mon Jul 18 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-10.sme |
36 |
|
- Remove Dummy database from backup and restoration [SME: 9671] |
37 |
|
- Added e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
38 |
|
|
39 |
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
40 |
- fix forgotten mysqld variables in various scripts [SME: 9438] |
- fix forgotten mysqld variables in various scripts [SME: 9438] |
41 |
- e-smith-mysql-2.6.0-mariadb_forgotten_var.patch |
- e-smith-mysql-2.6.0-mariadb_forgotten_var.patch |
756 |
%patch1 -p1 |
%patch1 -p1 |
757 |
%patch2 -p1 |
%patch2 -p1 |
758 |
%patch3 -p1 |
%patch3 -p1 |
759 |
|
%patch4 -p1 |
760 |
|
|
761 |
# mysqld renamed to mariadb [SME: 9438] |
# mysqld renamed to mariadb [SME: 9438] |
762 |
# TODO: remove on next tarball creation |
# TODO: remove on next tarball creation |