/[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.69 - (show annotations) (download)
Mon Jun 14 08:10:53 2010 UTC (14 years ago) by snetram
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-38_el5_sme
Changes since 1.68: +7 -2 lines
* Mon Jun 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-38.sme
- Fix error causing restore to report failed where it was complete [SME: 6054]

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

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