/[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.62 - (hide annotations) (download)
Wed Mar 17 18:43:55 2010 UTC (14 years, 3 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-31_el5_sme
Changes since 1.61: +2 -2 lines
Partly revert patch due to undesired side effects for smbpasswd

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

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