/[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.93 - (show annotations) (download)
Mon Jul 9 03:21:36 2012 UTC (11 years, 10 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-61_el5_sme
Changes since 1.92: +7 -2 lines
Allow full backup to occur on Sunday [SME: 6876]

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

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