/[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.24 - (hide annotations) (download)
Fri Aug 1 17:42:06 2008 UTC (15 years, 10 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-backup-1_15_0-21_el5_sme
Changes since 1.23: +4 -1 lines
* Fri Aug 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-21
- Fix too greedy removel of locale key CONFIGURE_TAPE_BACKUP [SME: 4469]

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

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