/[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.38 - (hide annotations) (download)
Sun Apr 27 05:08:31 2014 UTC (10 years, 1 month ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-37_el6_sme
Changes since 1.37: +7 -2 lines
* Sat Apr 26 2014 Ian Wells <esmith@wellsi.com> 2.4.0-37.sme
- Workstation Backup, fix regression in mounting backup share [SME: 8144]

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

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