/[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.72 - (hide annotations) (download)
Tue Jun 22 16:43:30 2010 UTC (13 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-40_el5_sme
Changes since 1.71: +7 -2 lines
Update backup instructions in server-manager [SME: 6078]

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

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