/[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.57 - (hide annotations) (download)
Sun Jan 31 06:00:13 2010 UTC (14 years, 4 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-27_el5_sme
Changes since 1.56: +7 -2 lines
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-27.sme
- remove comment re smbpasswd being last [SME: 5600]

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

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