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

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

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


Revision 1.56 - (hide annotations) (download)
Sun Jan 31 05:22:09 2010 UTC (14 years, 4 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-26_el5_sme
Changes since 1.55: +7 -2 lines
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-26.sme
- Fix mounting usb disks [SME: 4809]

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

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