1 |
# $Id: e-smith-mysql.spec,v 1.22 2021/01/27 19:46:06 jpp Exp $ |
# $Id: e-smith-mysql.spec,v 1.23 2021/03/04 20:17:44 jpp 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 19 |
%define release 20 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
21 |
Patch8: e-smith-mysql-2.6.0-bz11120-mysql.init2systemd.patch |
Patch8: e-smith-mysql-2.6.0-bz11120-mysql.init2systemd.patch |
22 |
Patch9: e-smith-mysql-2.6.0-bz7827-dumpfailure.patch |
Patch9: e-smith-mysql-2.6.0-bz7827-dumpfailure.patch |
23 |
Patch10: e-smith-mysql-2.6.0-bz455-bz4606-bz11404-bz11425.patch |
Patch10: e-smith-mysql-2.6.0-bz455-bz4606-bz11404-bz11425.patch |
24 |
|
Patch11: e-smith-mysql-2.6.0.bz11453-sme9restoreerror.patch |
25 |
|
|
26 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
27 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
33 |
AutoReqProv: no |
AutoReqProv: no |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Sat Mar 14 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-20.sme |
37 |
|
- fix restore of sme9 backup fails to start mysql.init [SME: 11453] |
38 |
|
|
39 |
* Thu Mar 04 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-19.sme |
* Thu Mar 04 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-19.sme |
40 |
- add property to enable mysqld slow queries log [SME: 455] |
- add property to enable mysqld slow queries log [SME: 455] |
41 |
simply use SlowQueries as the amount of second and it is enabled |
simply use SlowQueries as the amount of second and it is enabled |
825 |
rm -rf root/etc/rc.d/rc7.d |
rm -rf root/etc/rc.d/rc7.d |
826 |
%patch9 -p1 |
%patch9 -p1 |
827 |
%patch10 -p1 |
%patch10 -p1 |
828 |
|
%patch11 -p1 |
829 |
|
|
830 |
%build |
%build |
831 |
perl createlinks |
perl createlinks |