/[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.67 - (hide annotations) (download)
Mon Jun 13 21:12:17 2011 UTC (13 years ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_0_0-36_el4_sme
Changes since 1.66: +7 -2 lines
Do not make backup fail when due to a modified file, by Filippo Carletti [SME: 6635]

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

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