1 |
# $Id: e-smith-mysql.spec,v 1.19 2020/12/08 20:01:25 jpp Exp $ |
# $Id: e-smith-mysql.spec,v 1.20 2020/12/10 04:25:50 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 16 |
%define release 17 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
30 |
AutoReqProv: no |
AutoReqProv: no |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Sun Dec 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme |
34 |
|
- expand 10mysql_upgrade and restart mysql.init on e-smith-mysql-update [SME: 11120] |
35 |
|
this to make sure mariadb upgrade fully and prevent residual 10mysql_upgrade stay in the way |
36 |
|
|
37 |
* Wed Dec 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme |
* Wed Dec 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme |
38 |
- fix issue with 10mysql_upgrade crashing mariadb [SME: 11120] |
- fix issue with 10mysql_upgrade crashing mariadb [SME: 11120] |
39 |
also removed noise from spec file |
also removed noise from spec file |