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

Contents 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.31 - (show annotations) (download)
Mon Oct 20 16:03:58 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-7_el5_sme
Changes since 1.30: +17 -2 lines
Many fixes

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

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