/[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.44 - (show annotations) (download)
Wed Oct 29 19:38:12 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-17_el5_sme
Changes since 1.43: +10 -2 lines
Updates

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

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