/[smeserver]/rpms/e-smith-mysql/sme10/e-smith-mysql.spec
ViewVC logotype

Annotation of /rpms/e-smith-mysql/sme10/e-smith-mysql.spec

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


Revision 1.14 - (hide annotations) (download)
Sun Jul 24 15:20:03 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-mysql-2_6_0-13_el7_sme
Changes since 1.13: +7 -2 lines
* Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
- systemd skip redirect [SME: 9688]

1 unnilennium 1.14 # $Id: e-smith-mysql.spec,v 1.13 2016/07/23 06:24:27 stephdl Exp $
2 stephdl 1.1
3     Summary: e-smith specific mysql configuration and templates.
4     %define name e-smith-mysql
5     Name: %{name}
6     %define version 2.6.0
7 unnilennium 1.14 %define release 13
8 stephdl 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 vip-ire 1.7 Patch0: e-smith-mysql-2.6.0-mariadb1.patch
14     Patch1: e-smith-mysql-2.6.0-mysqld2mariadb.patch
15 vip-ire 1.8 Patch2: e-smith-mysql-2.6.0-use_default_innodb_settings.patch
16 unnilennium 1.9 Patch3: e-smith-mysql-2.6.0-mariadb_forgotten_var.patch
17 stephdl 1.10 Patch4: e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch
18 unnilennium 1.14 Patch5: e-smith-mysql-2.6.0.bz9688.skipredirect.patch
19 stephdl 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20     BuildArchitectures: noarch
21 unnilennium 1.2 Requires: mariadb-server
22     Requires: mariadb
23 stephdl 1.1 Requires: e-smith-base
24     Requires: e-smith-lib >= 1.15.1-19
25     BuildRequires: e-smith-devtools >= 1.13.1-03
26     AutoReqProv: no
27    
28     %changelog
29 unnilennium 1.14 * Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
30     - systemd skip redirect [SME: 9688]
31    
32 stephdl 1.13 * Sat Jul 23 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-12.sme
33     - Corrected a typo in e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch
34     - [SME: 9671]
35    
36 unnilennium 1.12 * Thu Jul 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
37     - fix broken link /etc/init.d/supervise/mariadb [SME: 9686]
38    
39 stephdl 1.11 * Mon Jul 18 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-10.sme
40 stephdl 1.10 - Remove Dummy database from backup and restoration [SME: 9671]
41     - Added e-smith-mysql-2.6.0.bz9671.RemoveDummyMysqlDatabase.patch
42    
43 unnilennium 1.9 * Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
44     - fix forgotten mysqld variables in various scripts [SME: 9438]
45     - e-smith-mysql-2.6.0-mariadb_forgotten_var.patch
46    
47 vip-ire 1.8 * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme
48     - Use default InnoDB settings [SME: 9439]
49    
50 vip-ire 1.7 * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme
51     - Rename mysqld to mariadb [SME: 9438]
52    
53 vip-ire 1.6 * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme
54     - Remove uneeded scriplets %post and %postun [SME: 9422]
55    
56 unnilennium 1.5 * Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
57 unnilennium 1.4 - new path for pid file with mariadb [SME: 9407]
58     - my.cnf : Innodb needs to be active for mariadb [SME: 9406]
59    
60 unnilennium 1.2 * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
61     - fix mysql-server not found [SME: 9345]
62     - now using mariadb-server and mariadb
63 unnilennium 1.3 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
64     by assuming the date is correct and changing the weekday.
65     Wed Mar 23 2001 --> Wed Mar 21 2001 or Fri Mar 23 2001 or Wed Mar 28 2001 or ....
66 unnilennium 1.2
67 stephdl 1.1 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
68     - Initial release to sme10
69    
70     * Sat Apr 26 2014 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme
71     - Move mysql logging to multilog [SME: 8358]
72    
73     * Mon Apr 14 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
74     - Remove the information_schema [SME: 8325]
75    
76     * Mon Mar 17 2014 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme
77     - Use mysql_upgrade in 00_restore_dumped_dbs, by Terje Edseth [SME: 8166]
78     - Rename 10fix_privilege_tables to 10mysql_upgrade to reduce confusion.
79    
80     * Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme
81     - Use mysql_upgrade --force due to upgrade to MySQL 5.1 [SME: 8166]
82    
83     * Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme
84     - Ignore mysql.event table [SME: 7603]
85    
86     * Wed Mar 20 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme
87     - Use --single-transaction in mysql-dump-tables [SME: 7497]
88    
89     * Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
90     - Use mysql_upgrade instead of fix_privilege_tables [SME: 7467]
91    
92     * Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
93     - Remove obsolete innodb_log_arch_dir directive [SME: 7363]
94    
95     * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
96     - Roll new stream for sme9
97    
98     * Tue Mar 1 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
99     - Cater for open_files_limit option my.cnf through database and template [SME: 6438]
100    
101     * Thu Oct 28 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
102     - Fix stripping of starting numbers from script [SME: 6316]
103    
104     * Mon Jun 7 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme
105     - Fix %postun typo [SME: 6030]
106    
107     * Mon Feb 23 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme
108     - Rework log-error logic [SME: 4807]
109    
110     * Tue Dec 2 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
111     - Fix log-error detection algorithm [SME: 4807]
112    
113     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
114     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
115    
116     * Mon Oct 06 2008 Charlie Brady <charlie_brady@mitel.com> 1.13.0-2
117     - Capture mysql.init error logs to syslog. [SME: 2918]
118    
119     * Mon Oct 6 2008 Stephen Noble <support@dungog.net> 1.13.0-1
120     - Roll new dev stream [SME: 4627]
121    
122     * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-15
123     - quote "$1" in post uninstall script [SME: 349]
124    
125     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
126     - Clean up spec so package can be built by koji/plague
127    
128     * Sat Apr 21 2007 Shad L. Lords <slords@mail.com> 1.12.0-14
129     - Force upgrade script to run even with errors. [SME: 2530]
130    
131     * Mon Apr 9 2007 Stephen Noble <Support@dungog.net> 1.12.0-13
132     - Add db settings to max_allowed_packet in my.cnf [SME: 2149]
133    
134     * Mon Apr 9 2007 Stephen Noble <Support@dungog.net> 1.12.0-12
135     - Add to my.cnf [SME: 2149]
136    
137     * Thu Jan 11 2007 Shad L. Lords <slords@mail.com> 1.12.0-11
138     - Move user to mysql section. [SME: 1474]
139    
140     * Wed Dec 27 2006 Shad L. Lords <slords@mail.com> 1.12.0-10
141     - Split backups out by database name [SME: 1677]
142    
143     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
144     - Update to new release naming. No functional changes.
145     - Make Packager generic
146    
147     * Thu Nov 9 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-08
148     - Ensure that failed restore is detected during mysql.init. [SME: 1652]
149    
150     * Mon Sep 25 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-07
151     - Fix pre-backup failure if mysqld is disabled in config db. [SME: 1937]
152    
153     * Tue Jun 27 2006 Filippo Carletti <carletti@mobilia.it> 1.12.0-06
154     - Execute mysql_install_db using sh [SME: 1654]
155    
156     * Sun Apr 30 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-05
157     - Make innodb optional, and configure it as recommended, if enabled.
158     [SME: 1013]
159    
160     * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-04
161     - Add missing semi-colon to FLUSH PRIVILEGES statement [SME: 1229]
162    
163     * Mon Apr 10 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-03
164     - Revise last patch - it backed out the db restore [SME: 1229]
165    
166     * Mon Apr 10 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-02
167     - Move expansion of user table into set.password so it works
168     for command line runs as well as db restores [SME: 1229]
169    
170     * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-01
171     - Roll stable stream version. [SME: 1016]
172    
173     * Mon Feb 13 2006 Charlie Brady <charlie_brady@mitel.com> 1.11.1-16
174     - Update dependencies to include mysql-server RPM. Remove obsolete
175     dependency on e-smith-packetfilter. [SME: 737]
176    
177     * Fri Jan 6 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.1-15
178     - Remove explicit permission setting for /home/e-smith/db from
179     genfilelist call [SME: 371]
180    
181     * Sun Jan 1 2006 Charlie Brady <charlieb@e-smith.com> 1.11.1-14
182     - Ensure that mysql is restarted after restore, and avoid race conditions
183     during mysqld restart during fix_privilege_tables. [SME: 73]
184     - Remove unnecessary mkdirs in build section - they're done by createlinks
185     script.
186    
187     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.1-13
188     - Call fix_privilege_tables much earlier and call mysqladmin shutdown
189     after doing so - Thanks Paul Floor [SME: 73]
190    
191     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.1-12
192     - Call mysql fix_privilege_tables in mysql.init [SME: 73]
193    
194     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.1-11
195     - Bump release number only
196    
197     * Tue Nov 15 2005 Gordon Rowell <gordonr@e-smith.com>
198     - [1.11.1-10]
199     - Reset the format of the MySQL root password for old dumps [SF: 1325378]
200    
201     * Wed Aug 31 2005 Charlie Brady <charlieb@e-smith.com>
202     - [1.11.1-09]
203     - Avoid error from db-delete action if db files are not present
204     (e.g. because they have already been deleted). [SF: 1273797]
205    
206     * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
207     - [1.11.1-08]
208     - Fix restore of dumped tables after restore from backup.
209     Reset root password after restore of dumped dbs. [SF: 1273797]
210    
211     * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
212     - [1.11.1-07]
213     - Ensure that 'status' property of mysql.init is honoured at
214     startup. [MN00061795]
215    
216     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
217     - [1.11.1-06]
218     - Work around race condition between mysql startup and
219     mysql.init. [SF: 1217966]
220    
221     * Fri Apr 29 2005 Charlie Brady <charlieb@e-smith.com>
222     - [1.11.1-05]
223     - Use -f flag in mysql-delete-dumped-tables so that backup
224     doesn't fail if the file is missing.
225    
226     * Fri Apr 15 2005 Charlie Brady <charlieb@e-smith.com>
227     - [1.11.1-04]
228     - Change /root/.my.cnf template to use esmith::util::LdapPassword
229     rather than read of ldap.pw file, to eliminate ordering
230     depenendence on ldap.pw template expansion.
231    
232     * Fri Apr 15 2005 Charlie Brady <charlieb@e-smith.com>
233     - [1.11.1-03]
234     - Restore old mysql.init behaviour, to leave any failed scripts
235     behind for a later attempt, or for admin investigation. [MN00079643]
236    
237     * Wed Apr 13 2005 Charlie Brady <charlieb@e-smith.com>
238     - [1.11.1-02]
239     - Fix up import of tables after a restore. Remove a few bogus
240     symlinks.
241    
242     * Wed Apr 13 2005 Charlie Brady <charlieb@e-smith.com>
243     - [1.11.1-01]
244     - Roll new development stream - 1.11.1
245    
246     * Mon Apr 11 2005 Charlie Brady <charlieb@e-smith.com>
247     - [1.11.0-16]
248     - Fix typo and runtime error in run script. Detect table dump
249     to be restored and set it up for mysql.init to restore it.
250    
251     * Sun Apr 10 2005 Charlie Brady <charlieb@e-smith.com>
252     - [1.11.0-15]
253     - Remove trap stuff in run script (which works around mysqld brokenness)
254     and add custom control/{t,q,d,i} scripts.
255    
256     * Sun Apr 10 2005 Charlie Brady <charlieb@e-smith.com>
257     - [1.11.0-14]
258     - Remove obsolete e-smith-packetfilter Requires: header.
259     - Do db initialisation in run script, as required, rather than via
260     special action script.
261     - Replace all restart-, start- and reload- actions with calls to
262     'adjust-services'. Update e-smith-lib version dependency. [MN00065576]
263     - Use generic_template_expand action where possible, in place
264     of specific actions. Update e-smith-lib dependency. [MN00064130]
265    
266     * Wed Dec 29 2004 Charlie Brady <charlieb@e-smith.com>
267     - [1.11.0-13]
268     - Fix permissions on log/run script. Add missing /var/log/mysqld dir.
269     [charlieb MN00061220]
270    
271     * Wed Dec 29 2004 Charlie Brady <charlieb@e-smith.com>
272     - [1.11.0-12]
273     - Add missing down file in service directory.. Fix permissions
274     on run script. [charlieb MN00061220]
275    
276     * Tue Dec 28 2004 Charlie Brady <charlieb@e-smith.com>
277     - [1.11.0-11]
278     - Add missing /service/mysqld symlink [charlieb MN00061220]
279    
280     * Mon Dec 20 2004 Charlie Brady <charlieb@e-smith.com>
281     - [1.11.0-10]
282     - Run mysqld under supervise. [charlieb MN00061220]
283     - Replace deprecated Copyright header with License. [charlieb]
284    
285     * Tue Jan 6 2004 Michael Soulier <msoulier@e-smith.com>
286     - [1.11.0-09]
287     - Added restart to valid arguments to mysql.init. [msoulier 10866]
288    
289     * Tue Jan 6 2004 Michael Soulier <msoulier@e-smith.com>
290     - [1.11.0-08]
291     - Fixed mysql.init leaving behind failed scripts, and the lack of proper
292     initscript command-line arguments. [msoulier 10866]
293    
294     * Wed Dec 24 2003 Tony Clayton <apc@e-smith.com>
295     - [1.11.0-07]
296     - Updating comments in my.cnf [tonyc 10862]
297     - Don't show redundant log-error option in mysqld_safe [tonyc 10862]
298    
299     * Mon Dec 22 2003 Tony Clayton <apc@e-smith.com>
300     - [1.11.0-06]
301     - fixing initscript symlink [tonyc 10862]
302    
303     * Mon Dec 22 2003 Tony Clayton <apc@e-smith.com>
304     - [1.11.0-05]
305     - Add /var/run/mysqld dir for mysql.com compatibility [tonyc 10862]
306     - Fix initscript symlink [tonyc 10862]
307    
308     * Mon Dec 22 2003 Tony Clayton <apc@e-smith.com>
309     - [1.11.0-04]
310     - Add initscript symlink for mysql.com compatibility [tonyc 10862]
311     - Adding /etc/logrotate.d/mysqld templates [tonyc 8662]
312    
313     * Thu Dec 18 2003 Tony Clayton <apc@e-smith.com>
314     - [1.11.0-03]
315     - Clean up /etc/my.cnf templates and add comments [tonyc 10862]
316     - Add a more --user=mysql options to actions for 100% coverage [tonyc 10862]
317     - Remove redundant basedir/datadir options from actions [tonyc 10862]
318     - Clean up mysql-preload fork/exec stuff [tonyc 10862]
319    
320     * Tue Dec 16 2003 Tony Clayton <apc@e-smith.com>
321     - [1.11.0-02]
322     - Add --user=mysql to mysqld args in conf-mysql-password [tonyc 10853]
323     - Future-proof /etc/my.cnf for s/safe_mysqld/mysqld_safe/ change [tonyc 8662]
324    
325     * Tue Dec 16 2003 Tony Clayton <apc@e-smith.com>
326     - [1.11.0-01]
327     - Changing version to development stream number - 1.11.0
328    
329     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
330     - [1.10.0-01]
331     - Changing version to stable stream number - 1.10.0
332    
333     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
334     - [1.9.0-03]
335     - Remove stray " in mysql-dump-tables. [charlieb 8475]
336    
337     * Tue Apr 1 2003 Charlie Brady <charlieb@e-smith.com>
338     - [1.9.0-02]
339     - Restrict mysql by default to use only unix domain socket. [charlieb 6430]
340     - Change mysql dump in pre-backup to use quotes, to fix backup/restore problem.
341     [charlieb 7953]
342     - Remove conf-mysql-startup - use db initialisation fragments instead
343     [charlieb 5665]
344    
345     * Tue Apr 1 2003 Charlie Brady <charlieb@e-smith.com>
346     - [1.9.0-01]
347     - Roll development version to 1.9.0
348    
349     * Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com>
350     - [1.8.0-03]
351     - Deleted template-begin/end file [lijied 3295]
352    
353     * Thu Jan 23 2003 Charlie Brady <charlieb@e-smith.com>
354     - [1.8.0-02]
355     - Fix typo in mysql-restart action script (mysql => mysqld). [charlieb 4774]
356    
357     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
358     - [1.8.0-01]
359     - Rolling stable version number to 1.8.0
360    
361     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
362     - [1.8.0-01]
363     - Rolling stable version number to 1.8.0
364    
365     * Wed Sep 25 2002 Charlie Brady <charlieb@e-smith.com>
366     - [1.7.4-10]
367     - Reverse the recent logic change in mysql.init, now that action() function
368     in /etc/rc.d/init.d/functions is repaired. Replace deprecated use
369     of backticks. [charlieb 4728]
370    
371     * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
372     - [1.7.4-09]
373     - Actually expand /etc/my.cnf template - that's what it's for! [charlieb 4731]
374    
375     * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
376     - [1.7.4-08]
377     - Fix logic problem in mysql.init [charlieb 4728]
378    
379     * Tue Sep 10 2002 Charlie Brady <charlieb@e-smith.com>
380     - [1.7.4-07]
381     - Add fragment to my.cnf template to disable (for now) innoDB tables, and
382     hence prevent log file noise. [charlieb 4731]
383    
384     * Mon Sep 9 2002 Charlie Brady <charlieb@e-smith.com>
385     - [1.7.4-06]
386     - Update mysql-restart action and link into timezone-update event
387     [charlieb 4774]
388    
389     * Mon Sep 9 2002 Charlie Brady <charlieb@e-smith.com>
390     - [1.7.4-05]
391     - Set $HOME in mysql.init script itself, otherwise it's not set when
392     run from the rc run script. Fix filenames displayed in progress message.
393     [charlieb 4782]
394     - Remove redundant mysql.conf action script [charlieb 4782]
395    
396     * Fri Sep 6 2002 Charlie Brady <charlieb@e-smith.com>
397     - [1.7.4-04]
398     - Create newly required email-update event directory. [charlieb 4782]
399    
400     * Fri Sep 6 2002 Charlie Brady <charlieb@e-smith.com>
401     - [1.7.4-03]
402     - Change mysql-dump-tables and mysql-delete-dumps events to pre-backup and
403     post-backup events. [charlieb 2745]
404     - Add mysql-start-if-required action, which checks if mysqld is running,
405     and start it, then runs mysql.init, if not. Linked into email-update event.
406     [charlieb 4782]
407     - Redo conf-mysql-startup using ConfigDB and remove no longer necessary
408     serviceControl() calls. [charlieb 4782]
409     - Redo mysql-conf using esmith::templates. [charlieb 4782]
410     - Change mysql.init script so that it can run programs or just load sql.
411     [charlieb 4782]
412    
413     * Wed Aug 28 2002 Charlie Brady <charlieb@e-smith.com>
414     - [1.7.4-02]
415     - Create missing /etc/e-smith/sql/init directory [charlieb 4333]
416    
417     * Thu Aug 22 2002 Charlie Brady <charlieb@e-smith.com>
418     - [1.7.4-01]
419     - Remove 45DenyMySQL template fragment - it's no longer needed since we
420     are using connection tracking. [charlieb 4499]
421    
422     * Tue Aug 20 2002 Charlie Brady <charlieb@e-smith.com>
423     - [1.7.3-01]
424     - Add rc7.d symlinks and don't set obsolete InitscriptsOrder property
425     of services. [charlieb 4458]
426    
427     * Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com>
428     - [1.7.2-01]
429     - Change masq script fragment to use iptables. [charlieb 1268]
430    
431     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
432     - [1.7.1-01]
433     - Test build to verify CVS conversion
434    
435     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
436     - [1.7.0-01]
437     - rollRPM: Rolled version number to 1.7.0-01. Includes patches up to 1.6.0-01.
438    
439     * Tue Dec 11 2001 Jason Miller <jay@e-smith.com>
440     - [1.6.0-01]
441     - rollRPM: Rolled version number to 1.6.0-01. Includes patches up to 1.5.0-03.
442    
443     * Thu Dec 6 2001 Adrian Chung <adrianc@e-smith.com>
444     - [1.5.0-03]
445     - Adding more verbose error messages to mysql-dump-tables.
446     - It should exit 0 if an error occurs, it should exit 1, and complain.
447    
448     * Wed Oct 31 2001 Adrian Chung <adrianc@e-smith.com>
449     - [1.5.0-02]
450     - mysql-restart now restarts mysql if it is running, rather
451     than only starting it if it is stopped.
452     - mysql-shutdown has been added
453     - conf-mysql is now mysql-initialize-db
454     - new template /etc/my.cnf added
455     - new action mysql-conf which expands /etc/my.cnf linked to
456     bootstrap-console-save
457    
458     * Mon Oct 29 2001 Adrian Chung <mac@e-smith.com>
459     - [1.5.0-01]
460     - Rolled version number to 1.5.0-01. Includes patches upto 1.4.0-03.
461     - Removed directive to remove post-restore event.
462    
463     * Tue Aug 28 2001 Gordon Rowell <gordonr@e-smith.com>
464     - [1.4.0-03]
465     - Removed deprecated post-restore event directory
466    
467     * Fri Aug 17 2001 gordonr
468     - [1.4.0-02]
469     - Autorebuild by rebuildRPM
470    
471     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
472     - [1.4.0-01]
473     - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-18.
474    
475     * Wed Aug 08 2001 Tony Clayton <tonyc@e-smith.com>
476     - [1.3.0-18]
477     - force mysql.init to sort files in init directory
478    
479     * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
480     - [1.3.0-17]
481     - Fix uninitialised variable problem in masq fragment.
482    
483     * Wed Jul 04 2001 Gordon Rowell <gordonr@e-smith.com>
484     - [1.3.0-16]
485     - Added use esmith::util to mysql-dump-tables
486    
487     * Wed Jul 04 2001 Gordon Rowell <gordonr@e-smith.com>
488     - [1.3.0-15]
489     - Use esmith::util::LdapPassword rather than direct file read
490    
491     * Tue May 29 2001 Tony Clayton <tonyc@e-smith.com>
492     - [1.3.0-14]
493     - fixed actions that had tied %conf when calling serviceControl (2 actions)
494    
495     * Sat Apr 07 2001 Gordon Rowell <gordonr@e-smith.com>
496     - [1.3.0-13]
497     - Forward port patches from 1.2.0-05 to 1.2.0-08
498    
499     * Fri Apr 06 2001 Tony Clayton <tonyc@e-smith.com>
500     - [1.2.0-08]
501     - fixed mkdir calls in mysql-delete-dumped-tables (arguments in wrong order)
502    
503     * Thu Apr 05 2001 Tony Clayton <tonyc@e-smith.com>
504     - [1.3.0-12]
505     - force mysql.init to print to stderr instead of stout
506    
507 unnilennium 1.3 * Fri Mar 23 2001 Tony Clayton <tonyc@e-smith.com>
508     Wed Mar 23 2001 --> Wed Mar 21 2001 or Fri Mar 23 2001 or Wed Mar 28 2001 or ....
509 stephdl 1.1 - [1.3.0-11]
510     - fixed uninitialized value error in conf-mysql-startup
511    
512     * Wed Mar 21 2001 Tony Clayton <tonyc@e-smith.com>
513     - [1.3.0-10]
514     - fixed error on empty glob in mysql.init
515    
516     * Wed Mar 21 2001 Tony Clayton <tonyc@e-smith.com>
517     - [1.3.0-09]
518     - fixed harmless errors thrown by mysql.init
519    
520     * Wed Mar 21 2001 Tony Clayton <tonyc@e-smith.com>
521     - [1.3.0-08]
522     - fixed tie bug in conf-mysql-startup script which prevented the mysqld service
523     from being initialized properly.
524    
525     * Thu Mar 15 2001 Tony Clayton <tonyc@e-smith.com>
526     - [1.3.0-07]
527     - created mysql.init initscript
528     - added serviceControl code for mysql.init in conf-mysql-startup
529    
530     * Sat Mar 10 2001 Tony Clayton <tonyc@e-smith.com>
531     - [1.3.0-06]
532     - fixed mysql call in /sbin/e-smith/mysql-preload
533    
534     * Sat Mar 10 2001 Tony Clayton <tonyc@e-smith.com>
535     - [1.3.0-05]
536     - fixed bugs in /sbin/e-smith/mysql-preload
537    
538     * Fri Mar 9 2001 Adrian Chung <adrianc@e-smith.com>
539     - [1.3.0-04]
540     - added /sbin/e-smith/mysql-preload
541    
542     * Sat Mar 3 2001 Charlie Brady <charlieb@e-smith.com>
543     - [1.2.0-07]
544     - add packetfilter template fragment to deny tcp/3306
545     Make packet filter fragment depend on the service db. Only block
546     TCP SYN packets.
547     - add Requires for e-smith-packetfilter.
548     - Add required permissions parameter to mkdir calls.
549    
550     * Thu Mar 1 2001 Charlie Brady <charlieb@e-smith.com>
551     - [1.3.0-03]
552     - Make packet filter fragment depend on the service db. Only block
553     TCP SYN packets.
554     - Add required permissions parameter to mkdir calls.
555    
556     * Thu Mar 1 2001 Adrian Chung <adrianc@e-smith.com>
557     - [1.3.0-02]
558     - add packetfilter template fragment to deny tcp/3306
559     - add Requires for e-smith-packetfilter.
560    
561     * Thu Mar 1 2001 Adrian Chung <adrianc@e-smith.com>
562     - [1.3.0-01]
563     - Development stream, includes all patches up to and including
564     1.2.0-05.
565     - Ported Charlie's MySQL->mysql requires change to development
566     stream. Was 1.2.0-06, but not built.
567    
568     * Fri Feb 16 2001 Adrian Chung <adrianc@e-smith.com>
569     - [1.2.0-05]
570     - changed -C option to useradd to a -c for comments.
571    
572     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
573     - Rolling release number for GPG signing.
574    
575     * Thu Jan 25 2001 Adrian Chung <adrianc@e-smith.com>
576     - [1.2.0-03]
577     - changed conf-mysql-account to 08 instead of 05.
578    
579     * Thu Jan 25 2001 Adrian Chung <adrianc@e-smith.com>
580     - [1.2.0-02]
581     - remove rc0.d/rc6.d symlinks and replace with links to
582     e-smith-service instead.
583    
584     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
585     - [1.2.0-01]
586     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-31.
587    
588     * Thu Jan 25 2001 Adrian Chung <adrianc@e-smith.com>
589     - [1.1.0-31]
590     - take expansion of logrotate.d/mysqld template out
591     of conf-mysqld
592    
593     * Wed Jan 24 2001 Adrian Chung <adrianc@e-smith.com>
594     - [1.1.0-30]
595     - leave logrotate.d/mysqld alone now, back out patch
596     - expanding /root/.my.cnf with the password alleviates
597     need to pass -p to mysqladmin
598    
599     * Wed Jan 24 2001 Adrian Chung <adrianc@e-smith.com>
600     - [1.1.0-29]
601     - expand logrotate.d/mysqld template
602     - add template directory for logrotate.d/mysqld
603    
604     * Wed Jan 24 2001 Charlie Brady <charlieb@e-smith.com>
605     - [1.1.0-28]
606     - Create new mysql-conf-account script - set up mysql account and add it
607     to the accounts db. Called from post-install and post-upgrade
608    
609     * Wed Jan 17 2001 Adrian Chung <adrianc@e-smith.com>
610     - [1.1.0-27]
611     - default mysql to enabled
612    
613     * Wed Jan 17 2001 Peter Samuel <peters@e-smith.com>
614     - [1.1.0-26]
615     - added mysql-delete-dumped-tables action to post-upgrade event
616    
617     * Wed Jan 17 2001 Peter Samuel <peters@e-smith.com>
618     - [1.1.0-25]
619     - mysql-dump-tables and mysql-import-tables actions do nothing if mysqld
620     is not running.
621     - mysql-dump-tables action does nothing if the dump directory does
622     not exist.
623     - mysql-import-tables action does nothing if there is no dump file from
624     which to import.
625     - created 2 new events - mysql-delete-dumps and mysql-dump-tables
626     - removed mysql-import-tables action from post-restore
627     - added mysql-import-tables action to post-upgrade
628     - created new action mysql-delete-dumped-tables
629     - added patch22 to list of patches to be applied - must have been
630     missed in 1.1.0-24.
631    
632     * Sat Jan 13 2001 Adrian Chung <adrianc@e-smith.com>
633     - [1.1.0-24]
634     - typo $action => restart
635    
636     * Sat Jan 13 2001 Adrian Chung <adrianc@e-smith.com>
637     - [1.1.0-23]
638     - mysql-{import,dump}-tables checks for enabled status of mysqld
639     before attempting to dump/import
640    
641     * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
642     - [1.1.0-22]
643     - changed "Couldn't $action mysqld" to "Couldn't restart mysqld".
644    
645     * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
646     - [1.1.0-21]
647     - $ in front of ENV{'PATH'}
648    
649     * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
650     - [1.1.0-20]
651     - add PATH setting to conf-mysql
652    
653     * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
654     - [1.1.0-19]
655     - get rid of --no-defaults
656    
657     * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
658     - [1.1.0-18]
659     - --force mysql_install_db
660    
661     * Fri Jan 12 2001 Tony Clayton <tonyc@e-smith.com>
662     - [1.1.0-17]
663     - converted to using serviceControl
664    
665     * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
666     - [1.1.0-16]
667     - conf-mysql needs to run even if the service isn't enabled
668     so that during runtime, it can be enabled, and just go.
669    
670     * Thu Jan 11 2001 Adrian Chung <adrianc@e-smith.com>
671     - [1.1.0-15]
672     - datadir check should be /var/lib/mysql/mysql.
673    
674     * Thu Jan 11 2001 Adrian Chung <adrianc@e-smith.com>
675     - [1.1.0-14]
676     - conf-mysql-password checks for MySQL datadir first
677     - mysql-{dump,import}-tables moved to
678     /etc/e-smith/events/actions
679     - mysql-import-tables added to post-restore action
680    
681     * Thu Jan 11 2001 Adrian Chung <adrianc@e-smith.com>
682     - [1.1.0-13]
683     - conf-mysql-password resets the root password, and
684     gets rid of two blank account entries
685     - /sbin/e-smith/mysql-dump-tables has been added
686     which dumps mysql.dump to /home/e-smith/db/mysql
687     - /sbin/e-smith/mysql-import-tables has been added
688     which imports a mysql.dump text file back into a
689     running system
690    
691     * Thu Jan 11 2001 Adrian Chung <adrianc@e-smith.com>
692     - [1.1.0-12]
693     - conf-mysql-password now runs in console-save as well.
694     - if the system is started up without mysqld enabled,
695     a password won't be set, since there are no mysql tables
696     initialized yet.
697    
698     * Thu Jan 11 2001 Adrian Chung <adrianc@e-smith.com>
699     - [1.1.0-11]
700     - conf-mysql-password runs without checking whether mysql
701     is enabled. It does not require mysqld to be started, and
702     should always at least keep the root password in sync, in
703     case mysqld is enabled, and started during a running system
704     session.
705    
706     * Thu Jan 11 2001 Adrian Chung <adrianc@e-smith.com>
707     - [1.1.0-10]
708     - add mysql-conf-startup to post-install/upgrade.
709    
710     * Thu Jan 11 2001 Adrian Chung <adrianc@e-smith.com>
711     - [1.1.0-9]
712     - make conf-mysql-password set the mysql password, instead of
713     setting up a once-run script.
714    
715     * Wed Jan 10 2001 Charlie Brady <charlieb@e-smith.com>
716     - [1.1.0-8]
717     - Create new mysql-conf-startup script - split from mysql-conf
718     - Create new bootstrap-console-save event and install mysql-conf into it
719    
720     * Mon Dec 18 2000 Adrian Chung <adrianc@e-smith.com>
721     - [1.1.0-7]
722     - added configuration database to db command.(typo).
723    
724     * Mon Dec 18 2000 Adrian Chung <adrianc@e-smith.com>
725     - [1.1.0-6]
726     - added UnsavedChanges wrapper around script so that it resets
727     UnsavedChanges flag appropriately.
728    
729     * Fri Dec 15 2000 Adrian Chung <adrianc@e-smith.com>
730     - Added chmod 0755 for mysqld-password init script.
731     - Moved /etc/etc/rc.d to /etc/rc.d
732    
733     * Fri Dec 15 2000 Adrian Chung <adrianc@e-smith.com>
734     - Added conf-mysql-password to post-install which sets
735     up mysqld-password in rc7.d to be run once to set the
736     password. The mysqld-password script removes it's link
737     from runlevel 7 and updates the configuration/services
738     database.
739    
740     * Fri Nov 24 2000 Adrian Chung <adrianc@e-smith.com>
741     - Changed mysql to mysqld.
742    
743     * Wed Nov 22 2000 Adrian Chung <adrianc@e-smith.com>
744     - Minor modifications to conf-mysql script to make it work
745     with the RH7.0 version of mysql.
746    
747     * Wed Nov 22 2000 Adrian Chung <adrianc@e-smith.com>
748     - Rolled to 1.1.0, for 4.1/7.0 stream. Changed mysql to mysqld.
749    
750     * Tue Nov 14 2000 Adrian Chung <adrianc@e-smith.com>
751     - initial release
752    
753     %description
754     This package adds necessary startup and configuration items for
755     mysql.
756    
757     %prep
758     %setup
759 unnilennium 1.4 %patch0 -p1
760 vip-ire 1.7 %patch1 -p1
761 vip-ire 1.8 %patch2 -p1
762 unnilennium 1.9 %patch3 -p1
763 stephdl 1.10 %patch4 -p1
764 unnilennium 1.14 %patch5 -p1
765 vip-ire 1.7
766     # mysqld renamed to mariadb [SME: 9438]
767     # TODO: remove on next tarball creation
768     rm -f root/service/mysqld
769     rm -rf root/var/service/mysqld
770     rm -rf root/var/run/
771     rm -rf root/var/log/mysqld
772     rm -f root/etc/rc.d/init.d/supervise/mysqld
773     rm -f root/etc/rc.d/rc7.d/S50mysqld
774 unnilennium 1.4
775 vip-ire 1.7 mkdir -p root/var/log/mariadb.run
776 stephdl 1.1
777     %build
778     perl createlinks
779    
780     %install
781     rm -rf $RPM_BUILD_ROOT
782     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
783     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
784 vip-ire 1.7 --file /var/service/mariadb/run 'attr(0755,root,root)' \
785     --file /var/service/mariadb/control/t 'attr(0750,root,root)' \
786     --file /var/service/mariadb/control/d 'attr(0750,root,root)' \
787     --file /var/service/mariadb/control/i 'attr(0750,root,root)' \
788     --file /var/service/mariadb/control/q 'attr(0750,root,root)' \
789     --file /var/service/mariadb/log/run 'attr(0755,root,root)' \
790     --dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \
791 stephdl 1.1 --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \
792     > %{name}-%{version}-filelist
793     echo "%doc COPYING" >> %{name}-%{version}-filelist
794    
795     %clean
796     rm -rf $RPM_BUILD_ROOT
797    
798     %post
799    
800     %postun
801    
802     %files -f %{name}-%{version}-filelist
803     %defattr(-,root,root)

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