/[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.21 - (show annotations) (download)
Mon Jul 7 17:38:44 2008 UTC (15 years, 11 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-backup-1_15_0-18_el5_sme
Changes since 1.20: +4 -1 lines
* Sun Jul 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-18
- Add common <base> tags to e-smith-formmagick's general [SME: 4286]

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

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