1 |
# $Id: e-smith-mysql.spec,v 1.24 2021/03/13 14:35:58 terryfage Exp $ |
# $Id: e-smith-mysql.spec,v 1.25 2021/03/19 02:48:48 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 21 |
%define release 22 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch11: e-smith-mysql-2.6.0.bz11453-sme9restoreerror.patch |
25 |
Patch12: e-smith-mysql-2.6.0-bz11468.patch |
Patch12: e-smith-mysql-2.6.0-bz11468.patch |
26 |
|
Patch13: e-smith-mysql-2.6.0.bz11672-max_allowed_packet.patch |
27 |
|
|
28 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
29 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
35 |
AutoReqProv: no |
AutoReqProv: no |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Tue Aug 17 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-22.sme |
39 |
|
- Remove template and set default max_allowed_packet=16M |
40 |
|
|
41 |
* Thu Mar 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-21.sme |
* Thu Mar 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-21.sme |
42 |
- fix wrong path for set password [SME: 11468] |
- fix wrong path for set password [SME: 11468] |
43 |
|
|
835 |
%patch10 -p1 |
%patch10 -p1 |
836 |
%patch11 -p1 |
%patch11 -p1 |
837 |
%patch12 -p1 |
%patch12 -p1 |
838 |
|
%patch13 -p1 |
839 |
|
|
840 |
%build |
%build |
841 |
perl createlinks |
perl createlinks |