/[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.41 - (hide annotations) (download)
Mon Oct 27 14:24:23 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-15_el5_sme
Changes since 1.40: +10 -2 lines
Patches

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

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