/[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.88 - (show annotations) (download)
Tue Jul 19 15:59:39 2011 UTC (12 years, 11 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-56_el5_sme
Changes since 1.87: +7 -2 lines
* Tue Jul 19 2011 Jonathan Martens <smeserver-bugzilla@snetram.nl> 2.2.0-56.sme
- Fix bareword TERM error introduced by 2.2.0-54 [SME: 6692]

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

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