1 |
# $Id: e-smith-mysql.spec,v 1.9 2016/07/18 07:33:43 unnilennium Exp $ |
# $Id: e-smith-mysql.spec,v 1.14 2016/07/24 15:20:03 unnilennium 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 9 |
%define release 14 |
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 |
|
|
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: mariadb-server |
Requires: mariadb-server |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
* Mon Jul 18 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-9.sme |
* Mon Dec 07 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme |
32 |
|
- e-smith-update event [SME: 11145] |
33 |
|
- mariadb systemd integration [SME: 11021] |
34 |
|
move set.password and template |
35 |
|
create /usr/lib/systemd/system/mariadb.service.d/sme.conf |
36 |
|
create /sbin/e-smith/systemd/mariadb-initialize + chmod |
37 |
|
cleanup |
38 |
|
- mysql.init systemd integration [SME: 11120] |
39 |
|
create mysql_init.service |
40 |
|
|
41 |
|
|
42 |
|
* Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme |
43 |
|
- systemd skip redirect [SME: 9688] |
44 |
|
|
45 |
|
* Sat Jul 23 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-12.sme |
46 |
|
- Corrected a typo in e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
47 |
|
- [SME: 9671] |
48 |
|
|
49 |
|
* Thu Jul 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
50 |
|
- fix broken link /etc/init.d/supervise/mariadb [SME: 9686] |
51 |
|
|
52 |
|
* Mon Jul 18 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-10.sme |
53 |
- Remove Dummy database from backup and restoration [SME: 9671] |
- Remove Dummy database from backup and restoration [SME: 9671] |
54 |
- Added e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
- Added e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch |
55 |
|
|
774 |
%patch2 -p1 |
%patch2 -p1 |
775 |
%patch3 -p1 |
%patch3 -p1 |
776 |
%patch4 -p1 |
%patch4 -p1 |
777 |
|
%patch5 -p1 |
778 |
# mysqld renamed to mariadb [SME: 9438] |
# mysqld renamed to mariadb [SME: 9438] |
779 |
# TODO: remove on next tarball creation |
# TODO: remove on next tarball creation |
780 |
rm -f root/service/mysqld |
rm -f root/service/mysqld |
785 |
rm -f root/etc/rc.d/rc7.d/S50mysqld |
rm -f root/etc/rc.d/rc7.d/S50mysqld |
786 |
|
|
787 |
mkdir -p root/var/log/mariadb.run |
mkdir -p root/var/log/mariadb.run |
788 |
|
%patch6 -p1 |
789 |
|
|
790 |
|
|
791 |
%build |
%build |
792 |
perl createlinks |
perl createlinks |