/[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.50 - (hide annotations) (download)
Sun Jul 26 19:11:42 2009 UTC (14 years, 10 months ago) by gnujpl
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-21_el5_sme
Changes since 1.49: +2 -2 lines
correcting spec to bug number 5411

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

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