/[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.47 - (show annotations) (download)
Sat Feb 6 09:24:48 2016 UTC (8 years, 4 months ago) by stephdl
Branch: MAIN
Changes since 1.46: +1 -3 lines
removed the srting line relative to e-smith-backup-2.4.0.bz9090.Testing_the_remote_host_parameters.patch in the spec file

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

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