1 |
# $Id: e-smith-mysql.spec,v 1.11 2016/07/19 18:42:04 stephdl Exp $ |
# $Id: e-smith-mysql.spec,v 1.13 2016/07/23 06:24:27 stephdl 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 11 |
%define release 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch4: e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
18 |
|
Patch5: e-smith-mysql-2.6.0.bz9688.skipredirect.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: mariadb-server |
Requires: mariadb-server |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme |
30 |
|
- systemd skip redirect [SME: 9688] |
31 |
|
|
32 |
|
* Sat Jul 23 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-12.sme |
33 |
|
- Corrected a typo in e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
34 |
|
- [SME: 9671] |
35 |
|
|
36 |
* Thu Jul 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
* Thu Jul 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
37 |
- fix broken link /etc/init.d/supervise/mariadb [SME: 9686] |
- fix broken link /etc/init.d/supervise/mariadb [SME: 9686] |
38 |
|
|
761 |
%patch2 -p1 |
%patch2 -p1 |
762 |
%patch3 -p1 |
%patch3 -p1 |
763 |
%patch4 -p1 |
%patch4 -p1 |
764 |
|
%patch5 -p1 |
765 |
|
|
766 |
# mysqld renamed to mariadb [SME: 9438] |
# mysqld renamed to mariadb [SME: 9438] |
767 |
# TODO: remove on next tarball creation |
# TODO: remove on next tarball creation |