/[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.70 - (show annotations) (download)
Mon Jun 14 21:15:04 2010 UTC (13 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-39_el5_sme
Changes since 1.69: +7 -2 lines
Strip spaces from Workstation Backup hostname [SME: 6060]

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

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