1 |
# $Id: e-smith-mysql.spec,v 1.11 2016/07/19 18:42:04 stephdl Exp $ |
# $Id: e-smith-mysql.spec,v 1.22 2021/01/27 19:46:06 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 11 |
%define release 19 |
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 |
|
Patch6: e-smith-mysql-2.6.0-bz11145-updateevent.patch |
20 |
|
Patch7: e-smith-mysql-2.6.0-bz11021-mariadb2systemd.patch |
21 |
|
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 |
|
|
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
27 |
Requires: mariadb-server |
Requires: mariadb-server |
32 |
AutoReqProv: no |
AutoReqProv: no |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Thu Mar 04 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-19.sme |
36 |
|
- add property to enable mysqld slow queries log [SME: 455] |
37 |
|
simply use SlowQueries as the amount of second and it is enabled |
38 |
|
remove property to stop logging |
39 |
|
- more mysqld/mariadb parameter available with properties /templates [SME: 4606] |
40 |
|
- ease 4 databit characters with innodb [SME: 11404] |
41 |
|
- redirect mariadb log from systemd to file [SME: 11425] |
42 |
|
|
43 |
|
* Wed Jan 27 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme |
44 |
|
- fix backup fails in pre-backup in mysqldump [SME: 7827] |
45 |
|
|
46 |
|
* Sun Dec 13 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme |
47 |
|
- expand 10mysql_upgrade and restart mysql.init on e-smith-mysql-update [SME: 11120] |
48 |
|
this to make sure mariadb upgrade fully and prevent residual 10mysql_upgrade stay in the way |
49 |
|
|
50 |
|
* Wed Dec 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme |
51 |
|
- fix issue with 10mysql_upgrade crashing mariadb [SME: 11120] |
52 |
|
also removed noise from spec file |
53 |
|
|
54 |
|
* Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme |
55 |
|
- e-smith-update event [SME: 11145] |
56 |
|
- mariadb systemd integration [SME: 11021] |
57 |
|
move set.password and template |
58 |
|
create /usr/lib/systemd/system/mariadb.service.d/sme.conf |
59 |
|
create /sbin/e-smith/systemd/mariadb-initialize + chmod |
60 |
|
cleanup and remove old /var/service/mariadb |
61 |
|
- mysql.init systemd integration [SME: 11120] |
62 |
|
create mysql_init.service |
63 |
|
|
64 |
|
|
65 |
|
* Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme |
66 |
|
- systemd skip redirect [SME: 9688] |
67 |
|
|
68 |
|
* Sat Jul 23 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-12.sme |
69 |
|
- Corrected a typo in e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
70 |
|
- [SME: 9671] |
71 |
|
|
72 |
* 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 |
73 |
- fix broken link /etc/init.d/supervise/mariadb [SME: 9686] |
- fix broken link /etc/init.d/supervise/mariadb [SME: 9686] |
74 |
|
|
797 |
%patch2 -p1 |
%patch2 -p1 |
798 |
%patch3 -p1 |
%patch3 -p1 |
799 |
%patch4 -p1 |
%patch4 -p1 |
800 |
|
%patch5 -p1 |
801 |
# mysqld renamed to mariadb [SME: 9438] |
# mysqld renamed to mariadb [SME: 9438] |
802 |
# TODO: remove on next tarball creation |
# TODO: remove on next tarball creation |
803 |
rm -f root/service/mysqld |
rm -f root/service/mysqld |
806 |
rm -rf root/var/log/mysqld |
rm -rf root/var/log/mysqld |
807 |
rm -f root/etc/rc.d/init.d/supervise/mysqld |
rm -f root/etc/rc.d/init.d/supervise/mysqld |
808 |
rm -f root/etc/rc.d/rc7.d/S50mysqld |
rm -f root/etc/rc.d/rc7.d/S50mysqld |
|
|
|
809 |
mkdir -p root/var/log/mariadb.run |
mkdir -p root/var/log/mariadb.run |
810 |
|
%patch6 -p1 |
811 |
|
# move mariadb to systemd |
812 |
|
%patch7 -p1 |
813 |
|
rm -rf root/etc/e-smith/templates.metadata/var/service |
814 |
|
rm -rf root/etc/e-smith/templates/var/service/mariadb |
815 |
|
rm -rf root/var/service |
816 |
|
rm -rf root/service |
817 |
|
rm -rf root/etc/rc.d/init.d/supervise |
818 |
|
rm -rf root/var/log |
819 |
|
# move mysql.init |
820 |
|
%patch8 -p1 |
821 |
|
rm -rf root/etc/rc.d/rc7.d |
822 |
|
%patch9 -p1 |
823 |
|
%patch10 -p1 |
824 |
|
|
825 |
%build |
%build |
826 |
perl createlinks |
perl createlinks |
829 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
830 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
831 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
832 |
--file /var/service/mariadb/run 'attr(0755,root,root)' \ |
--file /sbin/e-smith/systemd/mariadb-initialize 'attr(0554,root,root)' \ |
|
--file /var/service/mariadb/control/t 'attr(0750,root,root)' \ |
|
|
--file /var/service/mariadb/control/d 'attr(0750,root,root)' \ |
|
|
--file /var/service/mariadb/control/i 'attr(0750,root,root)' \ |
|
|
--file /var/service/mariadb/control/q 'attr(0750,root,root)' \ |
|
|
--file /var/service/mariadb/log/run 'attr(0755,root,root)' \ |
|
833 |
--dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \ |
--dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \ |
834 |
--dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \ |
--dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \ |
835 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
838 |
%clean |
%clean |
839 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
840 |
|
|
841 |
|
%pre |
842 |
|
if [ $1 -gt 1 ] ; then |
843 |
|
if [ -e /var/service/mariadb/run ] ; then |
844 |
|
/usr/bin/sv d mariadb |
845 |
|
/usr/bin/sv d mariadb/log |
846 |
|
fi |
847 |
|
fi |
848 |
|
|
849 |
%post |
%post |
850 |
|
|
851 |
%postun |
%postun |