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

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

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


Revision 1.7 - (show annotations) (download)
Sun Jul 14 04:47:35 2013 UTC (10 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-7_el6_sme
Changes since 1.6: +8 -2 lines
* Sat Jul 13 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme
- Workstation Backup, allow spaces in the backup destination [SME: 7763]
  Includes fix for disk usage broken with spaces. [SME: 7784]

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

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