/[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.19 - (show annotations) (download)
Fri Dec 13 03:55:43 2013 UTC (10 years, 6 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-18_el6_sme
Changes since 1.18: +8 -2 lines
* Thu Dec 12 2013 Ian Wells <esmith@wellsi.com> 2.4.0-18.sme
- Workstation Backup, fix selective restore by requesting array
  of results from CGI.pm [SME: 8057]

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

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