/[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.76 - (hide annotations) (download)
Mon Jul 19 21:22:31 2010 UTC (13 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-44_el5_sme
Changes since 1.75: +7 -2 lines
Indicate failure in Subject line of Workstation Backup [SME: 6121]

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

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