/[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.31 - (hide annotations) (download)
Thu Aug 15 04:33:45 2024 UTC (4 weeks ago) by jpp
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-30_el7_sme, HEAD
Changes since 1.30: +6 -2 lines
* Thu Aug 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.6.0-30.sme
- fix  failure on pre-restore [SME: 12357]

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

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