/[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.2 - (hide annotations) (download)
Wed Apr 13 15:22:05 2016 UTC (8 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-2_el7_sme
Changes since 1.1: +34 -12 lines
* Wed Apr 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
- avoid restoration on every reboot[SME: 9436]
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
  by assuming the date is correct and changing the weekday.
  Thu Feb 14 2001 --> Thu Feb 08 2001 or Wed Feb 14 2001 or Thu Feb 15 2001 or ....
  Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or ....
  Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or ....
  Sat Oct 10 2010 --> Sat Oct 09 2010 or Sun Oct 10 2010 or Sat Oct 16 2010 or ....
  Tue Dec 02 2013 --> Tue Nov 26 2013 or Mon Dec 02 2013 or Tue Dec 03 2013 or ....
  Thu Mar 10 2014 --> Thu Mar 06 2014 or Mon Mar 10 2014 or Thu Mar 13 2014 or ....
  Fri Mar 11 2014 --> Fri Mar 07 2014 or Tue Mar 11 2014 or Fri Mar 14 2014 or ....

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

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