/[smeserver]/rpms/e-smith-backup/sme7/e-smith-backup.spec
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme7/e-smith-backup.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.68 - (hide annotations) (download)
Sun Jan 15 17:26:29 2012 UTC (12 years, 5 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_0_0-37_el4_sme
Changes since 1.67: +7 -2 lines
Fix leading slash removal from network drives [SME: 6831]

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

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