/[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.30 - (hide annotations) (download)
Mon Aug 14 16:51:07 2023 UTC (10 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-29_el7_sme, HEAD
Changes since 1.29: +7 -2 lines
* Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-29.sme
- fix missing files for samba in core backup [SME: 12357]

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

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