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

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