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

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

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


Revision 1.63 - (hide annotations) (download)
Wed Mar 17 18:53:06 2010 UTC (14 years, 3 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-32_el5_sme
Changes since 1.62: +5 -2 lines
* Wed Mar 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-32.sme
- Partly revert previous patch due to undesired side effects to smbpasswd [SME: 5857]

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

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