1 |
Summary: smeserver specific mysql57 configuration and templates. |
2 |
%define name smeserver-mysql57 |
3 |
Name: %{name} |
4 |
%define version 2.0.0 |
5 |
%define release 8 |
6 |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
8 |
License: GPL |
9 |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: smeserver-mysql57-2.0.0-SME10096.patch |
12 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
19 |
Requires: rh-mysql57 |
20 |
Requires: e-smith-base |
21 |
Requires: e-smith-lib >= 1.15.1-19 |
22 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
23 |
AutoReqProv: no |
24 |
|
25 |
%changelog |
26 |
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-7.sme |
27 |
- update run file and template paths [SME: 10148] |
28 |
- r8: add link for configuration ln -s /etc/opt/rh/rh-mysql57 /opt/rh/rh-mysql57/root/etc |
29 |
- update run, set.password and my.cnf for rh-mysql57 |
30 |
|
31 |
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-6.sme |
32 |
- fix wrong path /opt/rh/mysql57/ [SME: 10147] |
33 |
|
34 |
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-5.sme |
35 |
- NFR new aliases for fast use: mysql57 mysqlshow57 mysqladmin57 mysqldump57 mysqlimport57 mysqlbinlog57 [SME: 10146] |
36 |
|
37 |
* Sun Mar 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-4.sme |
38 |
- fix conflict with mysql55 phpmyadmin fragment [SME: 10145] |
39 |
|
40 |
* Wed Mar 08 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-3.sme |
41 |
- fix init57 not used by dedicated mysql.init [SME: 10096] |
42 |
|
43 |
* Sun Feb 19 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-2.sme |
44 |
- fix requires rh-myql57 |
45 |
|
46 |
* Sun Feb 19 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-1.sme |
47 |
- first version forked from smeserver-mysql57-2.0.0-5 |
48 |
|
49 |
|
50 |
%description |
51 |
This package adds necessary startup and configuration items for |
52 |
mysql57. |
53 |
|
54 |
%prep |
55 |
%setup |
56 |
%patch0 -p1 |
57 |
%patch1 -p1 |
58 |
%patch2 -p1 |
59 |
%patch3 -p1 |
60 |
%patch4 -p1 |
61 |
%patch5 -p1 |
62 |
|
63 |
%build |
64 |
mkdir -p root/etc/e-smith/sql/init57 |
65 |
mkdir -p root/opt/rh/rh-mysql57/root |
66 |
perl createlinks |
67 |
|
68 |
# add this for mysql.com rpm compatibility |
69 |
#mkdir -p root/var/run/mysql57-mysqld |
70 |
# we hould we rather link to the actual dir in opt , done in createlinks |
71 |
|
72 |
mkdir -p root/etc/rc.d/init.d/supervise |
73 |
ln -s ../daemontools root/etc/rc.d/init.d/supervise/mysql57-mysqld |
74 |
|
75 |
mkdir -p root/etc/rc.d/rc7.d |
76 |
ln -s /etc/rc.d/init.d/e-smith-service root/etc/rc.d/rc7.d/S50mysql57-mysqld |
77 |
ln -s /etc/rc.d/init.d/e-smith-service root/etc/rc.d/rc7.d/S99mysql57-mysql.init |
78 |
|
79 |
mkdir -p root/service |
80 |
ln -s /var/service/mysql57-mysqld root/service |
81 |
touch root/var/service/mysql57-mysqld/down |
82 |
|
83 |
mkdir -p root/var/log/mysql57-mysqld |
84 |
mkdir -p root/home/e-smith/db/mysql57 |
85 |
|
86 |
|
87 |
%install |
88 |
rm -rf $RPM_BUILD_ROOT |
89 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
90 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
91 |
--dir /var/run/mysql57-mysqld 'attr(0757,mysql,mysql)' \ |
92 |
--file /var/service/mysql57-mysqld/run 'attr(0757,root,root)' \ |
93 |
--file /var/service/mysql57-mysqld/control/t 'attr(0750,root,root)' \ |
94 |
--file /var/service/mysql57-mysqld/control/d 'attr(0750,root,root)' \ |
95 |
--file /var/service/mysql57-mysqld/control/i 'attr(0750,root,root)' \ |
96 |
--file /var/service/mysql57-mysqld/control/q 'attr(0750,root,root)' \ |
97 |
--file /var/service/mysql57-mysqld/log/run 'attr(0757,root,root)' \ |
98 |
--dir '/var/log/mysql57-mysqld' 'attr(2750,smelog,smelog)' \ |
99 |
--dir '/home/e-smith/db/mysql57' 'attr(0750,root,root)' \ |
100 |
> %{name}-%{version}-filelist |
101 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
102 |
|
103 |
%clean |
104 |
rm -rf $RPM_BUILD_ROOT |
105 |
|
106 |
%pre |
107 |
%preun |
108 |
|
109 |
%post |
110 |
## mysql.com compatibility |
111 |
#[ -e /etc/rc.d/init.d/mysql57-mysqld ] || ln -s ./mysql /etc/rc.d/init.d/mysql57-mysqld |
112 |
|
113 |
%postun |
114 |
#if [ "$1" == 0 ]; then |
115 |
# [ -L /etc/rc.d/init.d/mysql57-mysqld ] && rm /etc/rc.d/init.d/mysql57-mysqld || : |
116 |
#fi |
117 |
|
118 |
%files -f %{name}-%{version}-filelist |
119 |
%defattr(-,root,root) |