/[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.66 - (hide annotations) (download)
Wed Apr 13 20:42:08 2011 UTC (13 years, 2 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-backup-2_0_0-35_el4_sme
Changes since 1.65: +5 -2 lines
* Wed Apr 13 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-35.sme
- Fix variable initialization [SME: 6512]

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

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