1 |
Summary: smeserver specific mysql55 configuration and templates. |
Summary: smeserver specific mysql55 configuration and templates. |
2 |
%define name smeserver-mysql55 |
%define name smeserver-mysql55 |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.0.0 |
%define version 2.0.0 |
5 |
%define release 5 |
%define release 6 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: smeserver-mysql55-1.0.0-typo.patch |
Patch0: smeserver-mysql55-2.0.0-SME10094.patch |
12 |
|
Patch1: smeserver-mysql55-2.0.0-SME10095-phpmyadmin.patch |
13 |
|
Patch2: smeserver-mysql55-2.0.0-SME10099-prebackupdump.patch |
14 |
|
Patch3: smeserver-mysql55-2.0.0-SME1096.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: mysql55-mysql-server |
Requires: mysql55-mysql-server |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Wed Mar 08 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-6.sme |
29 |
|
- fix init55 not used by dedicated mysql.init [SME: 1096] |
30 |
|
|
31 |
|
* Sat Feb 18 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-5.sme |
32 |
|
- fix failure to dump mysql55 table on pre-backup event [SME: 1099] |
33 |
|
|
34 |
|
* Thu Feb 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-4.sme |
35 |
|
- added template for phpmyadmin direct support [SME: 10095] |
36 |
|
- you can access directly to your mysql55 db with the phpmyadmin contrib |
37 |
|
|
38 |
|
* Thu Feb 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-3.sme |
39 |
|
- fix incorrect startup script [SME: 10094] |
40 |
|
- MYSQL55_MYSQLD_SCLS_ENABLED is now MYSQL55_SCLS_ENABLED |
41 |
|
|
42 |
|
* Wed Feb 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-2.sme |
43 |
|
- first import to SME9 |
44 |
|
- mysql55 scl only available for x86_64 |
45 |
|
|
46 |
* Wed Nov 04 2015 JP Pialasse <tests@pialasse.com> 1.0.0-5.sme |
* Wed Nov 04 2015 JP Pialasse <tests@pialasse.com> 1.0.0-5.sme |
47 |
- fixed root pass link typo [SME: 8527] |
- fixed root pass link typo [SME: 8527] |
48 |
|
|
56 |
%prep |
%prep |
57 |
%setup |
%setup |
58 |
%patch0 -p1 |
%patch0 -p1 |
59 |
|
%patch1 -p1 |
60 |
|
%patch2 -p1 |
61 |
|
%patch3 -p1 |
62 |
|
|
63 |
%build |
%build |
64 |
mkdir -p root/etc/e-smith/sql/init55 |
mkdir -p root/etc/e-smith/sql/init55 |