/[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.25 - (hide annotations) (download)
Fri Mar 12 06:18:05 2021 UTC (3 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-24_el7_sme
Changes since 1.24: +7 -2 lines
* Fri Mar 12 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-24.sme
- fix dar restore replacing rootdir symlinks by folders [SME: 11424]

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

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