1 |
# $Id: e-smith-mysql.spec,v 1.17 2020/12/08 03:49:44 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 15 |
%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 |
38 |
|
- fix issue with 10mysql_upgrade crashing mariadb [SME: 11120] |
39 |
|
also removed noise from spec file |
40 |
|
|
41 |
* Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme |
* Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme |
42 |
- e-smith-update event [SME: 11145] |
- e-smith-update event [SME: 11145] |
43 |
- mariadb systemd integration [SME: 11021] |
- mariadb systemd integration [SME: 11021] |
817 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
818 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
819 |
--file /sbin/e-smith/systemd/mariadb-initialize 'attr(0554,root,root)' \ |
--file /sbin/e-smith/systemd/mariadb-initialize 'attr(0554,root,root)' \ |
|
--file /var/service/mariadb/run 'attr(0755,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)' \ |
|
820 |
--dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \ |
--dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \ |
821 |
--dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \ |
--dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \ |
822 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
830 |
if [ -e /var/service/mariadb/run ] ; then |
if [ -e /var/service/mariadb/run ] ; then |
831 |
/usr/bin/sv d mariadb |
/usr/bin/sv d mariadb |
832 |
/usr/bin/sv d mariadb/log |
/usr/bin/sv d mariadb/log |
|
# also |
|
|
rm -rf /var/service/mariadb |
|
833 |
fi |
fi |
834 |
fi |
fi |
835 |
|
|