/[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.23 - (hide annotations) (download)
Mon Feb 3 04:48:43 2014 UTC (10 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-22_el6_sme
Changes since 1.22: +7 -2 lines
* Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-22.sme
- Create simplified function for updating the DarCatalog [SME: 8129]

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

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