/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup.spec
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme8/e-smith-backup.spec

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


Revision 1.38 - (hide annotations) (download)
Wed Oct 22 18:40:49 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-12_el5_sme
Changes since 1.37: +7 -2 lines
Updates

1 slords 1.38 # $Id: e-smith-backup.spec,v 1.37 2008/10/21 20:21:32 slords Exp $
2 slords 1.26
3 slords 1.1 Summary: e-smith module to provide the backup panel
4     %define name e-smith-backup
5     Name: %{name}
6 slords 1.26 %define version 2.2.0
7 slords 1.38 %define release 12
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: Artistic
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.gz
13 slords 1.27 Patch1: e-smith-backup-2.2.0-localise_fix.patch
14 snetram 1.29 Patch2: e-smith-backup-2.2.0-fixPleaseConfigure.patch
15 slords 1.36 Patch3: e-smith-backup-2.2.0-restore_list.patch
16 slords 1.31 Patch4: e-smith-backup-2.2.0-timeout.patch
17     Patch5: e-smith-backup-2.2.0-smbfs.patch
18     Patch6: e-smith-backup-2.2.0-mount_verify.patch
19 dungog 1.34 Patch7: e-smith-backup-2.2.0-nocompressogg.patch
20 slords 1.37 Patch8: e-smith-backup-2.2.0-verbose.patch
21 slords 1.38 Patch9: e-smith-backup-2.2.0-email.patch
22 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23     BuildRequires: e-smith-devtools >= 1.11.0-03
24     BuildRequires: gettext
25     BuildArchitectures: noarch
26     Requires: e-smith-base
27     Requires: e-smith-lib >= 1.15.1-19
28     Requires: perl(Quota)
29     Requires: perl(Unix::PasswdFile)
30     Requires: perl(Unix::GroupFile)
31     Requires: perl(POSIX)
32     Requires: perl(Locale::gettext)
33     Requires: perl(Digest::MD5)
34     Requires: perl(File::Copy)
35     Requires: perl(esmith::I18N)
36 slords 1.5 Requires: dar
37 snetram 1.18 Requires: e-smith-formmagick >= 1.4.0-12
38 slords 1.1
39     %changelog
40 slords 1.38 * Wed Oct 22 2008 Shad L. Lords <slords@mail.com> 2.2.0-12.sme
41     - Fix from address on email [SME: 4702]
42    
43 slords 1.37 * Tue Oct 21 2008 Shad L. Lords <slords@mail.com> 2.2.0-11.sme
44     - Fix patch to remove orig file [SME: 4700]
45     - Patch dar backup to be less verbose [SME: 4699]
46    
47 dungog 1.35 * Tue Oct 21 2008 Stephen Noble <support@dungog.net> 2.0.0-10.sme
48 dungog 1.33 - no compression for ogg media files [SME: 4677]
49    
50 dungog 1.32 * Tue Oct 21 2008 Stephen Noble <support@dungog.net> 2.2.0-8.sme
51     - replace defined list of directories to backup [SME: 4676]
52    
53 slords 1.31 * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-7.sme
54     - Fix already mounted check [SME: 4688]
55    
56     * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-6.sme
57     - Remove obsolete smbfs backup method [SME: 4678]
58    
59     * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
60     - Use perl routines for timeout checking [SME: 4660]
61    
62 slords 1.30 * Thu Oct 16 2008 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
63     - Make dar use defined list of directories to backup [SME: 4676]
64    
65 snetram 1.29 * Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme
66     - Correct translation of CONFIGURATION_TO_BE_DONE to be proper English [SME: 4669]
67    
68 slords 1.27 * Thu Oct 9 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
69 slords 1.28 - Fix localization strings in backup panel [SME: 4650]
70 slords 1.27
71 slords 1.26 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
72     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
73    
74 slords 1.25 * Thu Aug 7 2008 Shad L. Lords <slords@mail.com> 1.15.0-22
75     - Localise status of workstation backup [SME: 4481]
76    
77 snetram 1.24 * Fri Aug 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-21
78     - Fix too greedy removel of locale key CONFIGURE_TAPE_BACKUP [SME: 4469]
79    
80 slords 1.23 * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.15.0-20
81     - Make full backups have priority over incremental [SME: 4395]
82    
83 slords 1.22 * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.15.0-19
84     - Fix redirect to stderr on check tape cronjob [SME: 4458]
85    
86 snetram 1.21 * Sun Jul 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-18
87     - Add common <base> tags to e-smith-formmagick's general [SME: 4286]
88    
89 bytegw 1.20 * Sat May 31 2008 Gavin Weight <gweight@gmail.com> 1.15.0-17
90     - Fix Dar manager to redirect correctly in system call. [SME: 4304]
91    
92 bytegw 1.19 * Mon May 26 2008 Gavin Weight <gweight@gmail.com> 1.15.0-16
93     - Fix Dar to expand correctly. [SME: 4304]
94    
95 snetram 1.17 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-15
96 snetram 1.18 - Add common <base> tags to e-smith-formmagick's general [SME: 4286]
97 snetram 1.17
98 bytegw 1.16 * Wed Apr 09 2008 Stephen Noble <support@dungog.net> 1.15.0-14
99     - Minor fix in translation of hours [SME: 4179]
100    
101 slords 1.15 * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.15.0-13
102     - Fix localization in restore routine [SME: 3989]
103    
104 burnat 1.14 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.15.0-12
105     - Remove <br> tag from error msg [SME: 3989]
106    
107 burnat 1.13 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.15.0-11
108     - Move/copy Backup_Desc to Backup_Desc_Dar for 1.15 rel [SME: 4024]
109    
110 bytegw 1.12 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.15.0-10
111     - Remove <base> tags now in general [SME: 3912]
112    
113 bytegw 1.11 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.15.0-9
114     - Remove duplicate <base> entries [SME: 3887]
115    
116 bytegw 1.10 * Thu Nov 29 2007 Gavin Weight <gweight@gmail.com> 1.15.0-8
117     - Fix restore files location path. [SME: 3593]
118    
119 bytegw 1.9 * Mon Nov 19 2007 Gavin Weight <gweight@gmail.com> 1.15.0-7
120     - Fix compression setting range (Thanks JPL) . [SME: 3560]
121    
122 bytegw 1.8 * Fri Nov 09 2007 Gavin Weight <gweight@gmail.com> 1.15.0-06
123     - Enhancement to DAR code (Thanks JPL) . [SME: 3538]
124    
125 bytegw 1.7 * Fri Oct 26 2007 Gavin Weight <gweight@gmail.com> 1.15.0-05
126     - Fix up DAR code to enable backup to complete. [SME: 3373]
127    
128 slords 1.6 * Tue Sep 11 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-04
129     - Remove desktop verify and desktop restore features. Note that
130     lexicon entries have not been removed. [SME: 3372]
131    
132 slords 1.5 * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-03
133     - Reformat new DAR code to match existing coding style.
134    
135     * Wed Sep 05 2007 Jean-Paul Leclere <jean-paul@leclere.org> 1.15.0-02
136     - Dar workstation backup patch
137    
138     * Wed Sep 05 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-01
139     - Roll new development version.
140    
141 slords 1.4 * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-16
142     - Remove files/dirs that don't exist from the backup list [SME: 3115]
143    
144     * Sat Jun 30 2007 Shad L. Lords <slords@mail.com> 1.14.0-15
145 slords 1.2 - force proxy request to 1.0 to improve backup2desktop speed [SME: 178]
146    
147 slords 1.1 * Sun Jun 03 2007 Gavin Weight <gweight@gmail.com> 1.14.0-14
148     - Backup to desktop changes BackupType fix. [SME 3026]
149    
150     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
151     - Clean up spec so package can be built by koji/plague
152    
153     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 1.14.0-13
154     - Add db entry to override who gets backup reminder email [SME: 23]
155    
156     * Fri Jan 26 2007 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-12
157     - Restore group entry for machine accounts and update tests [SME: 1792]
158    
159     * Sat Jan 06 2007 Shad L. Lords <slords@mail.com> 1.14.0-11
160     - Change restore-from-disk to chroot tar from cpio [SME: 2318]
161    
162     * Sat Jan 06 2007 Shad L. Lords <slords@mail.com> 1.14.0-10
163     - Link in eject action. [SME: 795]
164     - Fix do_backup to actually pass backup type. [SME: 1055]
165    
166     * Fri Jan 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-9
167     - Make tape actions depend on tape backup. [SME: 1055]
168     - Make backup type configurable via db. [SME: 1055]
169    
170     * Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
171     - Add eject action and default to no. [SME: 795]
172    
173     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
174     - Update to new release naming. No functional changes.
175     - Make Packager generic
176    
177     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-06
178     - Use tarsize not dumpsize to determine when backup is too large.
179     [SME: 2041]
180    
181     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-05
182     - Fix typo in crontab template for 'disabled' case [SME: 1092]
183    
184     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-04
185     - Move /etc/cron.d/backup into /etc/crontab fragment [SME: 1172]
186     - Expand /etc/crontab in conf-backup. e-smith-base already does
187     it for us in bootstrap-console-save [SME: 1172]
188     - Remove /etc/cron.d/backup in post [SME: 1172]
189    
190     * Wed Mar 15 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-03
191     - Add semi-colon to last code change. Saves head-scratching if
192     someone removes the braces at some later stage. [SME: 1045]
193    
194     * Wed Mar 15 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-02
195     - Add warning about desktop backup if the server has more than
196     2GB of data. [SME: 1045]
197    
198     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-01
199     - Roll stable stream version. [SME: 1016]
200    
201     * Sun Mar 12 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-10
202     - Another fix to restore-from-disk script. [SME: 821]
203    
204     * Thu Feb 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-09
205     - Fix restore-from-disk script. [SME: 821]
206    
207     * Mon Feb 6 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-08
208     - Fix 24->12 hour time display problem (courtesy of Federico Simoncelli).
209     [SME: 667]
210    
211     * Wed Feb 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-07
212     - Add restore-from-disk script. [SME: 615]
213    
214     * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.4-06
215     - Don't delete config dbs in pre-restore [SME: 229]
216    
217     * Tue Dec 06 2005 Filippo Carletti <carletti@mobilia.it> 1.13.4-05
218     - Tape reminder uses mt status to check if tape loaded [SME: 251]
219    
220     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.4-04
221     - Bump release number only
222    
223     * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
224     - [1.13.4-03]
225     - Improve user feedback if pre-backup or pre-restore events fail. [SF: 1334923]
226    
227     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
228     - [1.13.4-02]
229     - Create empty /etc/e-smith/db/backups directory to trigger migration
230     to new location. [SF: 1335862]
231    
232     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
233     - [1.13.4-01]
234     - Remove L10Ns from base packages [SF: 1309520]
235    
236     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
237     - [1.13.3-01]
238     - New dev stream before relocating L10Ns
239    
240     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
241     - [1.13.2-17]
242     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
243    
244     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
245     - [1.13.2-16]
246     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
247    
248     * Sun Sep 18 2005 Charlie Brady <charlieb@e-smith.com>
249     - [1.13.2-15]
250     - Remove explict use of CGI (which caused double construction of
251     the CGI object, and loss of uploaded data file). [SF: 1264699]
252    
253     * Fri Sep 16 2005 Charlie Brady <charlieb@e-smith.com>
254     - [1.13.2-14]
255     - Don't delete configuration dbs in pre-restore event until
256     we have finished using them. [SF: 1292448]
257    
258     * Tue Aug 30 2005 Charlie Brady <charlieb@e-smith.com>
259     - [1.13.2-13]
260     - Really add delete-configuration-dbs action. [SF: 1246347,1275962]
261    
262     * Fri Aug 19 2005 Gordon Rowell <gordonr@gormand.com.au>
263     - [1.13.2-12]
264     - Delete configuration dbs from /home/e-smith/db/ prior to
265     a restore to ensure that the ones coming from tape are the
266     only ones on the system after the restore [SF: 1246347]
267    
268     * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
269     - [1.13.2-11]
270     - Restore passwd file entries for machine accounts. [SF: 1254663]
271    
272     * Fri Jul 22 2005 Charlie Brady <charlieb@e-smith.com>
273     - [1.13.2-10]
274     - Enforce Posix behaviour of df command, in restore functions of panel.
275     [SF: 1242986]
276    
277     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
278     - [1.13.2-09]
279     - Remove last deprecated esmith::config API calls. [SF: 1216546]
280    
281     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
282     - [1.13.2-08]
283     - Remove explicit paths to db files. [SF: 1216546]
284    
285     * Fri Apr 29 2005 Charlie Brady <charlieb@e-smith.com>
286     - [1.13.2-07]
287     - Remove another anacronistic version requires in perl library.
288     Grrrr!!! [charlieb MN00050370]
289    
290     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
291     - [1.13.2-06]
292     - Use generic_template_expand action in place of conf-backup.
293     Update e-smith-lib dependency. [MN00064130]
294    
295     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
296     - [1.13.2-05]
297     - Ensure that smbpasswd file appears last in list during restore/verification.
298     [MN00073362]
299     - Fix merging of samba files. [MN00073365]
300    
301     * Mon Nov 8 2004 Charlie Brady <charlieb@e-smith.com>
302     - [1.13.2-04]
303     - Explicitly list required perl modules - RPM didn't work it out correctly.
304     [charlieb MN00050751]
305    
306     * Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com>
307     - [1.13.2-03]
308     - Remove deprecated "require v5.6.0". [charlieb MN00050370]
309     - Allow RPM to work out what the perl Requires headers should be.
310     [charlieb MN00050751]
311    
312     * Thu Sep 16 2004 Michael Soulier <msoulier@e-smith.com>
313     - [1.13.2-02]
314     - Fixed Content-disposition header. [msoulier MN00049326]
315    
316     * Sat Jun 19 2004 Michael Soulier <msoulier@e-smith.com>
317     - [1.13.2-01]
318     - skipping mps branch start - 1.13.2
319    
320     * Fri May 21 2004 Michael Soulier <msoulier@e-smith.com>
321     - [1.13.0-06]
322     - Added /etc/samba/secrets.tdb to the restore list. [msoulier MN00020969]
323    
324     * Mon Mar 1 2004 Michael Soulier <msoulier@e-smith.com>
325     - [1.13.0-05]
326     - Updated do_backup to pass a "tape" argument when using signal-event
327     and rewind-tape to exit if a second argument is not given.
328     [msoulier dpar-22041]
329    
330     * Wed Jan 14 2004 Michael Soulier <msoulier@e-smith.com>
331     - [1.13.0-04]
332     - Added /etc/sudoers to backup list for desktop backup. [msoulier 4954]
333    
334     * Fri Nov 28 2003 Michael Soulier <msoulier@e-smith.com>
335     - [1.13.0-03]
336     - Display big-red reboot warning like other panels. Wow, it's hard to miss
337     now. [msoulier 10240]
338    
339     * Fri Nov 28 2003 Mark Knox <markk@e-smith.com>
340     - [1.13.0-02]
341     - Display reboot warning and button after successful desktop restore [markk
342     1312]
343    
344     * Thu Nov 6 2003 Michael Soulier <msoulier@e-smith.com>
345     - [1.13.0-01]
346     - rolling to dev stream - 1.13.0
347    
348     * Thu Sep 11 2003 Gordon Rowell <gordonr@e-smith.com>
349     - [1.12.1-02]
350     - Relocate /etc/secrets.tdb to /etc/samba [gordonr 9759]
351    
352     * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
353     - [1.12.1-01]
354     - Rebuild [gordonr 1305]
355    
356     * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
357     - [1.12.0-09]
358     - Adjusted Copyright [gordonr 1305]
359    
360     * Mon Jul 14 2003 Gordon Rowell <gordonr@e-smith.com>
361     - [1.12.0-08]
362     - Whitespace fix in Backup.pm [gordonr 9428]
363    
364     * Mon Jul 14 2003 Charlie Brady <charlieb@e-smith.com>
365     - [1.12.0-07]
366     - Remove /etc/samba/smbpasswd symlink if we find it, before doing
367     the move/symlink shuffle with smbpasswd files. This prevents us
368     "preserving" old symlinks. [charlieb 9416]
369    
370     * Mon Jul 14 2003 Gordon Rowell <gordonr@e-smith.com>
371     - [1.12.0-06]
372     - Rename the pre-restore cache files in $file.time(). This preserves
373     them in case we want to wander back through them after an
374     upgrade, and ensures that they won't be around to confuse another
375     post-upgrade [gordonr 9428]
376    
377     * Wed Jul 9 2003 Gordon Rowell <gordonr@e-smith.com>
378     - [1.12.0-05]
379     - Handle the "everything o.k. with relocation" case [gordonr 9333]
380    
381     * Wed Jul 9 2003 Gordon Rowell <gordonr@e-smith.com>
382     - [1.12.0-04]
383     - Further safeguards for the /etc/smbpasswd -> /etc/samba/smbpasswd
384     relocation [gordonr 9333]
385    
386     * Fri Jun 27 2003 Charlie Brady <charlieb@e-smith.com>
387     - [1.12.0-03]
388     - Fix backup panel text change. Made text non-specific about the location of
389     the smbpasswd file. [charlieb 9220]
390    
391     * Fri Jun 27 2003 Charlie Brady <charlieb@e-smith.com>
392     - [1.12.0-02]
393     - Account for the path change of smbpasswd file in desktop restore/verify.
394     [charlieb 9220]
395    
396     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
397     - [1.12.0-01]
398     - Changing version to stable stream number - 1.12.0
399    
400     * Tue Jun 24 2003 Gordon Rowell <gordonr@e-smith.com>
401     - [1.11.1-04]
402     - Spanish nav bar [gordonr 9153]
403    
404     * Fri Jun 13 2003 Gordon Rowell <gordonr@e-smith.com>
405     - [1.11.1-03]
406     - Corrected logic for switching /etc{/samba,}/smbpasswd [gordonr 8747]
407    
408     * Thu Jun 12 2003 Charlie Brady <charlieb@e-smith.com>
409     - [1.11.1-02]
410     - Remove some remnants of templated /sbin/e-smith/backup.
411     - Use Backup program parameter in /sbin/e-smith/do_backup.
412     [charlieb 7853]
413    
414     * Thu Jun 12 2003 Charlie Brady <charlieb@e-smith.com>
415     - [1.11.1-01]
416     - Roll new development stream to 1.11.1
417    
418     * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
419     - [1.11.0-56]
420     - And symlink /etc/smbpasswd to avoid confusion [gordonr 8809]
421     - Move guard so we skip if /etc/smbpasswd is not a file [gordonr 8809]
422    
423     * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
424     - [1.11.0-55]
425     - Migrate /etc/smbpasswd to /etc/samba/smbpasswd after restore [gordonr 8809]
426    
427     * Wed May 21 2003 Gordon Rowell <gordonr@e-smith.com>
428     - [1.11.0-54]
429     - Fix return check for ->group and ->passwd [gordonr 8766]
430     - Fix tests for BackupHistoryDB.pm [gordonr 5908, in passing]
431    
432     * Tue May 20 2003 Gordon Rowell <gordonr@e-smith.com>
433     - [1.11.0-53]
434     - Extract the tests at build time [gordonr 8766]
435    
436     * Tue May 20 2003 Gordon Rowell <gordonr@e-smith.com>
437     - [1.11.0-52]
438     - Completed merge_group and tests, including admin, www, shared [gordonr 8766]
439    
440     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
441     - [1.11.0-51]
442     - Added test files and skeleton for merge_group [gordonr 8766]
443     - TODO: Complete merge_group and tests [gordonr 8766]
444     - TODO: Handle admin, www, shared groups [gordonr 8766]
445    
446     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
447     - [1.11.0-50]
448     - Further work, and tests, for merge_passwd [gordonr 8766]
449    
450     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
451     - [1.11.0-49]
452     - Code cleanups [gordonr 8766]
453    
454     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
455     - [1.11.0-48]
456     - Constructors are nice to have in objects :-( [gordonr 8766]
457     - Link merge-system-files into post-upgrade [gordonr 8766]
458    
459     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
460     - [1.11.0-47]
461     - Added esmith::Backup::{save,merge}_system_files [gordonr 8766]
462    
463     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
464     - [1.11.0-46]
465     - Modified backup panel to use esmith::Backup library [gordonr 8766]
466    
467     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
468     - [1.11.0-45]
469     - Added esmith::Backup library to centralise list of files/directories to
470     restore [gordonr 8766]
471     - Save away important system files in pre-restore [gordonr 8766]
472    
473     * Tue May 6 2003 Mark Knox <markk@e-smith.com>
474     - [1.11.0-44]
475     - Pass the right type of object to genResult [markk 8498]
476    
477     * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
478     - [1.11.0-43]
479     - Add Spanish translation for backup [lijied 3793]
480    
481     * Tue Apr 29 2003 Trevor Poole <trevorp@e-smith.com>
482     - [1.11.0-42]
483     - add the BackupType to the record for the desktop case. [trevor 5908]
484    
485     * Mon Apr 28 2003 Charlie Brady <charlieb@e-smith.com>
486     - [1.11.0-41]
487     - Fix calls to create new backup records. [charlieb 5908]
488    
489     * Mon Apr 28 2003 Charlie Brady <charlieb@e-smith.com>
490     - [1.11.0-40]
491     - Record each backup attempt separately in a backup history db. [charlieb 5908]
492    
493     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
494     - [1.11.0-39]
495     - Record success or otherwise of backup to desktop attempts in config db.
496     [charlieb 5908]
497     - Gracefully handle SIGPIPE in backup to desktop. [charlieb 8490]
498    
499     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
500     - [1.11.0-38]
501     - Fix typo in rewind-tape fix. [charlieb 8475]
502    
503     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
504     - [1.11.0-37]
505     - Call signal-event {pre,post}-backup with extra "desktop" parameter
506     from desktop backup code, and use that parameter to skip tape rewinding.
507     [charlieb 7853]
508     - Fix device lookup code in rewind-tape action. [charlieb 8475]
509    
510     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
511     - [1.11.0-36]
512     - Fix a few semantic problems with reset--restore-idle-flag script.
513     [charlieb 8466]
514    
515     * Wed Apr 16 2003 Michael Soulier <msoulier@e-smith.com>
516     - [1.11.0-35]
517     - Replaced bad call to processTemplate. [msoulier 7600]
518    
519     * Wed Apr 9 2003 Charlie Brady <charlieb@e-smith.com>
520     - [1.11.0-34]
521     - Remove deprecated /sbin/e-smith/backup in %post script.
522     [charlieb 7853]
523    
524     * Tue Apr 8 2003 Charlie Brady <charlieb@e-smith.com>
525     - [1.11.0-33]
526     - Fix typo in rewind-tape action. [charlieb 5908]
527     - Change Copyright => License in header.
528    
529     * Fri Apr 4 2003 Mark Knox <markk@e-smith.com>
530     - [1.11.0-32]
531     - Removed redundant refs to bootstrap-console from panel [markk 6164]
532    
533     * Thu Apr 3 2003 Tony Clayton <apc@e-smith.com>
534     - [1.11.0-31]
535     - Change table to start_table where applicable [tonyc 8034]
536    
537     * Thu Apr 3 2003 Tony Clayton <apc@e-smith.com>
538     - [1.11.0-30]
539     - Removed "Mitel Network SME server' branding [lijied 8016]
540     - Fix layout/css in backup panel [tonyc 7950]
541    
542     * Mon Mar 31 2003 Charlie Brady <charlieb@e-smith.com>
543     - [1.11.0-29]
544     - Re-write do_backup in perl. [charlieb 5908]
545    
546     * Fri Mar 28 2003 Lijie Deng <lijied@e-smith.com>
547     - [1.11.0-28]
548     - Modified directory po/fr_CA to fr [lijied 6787]
549    
550     * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
551     - [1.11.0-27]
552     - Modified gettext() extraction based on changes in 1.11.0-25 [gordonr 5908]
553    
554     * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
555     - [1.11.0-26]
556     - Call genFooter/genResult with an FM object (subclass of CGI) so
557     footers get localised [gordonr 3553]
558    
559     * Thu Mar 27 2003 Charlie Brady <charlieb@e-smith.com>
560     - [1.11.0-25]
561     - Remove templated /sbin/e-smith/backup and add non-templated
562     do_backup script. Alter cron template to suit. Move tape
563     rewind into pre-backup and post-backup actions. Log
564     start, finish and result properties from backup script.
565     [charlieb 5908]
566    
567     * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
568     - [1.11.0-24]
569     - Modified French lexicon to use lang="fr", rename the lexicon
570     directory to fr [lijied 6787]
571    
572     * Tue Mar 25 2003 Tony Clayton <apc@e-smith.com>
573     - [1.11.0-23]
574     - Add link to fr-ca PAGE_REFRESH_IN translation [tonyc 6491]
575    
576     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
577     - [1.11.0-22]
578     - Deleted ./sbin/e-smith/backup/template-begin, and modified
579     %build [lijied 3295]
580    
581     * Fri Mar 14 2003 Michael Soulier <msoulier@e-smith.com>
582     - [1.11.0-21]
583     - Changed the post restore code such that the backup panel is blocked until
584     the server reboots. [msoulier 6471]
585    
586     * Mon Mar 10 2003 Lijie Deng <lijied@e-smith.com>
587     - [1.11.0-20]
588     - Modified charset tag in .po file [lijied 3930]
589    
590     * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
591     - [1.11.0-19]
592     - Modified e-smith-devtools again [lijied 7578]
593    
594     * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
595     - [1.11.0-18]
596     - Modified e-smith-devtools version [lijied 7578]
597    
598     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
599     - [1.11.0-17]
600     - Added the generate lexicon code [lijied 7442]
601    
602     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
603     - [1.11.0-16]
604     - Added the .po file to po/fr_CA again [lijied 7442]
605    
606     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
607     - [1.11.0-15]
608     - Cleaned up .po->.mo build [lijied 7442]
609    
610     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
611     - [1.11.0-14]
612     - Added .po->.mo instructions to %build [lijied 7442]
613    
614     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
615     - [1.11.0-13]
616     - Modified backup panel order [lijied 7356]
617    
618     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
619     - [1.11.0-12]
620     - Remodify the lexicon file [lijied 4030]
621    
622     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
623     - [1.11.0-11]
624     - Split en-us lexicon from backup panel [lijied 4030]
625    
626     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
627     - [1.11.0-10]
628     - Rebuild RPM - commit missed last time [lijied 5003]
629    
630     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
631     - [1.11.0-09]
632     - Added French lexicon for backup [lijied 5003]
633    
634     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
635     - [1.11.0-08]
636     - Rewrote template to use esmith::I18N [gordonr 5212]
637    
638     * Fri Dec 13 2002 Mark Knox <markk@e-smith.com>
639     - [1.11.0-07]
640     - Added "click here" text on tape restore page [markk 6094]
641    
642     * Thu Dec 12 2002 Mark Knox <markk@e-smith.com>
643     - [1.11.0-06]
644     - Removed redundant success message after restore [markk 6094]
645    
646     * Thu Dec 12 2002 Mark Knox <markk@e-smith.com>
647     - [1.11.0-05]
648     - Added refresh and status messages to tape restore process [markk 6094]
649    
650     * Tue Dec 3 2002 Charlie Brady <charlieb@e-smith.com>
651     - [1.11.0-04]
652     - Tidy up and update /sbin/e-smith/backup templates, preparatory to adding
653     support for non-tape devices. [charlieb 5521]
654    
655     * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
656     - [1.11.0-03]
657     - ui update [miked 5494]
658    
659     * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
660     - [1.11.0-02]
661     - update to new UI system [miked 5494]
662    
663     * Wed Nov 6 2002 Charlie Brady <charlieb@e-smith.com>
664     - [1.11.0-01]
665     - Rolling development stream version to 1.11.0
666    
667     * Tue Oct 15 2002 Charlie Brady <charlieb@e-smith.com>
668     - [1.10.1-01]
669     - New checkout to force head revisions to 1.10.1
670    
671     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
672     - [1.10.0-01]
673     - Roll to maintained version number to 1.10.0
674    
675     * Fri Oct 11 2002 Gordon Rowell <gordonr@e-smith.com>
676     - [1.9.0-09]
677     - Added missing closing paren - code police needed earlier [gordonr 5168]
678    
679     * Fri Oct 11 2002 Gordon Rowell <gordonr@e-smith.com>
680     - [1.9.0-08]
681     - Renamed duplicate lexicon tag RESTORE_IN_PROGRESS{,_BEGAN_AT}
682     RESTORE_IN_PROGRES_DESC -> MUST_REBOOT_AFTER_RESTORE in tape restore
683     [gordonr 5168]
684    
685     * Wed Oct 9 2002 Mike Dickson <miked@e-smith.com>
686     - [1.9.0-07]
687     - Fixed double call of pre-restore [miked 5158]
688    
689     * Wed Oct 9 2002 Mike Dickson <miked@e-smith.com>
690     - [1.9.0-06]
691     - Fixed references to ext2 filesystem in CalculateSizes; cahnged them to ext3
692    
693     * Wed Sep 25 2002 Charlie Brady <charlieb@e-smith.com>
694     - [1.9.0-05]
695     - Add calls to signal-event pre-restore before tape or desktop restore
696     (currently to stop slapd and remove LDIF dump file). [charlieb 2745]
697    
698     * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
699     - [1.9.0-04]
700     - Fix XML errors in backup panel. [charlieb 2745]
701    
702     * Fri Sep 20 2002 Charlie Brady <charlieb@e-smith.com>
703     - [1.9.0-03]
704     - Complete previous change - the web panel needed to be updated as well.
705     [charlieb 2745]
706    
707     * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
708     - [1.9.0-02]
709     - Change mysql-dump-tables and mysql-delete-dumps events to pre-backup and
710     post-backup events. [charlieb 2745]
711    
712     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
713     - [1.9.0-01]
714     - Changing version to development stream number to 1.9.0
715    
716     * Fri May 31 2002 Tony Clayton <apc@e-smith.com>
717     - [1.8.2-01]
718     - Reverting previous change - "it's a feature" [tonyc 3746]
719    
720     * Fri May 31 2002 Tony Clayton <apc@e-smith.com>
721     - [1.8.1-01]
722     - Prevent tape/destop restores from dieing in state=running [tonyc 3746]
723    
724     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
725     - [1.8.0-01]
726     - Changing version to maintained stream number to 1.8.0
727    
728     * Fri May 31 2002 Mark Knox <markk@e-smith.com>
729     - [1.7.20-01]
730     - Fixed some funny table cells that were causing trouble in Netscape
731     [markk 3764]
732    
733     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
734     - [1.7.19-01]
735     - Removed unused config db tie in restore-idle-flag.
736     - Add initialisation of backup service entry in config db.
737     This will allow restore from tape to work out of the box.
738     [charlieb 1254, 3746]
739    
740     * Wed May 29 2002 Tony Clayton <apc@e-smith.com>
741     - [1.7.18-01]
742     - Fix bad string concats in /sbin/e-smith/backup fragments [tonyc 3180]
743    
744     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
745     - [1.7.17-01]
746     - RPM rebuild forced by cvsroot2rpm
747    
748     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
749     - [1.7.16-01]
750     - testing co2rpm --force
751    
752     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
753     - [1.7.15-01]
754     - testing co2rpm --force
755    
756     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
757     - [1.7.14-01]
758     - testing co2rpm --force
759    
760     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
761     - [1.7.13-01]
762     - testing co2rpm --force
763    
764     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
765     - [1.7.12-01]
766     - Changed quoting in /etc/crond.d/backup template [gordonr 3029]
767    
768     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
769     - [1.7.11-01]
770     - "Verify complete" -> "Verification is complete" [gordonr 3544]
771    
772     * Wed May 8 2002 Mark Knox <markk@e-smith.com>
773     - [1.7.10-01]
774     - Allow form uploads and large files to be posted. [markk 3159]
775    
776     * Wed May 8 2002 Mark Knox <markk@e-smith.com>
777     - [1.7.9-01]
778     - Localised a few more strings in sbin/e-smith/backup templates [markk 3029]
779    
780     * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
781     - [1.7.8-01]
782     - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
783    
784     * Tue Apr 16 2002 Mark Knox <markk@e-smith.com>
785     - [1.7.7-01]
786     - I18n backup cronjob using gettext. Also converted to ConfigDB. [markk 3029]
787    
788     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
789     - [1.7.7-01]
790     - Language en->en-us
791    
792     * Fri Apr 12 2002 Mark Knox <markk@e-smith.com>
793     - [1.7.6-01]
794     - Internationalized using FormMagick lexicon [markk 3159]
795     - Converted to esmith::ConfigDB API [markk 3159]
796    
797     * Fri Mar 15 2002 Charlie Brady <charlieb@e-smith.com>
798     - [1.7.5-01]
799     - Include "du -s " of all backed up files and directories other than
800     /home/e-smith in desktop backup estimate.
801    
802     * Thu Mar 14 2002 Charlie Brady <charlieb@e-smith.com>
803     - [1.7.4-01]
804     - Fix error in use of AccountsDB interface (#2139).
805    
806     * Thu Mar 07 2002 Charlie Brady <charlieb@e-smith.com>
807     - [1.7.3-01]
808     - Include /root in desktop backup and in size estimate (#2322).
809     - Change text to indicate that desktop backup file will be somewhat
810     smaller if files are compressible.
811    
812     * Thu Mar 07 2002 Charlie Brady <charlieb@e-smith.com>
813     - [1.7.2-01]
814     - Use Quota module to estimate desktop backup size, by summing over all
815     user accounts (#2139).
816    
817     * Wed Feb 27 2002 Jason Miller <jmiller@e-smith.com>
818     - [1.7.1-01]
819     - Rolled to version 1.7.1-01 to verify CVS contents from 1.7.0-01.
820     Includes all patchesup to 1.7.0-01.
821    
822     * Wed Feb 27 2002 Jason Miller <jay@e-smith.com>
823     - [1.7.0-01]
824     - rollRPM: Rolled version number to 1.7.0-01. Includes patches up to 1.6.0-01.
825    
826     * Tue Dec 11 2001 Adrian Chung <mac@e-smith.com>
827     - [1.6.0-01]
828     - rollRPM: Rolled version number to 1.6.0-01. Includes patches up to 1.5.0-04.
829    
830     * Thu Dec 6 2001 Adrian Chung <adrianc@e-smith.com>
831     - [1.5.0-04]
832     - Adding text to restore screen that warns that your restore
833     is not complete until you see the words Restore complete and
834     /etc/smbpasswd is restored.
835    
836     * Wed Nov 28 2001 Charlie Brady <charlieb@e-smith.com>
837     - [1.5.0-03]
838     - Report restore/verify problems if they are detected. Do not do any
839     post processing unless the restore completes successfully.
840    
841     * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
842     - [1.5.0-02]
843     - adding last patch to prep section. feels like monday.
844    
845     * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
846     - [1.5.0-01]
847     - Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-06.
848     - use esmith::lockfile for lockfile stuff
849     - add dependency on e-smith-lib >= 1.7.0-20 for esmith::lockfile
850    
851     * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
852     - [1.4.0-06]
853     - backing out lockfile patch - moving to new stream
854    
855     * Mon Nov 12 2001 Tony Clayton <tonyc@e-smith.com>
856     - [1.4.0-05]
857     - use esmith::lockfile for lockfile stuff
858     - add dependency on e-smith-lib >= 1.7.0-20 for esmith::lockfile
859    
860     * Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com>
861     - [1.4.0-04]
862     - rebranding to Mitel Networks
863    
864     * Fri Aug 17 2001 Gordon Rowell <gordonr@e-smith.com>
865     - [1.4.0-03]
866     - Changed default network backup filename to "smeserver.tgz"
867     - Note: We can still restore the old format "esmithsg.bak" files
868    
869     * Fri Aug 17 2001 gordonr
870     - [1.4.0-02]
871     - Autorebuild by rebuildRPM
872    
873     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
874     - [1.4.0-01]
875     - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-10.
876    
877     * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
878     - [1.3.0-10]
879     - More branding changes
880    
881     * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
882     - [1.3.0-09]
883     - More branding changes
884    
885     * Tue Jul 31 2001 Jason Miller <jmiller@e-smith.com>
886     - [1.3.0-08]
887     - Branding/marketing text changes email/e-mail
888    
889     * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
890     - [1.3.0-07]
891     - Branding text changes to the backup web panel
892    
893     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
894     - [1.3.0-06]
895     - Changed license to GPL
896    
897     * Wed Jul 04 2001 Gordon Rowell <gordonr@e-smith.com>
898     - [1.3.0-05]
899     - Default to .tgz for desktop backup/restore/verify
900     - Allow uuencoded tar (esmithsg.bak) for restore/verify backwards compatability
901    
902     * Thu Jun 07 2001 Gordon Rowell <gordonr@e-smith.com>
903     - [1.3.0-04]
904     - Add --verbose to tar --extract so web panels shows restored files
905    
906     * Thu Jun 07 2001 Charlie Brady <charlieb@e-smith.com>
907     - [1.3.0-03]
908     - Add option to verify desktop backup file contents.
909    
910     * Thu Jun 07 2001 Charlie Brady <charlieb@e-smith.com>
911     - [1.3.0-02]
912     - Avoid use of redundant temporary file, CGI.pm already creates one for us,
913     and provides us with a file handle.
914    
915     * Wed Apr 11 2001 Adrian Chung <mac@e-smith.com>
916     - [1.3.0-01]
917     - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-11.
918    
919     * Wed Feb 21 2001 Charlie Brady <charlieb@e-smith.com>
920     - [1.2.0-11]
921     - Add tape rewind action to tape restore
922    
923     * Wed Feb 21 2001 Peter Samuel <peters@e-smith.com>
924     - [1.2.0-10]
925     - Now rewinds tape before zeroing tape.
926     - Writes 32k of zeroes instead of 10k.
927    
928     * Thu Feb 14 2001 Charlie Brady <charlieb@e-smith.com>
929     - [1.2.0-09]
930     - Add conf-backup to bootstrap-console-save.
931     - Don't need templates-user-custom directory now, it's in e-smith-base RPM.
932    
933     * Mon Feb 12 2001 Peter Samuel <peters@e-smith.com>
934     - [1.2.0-08]
935     - Duping STDOUT fails for netscape. Now just redirecting STDOUT to STDERR.
936    
937     * Mon Feb 12 2001 Adrian Chung <adrianc@e-smith.com>
938     - [1.2.0-07]
939     - rolling release number for GPG signing.
940    
941     * Sun Feb 11 2001 Charlie Brady
942     - [1.2.0-06]
943     - Include etc/e-smith/templates-user-custom in backup
944    
945     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
946     - Rolling release number for GPG signing.
947    
948     * Thu Feb 8 2001 Peter Samuel <peters@e-smith.com>
949     - [1.2.0-04]
950     - Zero pad minutes for backup and reminder times.
951     - Fix nasty problem stopping flexbackup running in the background.
952     Needed to dup STDOUT, close STDOUT, and reset STDOUT to duped fd.
953    
954     * Tue Jan 30 2001 Peter Samuel <peters@e-smith.com>
955     - [1.2.0-03]
956     - Changed size calculations so that minimum size displayed is 1Mb.
957     - Changed wording of size of snapshot.
958     - Notify user how much free space exists in /tmp.
959     - Remove uploaded file after restore.
960    
961     * Mon Jan 29 2001 Charlie Brady <charlieb@e-smith.com>
962     - [1.2.0-02]
963     - Preserve gid of www across restore.
964     - Add comment about upbuffering output
965    
966     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
967     - [1.2.0-01]
968     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-17.
969    
970     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
971     - [1.1.0-17]
972     - Added html output to reboot function of manager panel
973    
974     * Wed Jan 24 2001 Peter Samuel <peters@e-smith.com>
975     - [1.1.0-16]
976     - /sbin/e-smith/backup zeroes tape before starting. This is a hack to
977     work around talking to ide tapes via ide-scsi.
978    
979     * Wed Jan 17 2001 Peter Samuel <peters@e-smith.com>
980     - [1.1.0-15]
981     - mysql tables are deleted before and after backups and restores
982    
983     * Tue Jan 16 2001 Peter Samuel <peters@e-smith.com>
984     - [1.1.0-14]
985     - cron job now runs every day
986    
987     * Mon Jan 15 2001 Peter Samuel <peters@e-smith.com>
988     - [1.1.0-13]
989     - removed unnecessary /sbin/e-smith/tape-restore template
990     - fixed html formatting problem in backup panel
991     - fixed backgrounding problem in backup panel - need to close STDOUT in child
992     - format fixes in backup panel
993    
994     * Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com>
995     - [1.1.0-12]
996     - Changes to the menu item ordering for the e-smith manager
997    
998     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
999     - [1.1.0-11]
1000     - Changed fork and signal handling again - doesn't seem to make much
1001     difference. Could be the lock file interaction - needs testing.
1002    
1003     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1004     - [1.1.0-10]
1005     - Fixed order of files to be restored
1006     - Moved signal handling but it makes no difference, still can't background
1007    
1008     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1009     - [1.1.0-09]
1010     - /sbin/e-smith/backup now dumps mysql tables to /home/e-smith prior
1011     to running the tape backup
1012    
1013     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1014     - [1.1.0-08]
1015     - fixed uninitialised variables
1016     - reboot action calls backgroundCommand instead of showing new panel
1017    
1018     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1019     - [1.1.0-07]
1020     - fixed syntax error in /etc/e-smith/events/actions/conf-backup
1021    
1022     * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
1023     - [1.1.0-06]
1024     - flexbackup is merely the default backup program
1025     - cron job calls /sbin/e-smith/backup which is a templated file
1026     - restore-tape action now given to flexbackup as it is flexbackup specific
1027    
1028     * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
1029     - [1.1.0-05]
1030     - Removed checks for uptime. The state in /etc/e-smith/restore is not
1031     changed, regardless of reboots. It is changed by bootstrap-console.
1032     - Lots of text changes for consistency and to reinforce the need to
1033     reboot after a restore
1034     - Mail is sent to the admin user after a tape restore indicating
1035     success or failure.
1036     - mysql tables are dumped to /home/e-smith prior to network backup.
1037     - Calculation of tarsize handles negative values sensibly.
1038    
1039     * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
1040     - [1.1.0-04]
1041     - No longer checks for current state of EthernetDrive1 and LocalIP.
1042     - Does not do a forced reboot under any circumstances.
1043     - Calls post-upgrade after the restore instead of post-restore.
1044    
1045     * Thu Jan 11 2001 Peter Samuel <peters@e-smith.com>
1046     - [1.1.0-03]
1047     - Major changes to panel. Now does tape restore in background. Lots of
1048     checks and balances to avoid concurrent restores/backups etc.
1049    
1050     * Wed Jan 10 2001 Jason Miller <jmiller@e-smith.com>
1051     - [1.1.0-02]
1052     - Minor change to the copyright for consistency
1053    
1054     * Tue Jan 9 2001 Peter Samuel <peters@e-smith.com>
1055     - [1.1.0-01]
1056     - Rolled version to 1.1.0-01. Includes patches upto 0.1-4
1057    
1058     * Mon Jan 8 2001 Peter Samuel <peters@e-smith.com>
1059     - [0.1-4]
1060     - Now restores config from tape
1061    
1062     * Sun Jan 7 2001 Jason Miller <jmiller@e-smith.com>
1063     - [0.1-2] through [0.1-3]
1064     - completed the update section for configuration database
1065     of flexbackup
1066     - prepared the restore-tape option for the call to the
1067     proper event for restoring from tape
1068    
1069     * Sun Jan 7 2001 Jason Miller <jmiller@e-smith.com>
1070     - initial release
1071    
1072     %description
1073     e-smith server central backup administration panel
1074    
1075     %prep
1076     %setup
1077 slords 1.27 %patch1 -p1
1078 snetram 1.29 %patch2 -p1
1079 slords 1.30 %patch3 -p1
1080 slords 1.31 %patch4 -p1
1081     %patch5 -p1
1082     %patch6 -p1
1083 dungog 1.33 %patch7 -p1
1084 slords 1.37 %patch8 -p1
1085 slords 1.38 %patch9 -p1
1086 slords 1.1
1087     %build
1088     /sbin/e-smith/buildtests 10e-smith-backup
1089    
1090     mkdir -p root/etc/e-smith/events/{pre-,post-}backup
1091     perl createlinks
1092    
1093     # Extract a new copy of the English .po, though we won't use it for this build
1094     xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/backup.po \
1095     root/etc/e-smith/templates/etc/crontab/backup \
1096     root/sbin/e-smith/do_backup
1097    
1098     /sbin/e-smith/generate-lexicons
1099    
1100     mkdir -p root/var/cache/e-smith/restore
1101     mkdir -p root/var/cache/e-smith/restore/etc
1102     mkdir -p root/var/cache/e-smith/restore/etc/samba
1103     mkdir -p root/etc/e-smith/db/backups
1104 slords 1.5 mkdir -p root/etc/dar
1105     mkdir -p root/mnt/smb
1106 slords 1.1
1107     %install
1108     rm -rf $RPM_BUILD_ROOT
1109     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1110     rm -f %{name}-%{version}-%{release}-filelist
1111     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1112     > %{name}-%{version}-%{release}-filelist
1113     echo "%doc Copying" >> %{name}-%{version}-%{release}-filelist
1114     echo "%doc Artistic" >> %{name}-%{version}-%{release}-filelist
1115     echo "%doc LICENSE" >> %{name}-%{version}-%{release}-filelist
1116    
1117     %clean
1118     rm -rf $RPM_BUILD_ROOT
1119    
1120     %pre
1121     %preun
1122     %post
1123     %postun
1124    
1125     %files -f %{name}-%{version}-%{release}-filelist
1126     %defattr(-,root,root)

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