/[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.10 - (show annotations) (download)
Sun Jul 14 21:05:40 2013 UTC (10 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-10_el6_sme
Changes since 1.9: +7 -2 lines
* Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-10.sme
- Workstation Backup, more reliable catalog creation [SME: 7786]

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

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