/[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.25 - (show annotations) (download)
Wed Feb 5 23:13:06 2014 UTC (10 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-24_el6_sme
Changes since 1.24: +7 -2 lines
* Wed Feb 5 2014 Ian Wells <esmith@wellsi.com> 2.4.0-24.sme
- Workstation Backup, remove the need for a temporary directory. [SME: 7767]

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

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