/[smeserver]/rpms/e-smith-backup/sme9/e-smith-backup.spec
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme9/e-smith-backup.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Feb 13 15:42:48 2013 UTC (11 years, 4 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-1_el6_sme
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
- Roll new stream for sme9
- Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223]

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

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