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

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

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


Revision 1.26 - (hide annotations) (download)
Wed Apr 7 19:53:50 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-25_el7_sme
Changes since 1.25: +7 -2 lines
* Wed Apr 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-25.sme
- remove lock noise to cron stdout for workstation backup [SME: 11530]

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

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