/[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.26 - (show annotations) (download)
Wed Feb 5 23:41:24 2014 UTC (10 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-25_el6_sme
Changes since 1.25: +8 -2 lines
* Wed Feb 5 2014 Ian Wells <esmith@wellsi.com> 2.4.0-25.sme
- Workstation Backup, backupname includes seconds. [SME: 8194]
- Simplification of the time routines.

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

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