/[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.65 - (show annotations) (download)
Sun May 9 07:58:31 2010 UTC (14 years ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-34_el5_sme
Changes since 1.64: +7 -2 lines
Add system name in Workstation Backups email [SME: 5706]

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

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