/[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.28 - (show annotations) (download)
Sun Feb 9 04:59:57 2014 UTC (10 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-27_el6_sme
Changes since 1.27: +7 -2 lines
* Sat Feb 8 2014 Ian Wells <esmith@wellsi.com> 2.4.0-27.sme
- Workstation Backup, Don't delete old sets, only empty them. [SME: 8195]

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

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