/[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.79 - (hide annotations) (download)
Fri Mar 11 16:25:35 2011 UTC (13 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-47_el5_sme
Changes since 1.78: +7 -2 lines
Backup to Workstation does not handle full remote disc gracefully, by Filippo Carletti [SME: 6355]

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

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