/[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.29 - (hide annotations) (download)
Sun Mar 20 12:59:17 2022 UTC (2 years, 3 months ago) by terryfage
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-28_el7_sme
Changes since 1.28: +7 -2 lines
* Sun Mar 20 2022 Terry Fage <terryf@ozemail.com.au> 2.6.0-28.sme
- negative date (mtime, data modification time) zerodate fix [SME: 11907]

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

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