/[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.21 - (hide annotations) (download)
Wed Dec 18 15:51:05 2013 UTC (10 years, 6 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-20_el6_sme
Changes since 1.20: +8 -2 lines
* Wed Dec 18 2013 Ian Wells <esmith@wellsi.com> 2.4.0-20.sme
- Further refine the text in the Backup panel [SME: 7817]
- Workstation Backup, remove tabs and whitespace changes.

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

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