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 4 |
%define release 12 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: smeserver-mysql57-2.0.0-SME10096.patch |
Patch0: smeserver-mysql57-2.0.0-SME10096.patch |
12 |
Patch1: smeserver-mysql57-2.0.0-SME10145-phmyadminFragment.patch |
Patch1: smeserver-mysql57-2.0.0-SME10145-phmyadminFragment.patch |
13 |
|
Patch2: smeserver-mysql57-2.0.0-SME10146-aliases.patch |
14 |
|
Patch3: smeserver-mysql57-2.0.0-SME10147-rhpath.patch |
15 |
|
Patch4: smeserver-mysql57-2.0.0-SME10148.patch |
16 |
|
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 |
|
Patch9: smeserver-mysql57-2.0.0-SME10830-user.frm.patch |
21 |
|
|
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
Requires: rh-mysql57 |
Requires: rh-mysql57 |
25 |
Requires: e-smith-base |
Requires: e-smith-base |
26 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
27 |
|
|
28 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
29 |
AutoReqProv: no |
AutoReqProv: no |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Thu Nov 21 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-12.sme |
33 |
|
- fix reload dump when should not [SME: 10830] |
34 |
|
|
35 |
|
* Mon Apr 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-11.sme |
36 |
|
- fix pre-backup failure [SME: 10202] |
37 |
|
|
38 |
|
* Thu Mar 30 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-10.sme |
39 |
|
- fix initialize and load table [SME: 10197] |
40 |
|
|
41 |
|
* Wed Mar 15 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-9.sme |
42 |
|
- some more modification to allow initialization [SME: 10148] |
43 |
|
- error log was missing stoping initialization |
44 |
|
- tweaking log format for system time |
45 |
|
|
46 |
|
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-7.sme |
47 |
|
- update run file and template paths [SME: 10148] |
48 |
|
- r8: add link for configuration ln -s /etc/opt/rh/rh-mysql57 /opt/rh/rh-mysql57/root/etc |
49 |
|
- update run, set.password and my.cnf for rh-mysql57 |
50 |
|
|
51 |
|
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-6.sme |
52 |
|
- fix wrong path /opt/rh/mysql57/ [SME: 10147] |
53 |
|
|
54 |
|
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-5.sme |
55 |
|
- NFR new aliases for fast use: mysql57 mysqlshow57 mysqladmin57 mysqldump57 mysqlimport57 mysqlbinlog57 [SME: 10146] |
56 |
|
|
57 |
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-4.sme |
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-4.sme |
58 |
- fix conflict with mysql55 phpmyadmin fragment [SME: 10145] |
- fix conflict with mysql55 phpmyadmin fragment [SME: 10145] |
59 |
|
|
75 |
%setup |
%setup |
76 |
%patch0 -p1 |
%patch0 -p1 |
77 |
%patch1 -p1 |
%patch1 -p1 |
78 |
|
%patch2 -p1 |
79 |
|
%patch3 -p1 |
80 |
|
%patch4 -p1 |
81 |
|
%patch5 -p1 |
82 |
|
%patch6 -p1 |
83 |
|
%patch7 -p1 |
84 |
|
%patch8 -p1 |
85 |
|
%patch9 -p1 |
86 |
|
|
87 |
%build |
%build |
88 |
mkdir -p root/etc/e-smith/sql/init57 |
mkdir -p root/etc/e-smith/sql/init57 |
89 |
|
mkdir -p root/opt/rh/rh-mysql57/root |
90 |
perl createlinks |
perl createlinks |
91 |
|
|
92 |
# add this for mysql.com rpm compatibility |
# add this for mysql.com rpm compatibility |