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

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

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


Revision 1.36 - (hide annotations) (download)
Thu Apr 24 05:27:50 2014 UTC (10 years, 1 month ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-35_el6_sme
Changes since 1.35: +7 -2 lines
* Wed Apr 23 2014 Ian Wells <esmith@wellsi.com> 2.4.0-35.sme
- Workstation Backup, suppress ctime error message on incremental backups [SME: 8346]

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

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