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

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

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


Revision 1.47 - (hide annotations) (download)
Wed Jul 22 13:59:42 2009 UTC (14 years, 10 months ago) by gnujpl
Branch: MAIN
CVS Tags: e-smith-backup-2_0_0-20_el4_sme
Changes since 1.46: +9 -2 lines
enforce verifying options of workstation backup

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

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