/[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.80 - (show annotations) (download)
Mon Mar 14 11:39:25 2011 UTC (13 years, 2 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-48_el5_sme
Changes since 1.79: +7 -2 lines
* Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-48
- Fix strings representing sequences [SME: 5961]

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

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