/[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.46 - (show annotations) (download)
Sat Nov 28 22:18:12 2015 UTC (8 years, 6 months ago) by stephdl
Branch: MAIN
Changes since 1.45: +4 -3 lines
bug number added in the changelog

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

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