/[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.92 - (show annotations) (download)
Mon Apr 9 14:06:47 2012 UTC (12 years, 2 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-60_el5_sme
Changes since 1.91: +7 -2 lines
* Mon Apr 9 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-60
- Prevent selective restore timeout by creating dar catalog after backup [SME: 6052]

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

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