/[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.1 - (hide annotations) (download)
Thu Feb 4 23:12:12 2016 UTC (8 years, 4 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-backup-2_6_0-1_el7_sme
sme10 branch

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

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