/[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.39 - (hide annotations) (download)
Sat Oct 25 07:21:44 2008 UTC (15 years, 7 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-backup-2_0_0-13_el4_sme
Changes since 1.38: +7 -2 lines
* Sat Oct 25 2008 Stephen Noble <support@dungog.net> 2.0.0-13.sme
- correct mounting for usb disks [SME: 4695]

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

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