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 9 |
%define release 10 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
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 |
Patch6: smeserver-mysql57-2.0.0-SME10148-initializeDB2.patch |
18 |
|
Patch7: smeserver-mysql57-2.0.0-SME10197.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: rh-mysql57 |
Requires: rh-mysql57 |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Thu Mar 30 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-10.sme |
30 |
|
- fix initialize and load table [SME: 10197] |
31 |
|
|
32 |
* Wed Mar 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-9.sme |
* Wed Mar 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-9.sme |
33 |
- some more modification to allow initialization [SME: 10148] |
- some more modification to allow initialization [SME: 10148] |
34 |
- error log was missing stoping initialization |
- error log was missing stoping initialization |
71 |
%patch4 -p1 |
%patch4 -p1 |
72 |
%patch5 -p1 |
%patch5 -p1 |
73 |
%patch6 -p1 |
%patch6 -p1 |
74 |
|
%patch7 -p1 |
75 |
|
|
76 |
|
|
77 |
%build |
%build |
78 |
mkdir -p root/etc/e-smith/sql/init57 |
mkdir -p root/etc/e-smith/sql/init57 |