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

Contents 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.56 - (show annotations) (download)
Tue Jun 15 12:09:02 2010 UTC (14 years ago) by snetram
Branch: MAIN
CVS Tags: e-smith-backup-2_0_0-27_el4_sme
Changes since 1.55: +2 -2 lines
Fix version number in changelog

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

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