2 |
%define name smeserver-mysql57 |
%define name smeserver-mysql57 |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 2.0.0 |
%define version 2.0.0 |
5 |
%define release 8 |
%define release 11 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
14 |
Patch3: smeserver-mysql57-2.0.0-SME10147-rhpath.patch |
Patch3: smeserver-mysql57-2.0.0-SME10147-rhpath.patch |
15 |
Patch4: smeserver-mysql57-2.0.0-SME10148.patch |
Patch4: smeserver-mysql57-2.0.0-SME10148.patch |
16 |
Patch5: smeserver-mysql57-2.0.0-SME10148-initializeDB.patch |
Patch5: smeserver-mysql57-2.0.0-SME10148-initializeDB.patch |
17 |
|
Patch6: smeserver-mysql57-2.0.0-SME10148-initializeDB2.patch |
18 |
|
Patch7: smeserver-mysql57-2.0.0-SME10197.patch |
19 |
|
Patch8: smeserver-mysql57-2.0.0-SME10202-prebackup.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: rh-mysql57 |
Requires: rh-mysql57 |
23 |
Requires: e-smith-base |
Requires: e-smith-base |
24 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
25 |
|
|
26 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
27 |
AutoReqProv: no |
AutoReqProv: no |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Mon Apr 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-11.sme |
31 |
|
- fix pre-backup failure [SME: 10202] |
32 |
|
|
33 |
|
* Thu Mar 30 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-10.sme |
34 |
|
- fix initialize and load table [SME: 10197] |
35 |
|
|
36 |
|
* Wed Mar 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-9.sme |
37 |
|
- some more modification to allow initialization [SME: 10148] |
38 |
|
- error log was missing stoping initialization |
39 |
|
- tweaking log format for system time |
40 |
|
|
41 |
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-7.sme |
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-7.sme |
42 |
- update run file and template paths [SME: 10148] |
- update run file and template paths [SME: 10148] |
43 |
- r8: add link for configuration ln -s /etc/opt/rh/rh-mysql57 /opt/rh/rh-mysql57/root/etc |
- r8: add link for configuration ln -s /etc/opt/rh/rh-mysql57 /opt/rh/rh-mysql57/root/etc |
74 |
%patch3 -p1 |
%patch3 -p1 |
75 |
%patch4 -p1 |
%patch4 -p1 |
76 |
%patch5 -p1 |
%patch5 -p1 |
77 |
|
%patch6 -p1 |
78 |
|
%patch7 -p1 |
79 |
|
%patch8 -p1 |
80 |
|
|
81 |
%build |
%build |
82 |
mkdir -p root/etc/e-smith/sql/init57 |
mkdir -p root/etc/e-smith/sql/init57 |