/[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.69 - (hide annotations) (download)
Tue Jul 3 05:06:13 2012 UTC (11 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_0_0-38_el4_sme, HEAD
Changes since 1.68: +7 -2 lines
Remove default index.htm from Primary ibay before restore [SME: 6626]

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

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