/[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.60 - (hide annotations) (download)
Mon Feb 15 10:18:55 2010 UTC (14 years, 3 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-30_el5_sme
Changes since 1.59: +7 -2 lines
* Mon Feb 15 2010 Stephen Noble <support@dungog.net> 2.2.0-30.sme
- Improved upgrade compatibility, remove .orig [SME: 4809]

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

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