/[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.77 - (hide annotations) (download)
Sun Oct 10 13:57:09 2010 UTC (13 years, 8 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-45_el5_sme
Changes since 1.76: +7 -2 lines
Include disk usage in Workstation Backup email [SME: 6143]

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

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