/[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.48 - (show annotations) (download)
Sun Mar 6 04:52:54 2016 UTC (8 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-45_el6_sme
Changes since 1.47: +8 -2 lines
Overhaul of console backup

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

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