1 |
# $Id: e-smith-mysql.spec,v 1.19 2020/12/08 20:01:25 jpp Exp $ |
# $Id: e-smith-mysql.spec,v 1.24 2021/03/13 14:35:58 terryfage 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 21 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
19 |
Patch6: e-smith-mysql-2.6.0-bz11145-updateevent.patch |
Patch6: e-smith-mysql-2.6.0-bz11145-updateevent.patch |
20 |
Patch7: e-smith-mysql-2.6.0-bz11021-mariadb2systemd.patch |
Patch7: e-smith-mysql-2.6.0-bz11021-mariadb2systemd.patch |
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 |
23 |
|
Patch10: e-smith-mysql-2.6.0-bz455-bz4606-bz11404-bz11425.patch |
24 |
|
Patch11: e-smith-mysql-2.6.0.bz11453-sme9restoreerror.patch |
25 |
|
Patch12: e-smith-mysql-2.6.0-bz11468.patch |
26 |
|
|
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
34 |
AutoReqProv: no |
AutoReqProv: no |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Thu Mar 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-21.sme |
38 |
|
- fix wrong path for set password [SME: 11468] |
39 |
|
|
40 |
|
* Sat Mar 14 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-20.sme |
41 |
|
- fix restore of sme9 backup fails to start mysql.init [SME: 11453] |
42 |
|
|
43 |
|
* Thu Mar 04 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-19.sme |
44 |
|
- add property to enable mysqld slow queries log [SME: 455] |
45 |
|
simply use SlowQueries as the amount of second and it is enabled |
46 |
|
remove property to stop logging |
47 |
|
- more mysqld/mariadb parameter available with properties /templates [SME: 4606] |
48 |
|
- ease 4 databit characters with innodb [SME: 11404] |
49 |
|
- redirect mariadb log from systemd to file [SME: 11425] |
50 |
|
|
51 |
|
* Wed Jan 27 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme |
52 |
|
- fix backup fails in pre-backup in mysqldump [SME: 7827] |
53 |
|
|
54 |
|
* Sun Dec 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme |
55 |
|
- expand 10mysql_upgrade and restart mysql.init on e-smith-mysql-update [SME: 11120] |
56 |
|
this to make sure mariadb upgrade fully and prevent residual 10mysql_upgrade stay in the way |
57 |
|
|
58 |
* 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 |
59 |
- fix issue with 10mysql_upgrade crashing mariadb [SME: 11120] |
- fix issue with 10mysql_upgrade crashing mariadb [SME: 11120] |
60 |
also removed noise from spec file |
also removed noise from spec file |
814 |
rm -rf root/var/log/mysqld |
rm -rf root/var/log/mysqld |
815 |
rm -f root/etc/rc.d/init.d/supervise/mysqld |
rm -f root/etc/rc.d/init.d/supervise/mysqld |
816 |
rm -f root/etc/rc.d/rc7.d/S50mysqld |
rm -f root/etc/rc.d/rc7.d/S50mysqld |
|
|
|
817 |
mkdir -p root/var/log/mariadb.run |
mkdir -p root/var/log/mariadb.run |
818 |
%patch6 -p1 |
%patch6 -p1 |
819 |
# move mariadb to systemd |
# move mariadb to systemd |
824 |
rm -rf root/service |
rm -rf root/service |
825 |
rm -rf root/etc/rc.d/init.d/supervise |
rm -rf root/etc/rc.d/init.d/supervise |
826 |
rm -rf root/var/log |
rm -rf root/var/log |
|
|
|
827 |
# move mysql.init |
# move mysql.init |
828 |
%patch8 -p1 |
%patch8 -p1 |
829 |
rm -rf root/etc/rc.d/rc7.d |
rm -rf root/etc/rc.d/rc7.d |
830 |
|
%patch9 -p1 |
831 |
|
%patch10 -p1 |
832 |
|
%patch11 -p1 |
833 |
|
%patch12 -p1 |
834 |
|
|
835 |
%build |
%build |
836 |
perl createlinks |
perl createlinks |