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 8 |
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 |
|
Patch4: smeserver-mysql55-2.0.0-SME10145-phmyadminFragment.patch |
16 |
|
Patch5: smeserver-mysql55-2.0.0-SME10146-aliases.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: mysql55-mysql-server |
Requires: mysql55-mysql-server |
27 |
AutoReqProv: no |
AutoReqProv: no |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-8.sme |
31 |
|
- NFR new aliases for fast use: mysql55 mysqlshow55 mysqladmin55 mysqldump55 mysqlimport55 mysqlbinlog55 [SME: 10146] |
32 |
|
|
33 |
|
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-7.sme |
34 |
|
- fix conflict with mysql57 phpmyadmin fragment [SME: 10145] |
35 |
|
|
36 |
|
* Wed Mar 08 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-6.sme |
37 |
|
- fix init55 not used by dedicated mysql.init [SME: 1096] |
38 |
|
|
39 |
|
* Sat Feb 18 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-5.sme |
40 |
|
- fix failure to dump mysql55 table on pre-backup event [SME: 1099] |
41 |
|
|
42 |
|
* Thu Feb 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-4.sme |
43 |
|
- added template for phpmyadmin direct support [SME: 10095] |
44 |
|
- you can access directly to your mysql55 db with the phpmyadmin contrib |
45 |
|
|
46 |
|
* Thu Feb 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-3.sme |
47 |
|
- fix incorrect startup script [SME: 10094] |
48 |
|
- MYSQL55_MYSQLD_SCLS_ENABLED is now MYSQL55_SCLS_ENABLED |
49 |
|
|
50 |
|
* Wed Feb 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-2.sme |
51 |
|
- first import to SME9 |
52 |
|
- mysql55 scl only available for x86_64 |
53 |
|
|
54 |
* 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 |
55 |
- fixed root pass link typo [SME: 8527] |
- fixed root pass link typo [SME: 8527] |
56 |
|
|
64 |
%prep |
%prep |
65 |
%setup |
%setup |
66 |
%patch0 -p1 |
%patch0 -p1 |
67 |
|
%patch1 -p1 |
68 |
|
%patch2 -p1 |
69 |
|
%patch3 -p1 |
70 |
|
%patch4 -p1 |
71 |
|
%patch5 -p1 |
72 |
|
|
73 |
%build |
%build |
74 |
mkdir -p root/etc/e-smith/sql/init55 |
mkdir -p root/etc/e-smith/sql/init55 |