/[smecontribs]/rpms/smeserver-mysql57/contribs9/smeserver-mysql57.spec
ViewVC logotype

Contents of /rpms/smeserver-mysql57/contribs9/smeserver-mysql57.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.12 - (show annotations) (download)
Mon Apr 3 19:16:41 2017 UTC (7 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-mysql57-2_0_0-11_el6_sme
Changes since 1.11: +6 -2 lines
* Mon Apr 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.0.0-11.sme
- fix pre-backup failure [SME: 10202]

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed