/[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.24 - (hide annotations) (download)
Mon Feb 3 07:00:58 2014 UTC (10 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-23_el6_sme
Changes since 1.23: +7 -2 lines
* Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-23.sme
- Allow configuration of workstation backup if no removable disk present [SME: 7815]

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

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