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

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

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


Revision 1.6 - (hide annotations) (download)
Tue Aug 2 20:45:19 2016 UTC (7 years, 10 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-5_el7_sme
Changes since 1.5: +8 -2 lines
* Tue Aug 02 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-5.sme
- Remove the dar exclusion message in the email if there is no exclusion.
- Modified e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633]
- Added two commented files backup.{include,exclude} in /etc/backup-data.d
- Modified e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607]

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

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