/[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.78 - (hide annotations) (download)
Sun Nov 21 12:15:12 2010 UTC (13 years, 7 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-46_el5_sme
Changes since 1.77: +7 -2 lines
* Sun Nov 21 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-46
- Do not convert case of SmbShare on database migration [SME: 6387]

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

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