/[smeserver]/rpms/e-smith-backup/sme9/e-smith-backup.spec
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme9/e-smith-backup.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.16 - (hide annotations) (download)
Sun Dec 1 07:58:59 2013 UTC (10 years, 6 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-15_el6_sme
Changes since 1.15: +7 -2 lines
* Sat Nov 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-15.sme
- Simplify the workstation backup report [SME: 7791]

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

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