/[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.4.2.1 - (show annotations) (download)
Mon Feb 11 19:00:27 2008 UTC (16 years, 4 months ago) by bytegw
Branch: e-smith-backup-1_14-tree
CVS Tags: e-smith-backup-1_14_0-17_el4_sme
Changes since 1.4: +6 -1 lines
Updates

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

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