/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup.spec
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme8/e-smith-backup.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 18:25:29 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-backup-1_14_0-14_el5_sme
Import on branch sme8 of package e-smith-backup-1.14.0-14.el5.sme.src.rpm

1 slords 1.1 Summary: e-smith module to provide the backup panel
2     %define name e-smith-backup
3     Name: %{name}
4     %define version 1.14.0
5     %define release 14
6     Version: %{version}
7     Release: %{release}%{?dist}
8     License: Artistic
9     Group: Networking/Daemons
10     Source: %{name}-%{version}.tar.gz
11     Patch0: e-smith-backup-1.14.0-DesktopBackupWarning.patch
12     Patch1: e-smith-backup-1.14.0-DesktopBackupWarning.patch2
13     Patch2: e-smith-backup-1.14.0-Crontab.patch
14     Patch3: e-smith-backup-1.14.0-Crontab.patch2
15     Patch4: e-smith-backup-1.14.0-DesktopBackupWarning.patch3
16     Patch5: e-smith-backup-1.14.0-eject.patch
17     Patch6: e-smith-backup-1.14.0-tapeactions.patch
18     Patch7: e-smith-backup-1.14.0-backuptype.patch
19     Patch8: e-smith-backup-1.14.0-eject.patch2
20     Patch9: e-smith-backup-1.14.0-backuptype.patch2
21     Patch10: e-smith-backup-1.14.0-restorefromdisk.patch
22     Patch11: e-smith-backup-1.14.0-RestoreMachineAccountGroups.patch
23     Patch12: e-smith-backup-1.14.0-reminderemail.patch
24     Patch13: e-smith-backup-1.14.0-backuptype.patch3
25     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26     BuildRequires: e-smith-devtools >= 1.11.0-03
27     BuildRequires: gettext
28     BuildArchitectures: noarch
29     Requires: e-smith-base
30     Requires: e-smith-lib >= 1.15.1-19
31     Requires: perl(Quota)
32     Requires: perl(Unix::PasswdFile)
33     Requires: perl(Unix::GroupFile)
34     Requires: perl(POSIX)
35     Requires: perl(Locale::gettext)
36     Requires: perl(Digest::MD5)
37     Requires: perl(File::Copy)
38     Requires: perl(esmith::I18N)
39    
40     %changelog
41     * Sun Jun 03 2007 Gavin Weight <gweight@gmail.com> 1.14.0-14
42     - Backup to desktop changes BackupType fix. [SME 3026]
43    
44     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
45     - Clean up spec so package can be built by koji/plague
46    
47     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 1.14.0-13
48     - Add db entry to override who gets backup reminder email [SME: 23]
49    
50     * Fri Jan 26 2007 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-12
51     - Restore group entry for machine accounts and update tests [SME: 1792]
52    
53     * Sat Jan 06 2007 Shad L. Lords <slords@mail.com> 1.14.0-11
54     - Change restore-from-disk to chroot tar from cpio [SME: 2318]
55    
56     * Sat Jan 06 2007 Shad L. Lords <slords@mail.com> 1.14.0-10
57     - Link in eject action. [SME: 795]
58     - Fix do_backup to actually pass backup type. [SME: 1055]
59    
60     * Fri Jan 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-9
61     - Make tape actions depend on tape backup. [SME: 1055]
62     - Make backup type configurable via db. [SME: 1055]
63    
64     * Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
65     - Add eject action and default to no. [SME: 795]
66    
67     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
68     - Update to new release naming. No functional changes.
69     - Make Packager generic
70    
71     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-06
72     - Use tarsize not dumpsize to determine when backup is too large.
73     [SME: 2041]
74    
75     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-05
76     - Fix typo in crontab template for 'disabled' case [SME: 1092]
77    
78     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-04
79     - Move /etc/cron.d/backup into /etc/crontab fragment [SME: 1172]
80     - Expand /etc/crontab in conf-backup. e-smith-base already does
81     it for us in bootstrap-console-save [SME: 1172]
82     - Remove /etc/cron.d/backup in post [SME: 1172]
83    
84     * Wed Mar 15 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-03
85     - Add semi-colon to last code change. Saves head-scratching if
86     someone removes the braces at some later stage. [SME: 1045]
87    
88     * Wed Mar 15 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-02
89     - Add warning about desktop backup if the server has more than
90     2GB of data. [SME: 1045]
91    
92     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-01
93     - Roll stable stream version. [SME: 1016]
94    
95     * Sun Mar 12 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-10
96     - Another fix to restore-from-disk script. [SME: 821]
97    
98     * Thu Feb 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-09
99     - Fix restore-from-disk script. [SME: 821]
100    
101     * Mon Feb 6 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-08
102     - Fix 24->12 hour time display problem (courtesy of Federico Simoncelli).
103     [SME: 667]
104    
105     * Wed Feb 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-07
106     - Add restore-from-disk script. [SME: 615]
107    
108     * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.4-06
109     - Don't delete config dbs in pre-restore [SME: 229]
110    
111     * Tue Dec 06 2005 Filippo Carletti <carletti@mobilia.it> 1.13.4-05
112     - Tape reminder uses mt status to check if tape loaded [SME: 251]
113    
114     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.4-04
115     - Bump release number only
116    
117     * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
118     - [1.13.4-03]
119     - Improve user feedback if pre-backup or pre-restore events fail. [SF: 1334923]
120    
121     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
122     - [1.13.4-02]
123     - Create empty /etc/e-smith/db/backups directory to trigger migration
124     to new location. [SF: 1335862]
125    
126     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
127     - [1.13.4-01]
128     - Remove L10Ns from base packages [SF: 1309520]
129    
130     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
131     - [1.13.3-01]
132     - New dev stream before relocating L10Ns
133    
134     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
135     - [1.13.2-17]
136     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
137    
138     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
139     - [1.13.2-16]
140     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
141    
142     * Sun Sep 18 2005 Charlie Brady <charlieb@e-smith.com>
143     - [1.13.2-15]
144     - Remove explict use of CGI (which caused double construction of
145     the CGI object, and loss of uploaded data file). [SF: 1264699]
146    
147     * Fri Sep 16 2005 Charlie Brady <charlieb@e-smith.com>
148     - [1.13.2-14]
149     - Don't delete configuration dbs in pre-restore event until
150     we have finished using them. [SF: 1292448]
151    
152     * Tue Aug 30 2005 Charlie Brady <charlieb@e-smith.com>
153     - [1.13.2-13]
154     - Really add delete-configuration-dbs action. [SF: 1246347,1275962]
155    
156     * Fri Aug 19 2005 Gordon Rowell <gordonr@gormand.com.au>
157     - [1.13.2-12]
158     - Delete configuration dbs from /home/e-smith/db/ prior to
159     a restore to ensure that the ones coming from tape are the
160     only ones on the system after the restore [SF: 1246347]
161    
162     * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
163     - [1.13.2-11]
164     - Restore passwd file entries for machine accounts. [SF: 1254663]
165    
166     * Fri Jul 22 2005 Charlie Brady <charlieb@e-smith.com>
167     - [1.13.2-10]
168     - Enforce Posix behaviour of df command, in restore functions of panel.
169     [SF: 1242986]
170    
171     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
172     - [1.13.2-09]
173     - Remove last deprecated esmith::config API calls. [SF: 1216546]
174    
175     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
176     - [1.13.2-08]
177     - Remove explicit paths to db files. [SF: 1216546]
178    
179     * Fri Apr 29 2005 Charlie Brady <charlieb@e-smith.com>
180     - [1.13.2-07]
181     - Remove another anacronistic version requires in perl library.
182     Grrrr!!! [charlieb MN00050370]
183    
184     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
185     - [1.13.2-06]
186     - Use generic_template_expand action in place of conf-backup.
187     Update e-smith-lib dependency. [MN00064130]
188    
189     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
190     - [1.13.2-05]
191     - Ensure that smbpasswd file appears last in list during restore/verification.
192     [MN00073362]
193     - Fix merging of samba files. [MN00073365]
194    
195     * Mon Nov 8 2004 Charlie Brady <charlieb@e-smith.com>
196     - [1.13.2-04]
197     - Explicitly list required perl modules - RPM didn't work it out correctly.
198     [charlieb MN00050751]
199    
200     * Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com>
201     - [1.13.2-03]
202     - Remove deprecated "require v5.6.0". [charlieb MN00050370]
203     - Allow RPM to work out what the perl Requires headers should be.
204     [charlieb MN00050751]
205    
206     * Thu Sep 16 2004 Michael Soulier <msoulier@e-smith.com>
207     - [1.13.2-02]
208     - Fixed Content-disposition header. [msoulier MN00049326]
209    
210     * Sat Jun 19 2004 Michael Soulier <msoulier@e-smith.com>
211     - [1.13.2-01]
212     - skipping mps branch start - 1.13.2
213    
214     * Fri May 21 2004 Michael Soulier <msoulier@e-smith.com>
215     - [1.13.0-06]
216     - Added /etc/samba/secrets.tdb to the restore list. [msoulier MN00020969]
217    
218     * Mon Mar 1 2004 Michael Soulier <msoulier@e-smith.com>
219     - [1.13.0-05]
220     - Updated do_backup to pass a "tape" argument when using signal-event
221     and rewind-tape to exit if a second argument is not given.
222     [msoulier dpar-22041]
223    
224     * Wed Jan 14 2004 Michael Soulier <msoulier@e-smith.com>
225     - [1.13.0-04]
226     - Added /etc/sudoers to backup list for desktop backup. [msoulier 4954]
227    
228     * Fri Nov 28 2003 Michael Soulier <msoulier@e-smith.com>
229     - [1.13.0-03]
230     - Display big-red reboot warning like other panels. Wow, it's hard to miss
231     now. [msoulier 10240]
232    
233     * Fri Nov 28 2003 Mark Knox <markk@e-smith.com>
234     - [1.13.0-02]
235     - Display reboot warning and button after successful desktop restore [markk
236     1312]
237    
238     * Thu Nov 6 2003 Michael Soulier <msoulier@e-smith.com>
239     - [1.13.0-01]
240     - rolling to dev stream - 1.13.0
241    
242     * Thu Sep 11 2003 Gordon Rowell <gordonr@e-smith.com>
243     - [1.12.1-02]
244     - Relocate /etc/secrets.tdb to /etc/samba [gordonr 9759]
245    
246     * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
247     - [1.12.1-01]
248     - Rebuild [gordonr 1305]
249    
250     * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
251     - [1.12.0-09]
252     - Adjusted Copyright [gordonr 1305]
253    
254     * Mon Jul 14 2003 Gordon Rowell <gordonr@e-smith.com>
255     - [1.12.0-08]
256     - Whitespace fix in Backup.pm [gordonr 9428]
257    
258     * Mon Jul 14 2003 Charlie Brady <charlieb@e-smith.com>
259     - [1.12.0-07]
260     - Remove /etc/samba/smbpasswd symlink if we find it, before doing
261     the move/symlink shuffle with smbpasswd files. This prevents us
262     "preserving" old symlinks. [charlieb 9416]
263    
264     * Mon Jul 14 2003 Gordon Rowell <gordonr@e-smith.com>
265     - [1.12.0-06]
266     - Rename the pre-restore cache files in $file.time(). This preserves
267     them in case we want to wander back through them after an
268     upgrade, and ensures that they won't be around to confuse another
269     post-upgrade [gordonr 9428]
270    
271     * Wed Jul 9 2003 Gordon Rowell <gordonr@e-smith.com>
272     - [1.12.0-05]
273     - Handle the "everything o.k. with relocation" case [gordonr 9333]
274    
275     * Wed Jul 9 2003 Gordon Rowell <gordonr@e-smith.com>
276     - [1.12.0-04]
277     - Further safeguards for the /etc/smbpasswd -> /etc/samba/smbpasswd
278     relocation [gordonr 9333]
279    
280     * Fri Jun 27 2003 Charlie Brady <charlieb@e-smith.com>
281     - [1.12.0-03]
282     - Fix backup panel text change. Made text non-specific about the location of
283     the smbpasswd file. [charlieb 9220]
284    
285     * Fri Jun 27 2003 Charlie Brady <charlieb@e-smith.com>
286     - [1.12.0-02]
287     - Account for the path change of smbpasswd file in desktop restore/verify.
288     [charlieb 9220]
289    
290     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
291     - [1.12.0-01]
292     - Changing version to stable stream number - 1.12.0
293    
294     * Tue Jun 24 2003 Gordon Rowell <gordonr@e-smith.com>
295     - [1.11.1-04]
296     - Spanish nav bar [gordonr 9153]
297    
298     * Fri Jun 13 2003 Gordon Rowell <gordonr@e-smith.com>
299     - [1.11.1-03]
300     - Corrected logic for switching /etc{/samba,}/smbpasswd [gordonr 8747]
301    
302     * Thu Jun 12 2003 Charlie Brady <charlieb@e-smith.com>
303     - [1.11.1-02]
304     - Remove some remnants of templated /sbin/e-smith/backup.
305     - Use Backup program parameter in /sbin/e-smith/do_backup.
306     [charlieb 7853]
307    
308     * Thu Jun 12 2003 Charlie Brady <charlieb@e-smith.com>
309     - [1.11.1-01]
310     - Roll new development stream to 1.11.1
311    
312     * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
313     - [1.11.0-56]
314     - And symlink /etc/smbpasswd to avoid confusion [gordonr 8809]
315     - Move guard so we skip if /etc/smbpasswd is not a file [gordonr 8809]
316    
317     * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
318     - [1.11.0-55]
319     - Migrate /etc/smbpasswd to /etc/samba/smbpasswd after restore [gordonr 8809]
320    
321     * Wed May 21 2003 Gordon Rowell <gordonr@e-smith.com>
322     - [1.11.0-54]
323     - Fix return check for ->group and ->passwd [gordonr 8766]
324     - Fix tests for BackupHistoryDB.pm [gordonr 5908, in passing]
325    
326     * Tue May 20 2003 Gordon Rowell <gordonr@e-smith.com>
327     - [1.11.0-53]
328     - Extract the tests at build time [gordonr 8766]
329    
330     * Tue May 20 2003 Gordon Rowell <gordonr@e-smith.com>
331     - [1.11.0-52]
332     - Completed merge_group and tests, including admin, www, shared [gordonr 8766]
333    
334     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
335     - [1.11.0-51]
336     - Added test files and skeleton for merge_group [gordonr 8766]
337     - TODO: Complete merge_group and tests [gordonr 8766]
338     - TODO: Handle admin, www, shared groups [gordonr 8766]
339    
340     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
341     - [1.11.0-50]
342     - Further work, and tests, for merge_passwd [gordonr 8766]
343    
344     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
345     - [1.11.0-49]
346     - Code cleanups [gordonr 8766]
347    
348     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
349     - [1.11.0-48]
350     - Constructors are nice to have in objects :-( [gordonr 8766]
351     - Link merge-system-files into post-upgrade [gordonr 8766]
352    
353     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
354     - [1.11.0-47]
355     - Added esmith::Backup::{save,merge}_system_files [gordonr 8766]
356    
357     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
358     - [1.11.0-46]
359     - Modified backup panel to use esmith::Backup library [gordonr 8766]
360    
361     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
362     - [1.11.0-45]
363     - Added esmith::Backup library to centralise list of files/directories to
364     restore [gordonr 8766]
365     - Save away important system files in pre-restore [gordonr 8766]
366    
367     * Tue May 6 2003 Mark Knox <markk@e-smith.com>
368     - [1.11.0-44]
369     - Pass the right type of object to genResult [markk 8498]
370    
371     * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
372     - [1.11.0-43]
373     - Add Spanish translation for backup [lijied 3793]
374    
375     * Tue Apr 29 2003 Trevor Poole <trevorp@e-smith.com>
376     - [1.11.0-42]
377     - add the BackupType to the record for the desktop case. [trevor 5908]
378    
379     * Mon Apr 28 2003 Charlie Brady <charlieb@e-smith.com>
380     - [1.11.0-41]
381     - Fix calls to create new backup records. [charlieb 5908]
382    
383     * Mon Apr 28 2003 Charlie Brady <charlieb@e-smith.com>
384     - [1.11.0-40]
385     - Record each backup attempt separately in a backup history db. [charlieb 5908]
386    
387     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
388     - [1.11.0-39]
389     - Record success or otherwise of backup to desktop attempts in config db.
390     [charlieb 5908]
391     - Gracefully handle SIGPIPE in backup to desktop. [charlieb 8490]
392    
393     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
394     - [1.11.0-38]
395     - Fix typo in rewind-tape fix. [charlieb 8475]
396    
397     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
398     - [1.11.0-37]
399     - Call signal-event {pre,post}-backup with extra "desktop" parameter
400     from desktop backup code, and use that parameter to skip tape rewinding.
401     [charlieb 7853]
402     - Fix device lookup code in rewind-tape action. [charlieb 8475]
403    
404     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
405     - [1.11.0-36]
406     - Fix a few semantic problems with reset--restore-idle-flag script.
407     [charlieb 8466]
408    
409     * Wed Apr 16 2003 Michael Soulier <msoulier@e-smith.com>
410     - [1.11.0-35]
411     - Replaced bad call to processTemplate. [msoulier 7600]
412    
413     * Wed Apr 9 2003 Charlie Brady <charlieb@e-smith.com>
414     - [1.11.0-34]
415     - Remove deprecated /sbin/e-smith/backup in %post script.
416     [charlieb 7853]
417    
418     * Tue Apr 8 2003 Charlie Brady <charlieb@e-smith.com>
419     - [1.11.0-33]
420     - Fix typo in rewind-tape action. [charlieb 5908]
421     - Change Copyright => License in header.
422    
423     * Fri Apr 4 2003 Mark Knox <markk@e-smith.com>
424     - [1.11.0-32]
425     - Removed redundant refs to bootstrap-console from panel [markk 6164]
426    
427     * Thu Apr 3 2003 Tony Clayton <apc@e-smith.com>
428     - [1.11.0-31]
429     - Change table to start_table where applicable [tonyc 8034]
430    
431     * Thu Apr 3 2003 Tony Clayton <apc@e-smith.com>
432     - [1.11.0-30]
433     - Removed "Mitel Network SME server' branding [lijied 8016]
434     - Fix layout/css in backup panel [tonyc 7950]
435    
436     * Mon Mar 31 2003 Charlie Brady <charlieb@e-smith.com>
437     - [1.11.0-29]
438     - Re-write do_backup in perl. [charlieb 5908]
439    
440     * Fri Mar 28 2003 Lijie Deng <lijied@e-smith.com>
441     - [1.11.0-28]
442     - Modified directory po/fr_CA to fr [lijied 6787]
443    
444     * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
445     - [1.11.0-27]
446     - Modified gettext() extraction based on changes in 1.11.0-25 [gordonr 5908]
447    
448     * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
449     - [1.11.0-26]
450     - Call genFooter/genResult with an FM object (subclass of CGI) so
451     footers get localised [gordonr 3553]
452    
453     * Thu Mar 27 2003 Charlie Brady <charlieb@e-smith.com>
454     - [1.11.0-25]
455     - Remove templated /sbin/e-smith/backup and add non-templated
456     do_backup script. Alter cron template to suit. Move tape
457     rewind into pre-backup and post-backup actions. Log
458     start, finish and result properties from backup script.
459     [charlieb 5908]
460    
461     * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
462     - [1.11.0-24]
463     - Modified French lexicon to use lang="fr", rename the lexicon
464     directory to fr [lijied 6787]
465    
466     * Tue Mar 25 2003 Tony Clayton <apc@e-smith.com>
467     - [1.11.0-23]
468     - Add link to fr-ca PAGE_REFRESH_IN translation [tonyc 6491]
469    
470     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
471     - [1.11.0-22]
472     - Deleted ./sbin/e-smith/backup/template-begin, and modified
473     %build [lijied 3295]
474    
475     * Fri Mar 14 2003 Michael Soulier <msoulier@e-smith.com>
476     - [1.11.0-21]
477     - Changed the post restore code such that the backup panel is blocked until
478     the server reboots. [msoulier 6471]
479    
480     * Mon Mar 10 2003 Lijie Deng <lijied@e-smith.com>
481     - [1.11.0-20]
482     - Modified charset tag in .po file [lijied 3930]
483    
484     * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
485     - [1.11.0-19]
486     - Modified e-smith-devtools again [lijied 7578]
487    
488     * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
489     - [1.11.0-18]
490     - Modified e-smith-devtools version [lijied 7578]
491    
492     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
493     - [1.11.0-17]
494     - Added the generate lexicon code [lijied 7442]
495    
496     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
497     - [1.11.0-16]
498     - Added the .po file to po/fr_CA again [lijied 7442]
499    
500     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
501     - [1.11.0-15]
502     - Cleaned up .po->.mo build [lijied 7442]
503    
504     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
505     - [1.11.0-14]
506     - Added .po->.mo instructions to %build [lijied 7442]
507    
508     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
509     - [1.11.0-13]
510     - Modified backup panel order [lijied 7356]
511    
512     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
513     - [1.11.0-12]
514     - Remodify the lexicon file [lijied 4030]
515    
516     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
517     - [1.11.0-11]
518     - Split en-us lexicon from backup panel [lijied 4030]
519    
520     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
521     - [1.11.0-10]
522     - Rebuild RPM - commit missed last time [lijied 5003]
523    
524     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
525     - [1.11.0-09]
526     - Added French lexicon for backup [lijied 5003]
527    
528     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
529     - [1.11.0-08]
530     - Rewrote template to use esmith::I18N [gordonr 5212]
531    
532     * Fri Dec 13 2002 Mark Knox <markk@e-smith.com>
533     - [1.11.0-07]
534     - Added "click here" text on tape restore page [markk 6094]
535    
536     * Thu Dec 12 2002 Mark Knox <markk@e-smith.com>
537     - [1.11.0-06]
538     - Removed redundant success message after restore [markk 6094]
539    
540     * Thu Dec 12 2002 Mark Knox <markk@e-smith.com>
541     - [1.11.0-05]
542     - Added refresh and status messages to tape restore process [markk 6094]
543    
544     * Tue Dec 3 2002 Charlie Brady <charlieb@e-smith.com>
545     - [1.11.0-04]
546     - Tidy up and update /sbin/e-smith/backup templates, preparatory to adding
547     support for non-tape devices. [charlieb 5521]
548    
549     * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
550     - [1.11.0-03]
551     - ui update [miked 5494]
552    
553     * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
554     - [1.11.0-02]
555     - update to new UI system [miked 5494]
556    
557     * Wed Nov 6 2002 Charlie Brady <charlieb@e-smith.com>
558     - [1.11.0-01]
559     - Rolling development stream version to 1.11.0
560    
561     * Tue Oct 15 2002 Charlie Brady <charlieb@e-smith.com>
562     - [1.10.1-01]
563     - New checkout to force head revisions to 1.10.1
564    
565     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
566     - [1.10.0-01]
567     - Roll to maintained version number to 1.10.0
568    
569     * Fri Oct 11 2002 Gordon Rowell <gordonr@e-smith.com>
570     - [1.9.0-09]
571     - Added missing closing paren - code police needed earlier [gordonr 5168]
572    
573     * Fri Oct 11 2002 Gordon Rowell <gordonr@e-smith.com>
574     - [1.9.0-08]
575     - Renamed duplicate lexicon tag RESTORE_IN_PROGRESS{,_BEGAN_AT}
576     RESTORE_IN_PROGRES_DESC -> MUST_REBOOT_AFTER_RESTORE in tape restore
577     [gordonr 5168]
578    
579     * Wed Oct 9 2002 Mike Dickson <miked@e-smith.com>
580     - [1.9.0-07]
581     - Fixed double call of pre-restore [miked 5158]
582    
583     * Wed Oct 9 2002 Mike Dickson <miked@e-smith.com>
584     - [1.9.0-06]
585     - Fixed references to ext2 filesystem in CalculateSizes; cahnged them to ext3
586    
587     * Wed Sep 25 2002 Charlie Brady <charlieb@e-smith.com>
588     - [1.9.0-05]
589     - Add calls to signal-event pre-restore before tape or desktop restore
590     (currently to stop slapd and remove LDIF dump file). [charlieb 2745]
591    
592     * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
593     - [1.9.0-04]
594     - Fix XML errors in backup panel. [charlieb 2745]
595    
596     * Fri Sep 20 2002 Charlie Brady <charlieb@e-smith.com>
597     - [1.9.0-03]
598     - Complete previous change - the web panel needed to be updated as well.
599     [charlieb 2745]
600    
601     * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
602     - [1.9.0-02]
603     - Change mysql-dump-tables and mysql-delete-dumps events to pre-backup and
604     post-backup events. [charlieb 2745]
605    
606     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
607     - [1.9.0-01]
608     - Changing version to development stream number to 1.9.0
609    
610     * Fri May 31 2002 Tony Clayton <apc@e-smith.com>
611     - [1.8.2-01]
612     - Reverting previous change - "it's a feature" [tonyc 3746]
613    
614     * Fri May 31 2002 Tony Clayton <apc@e-smith.com>
615     - [1.8.1-01]
616     - Prevent tape/destop restores from dieing in state=running [tonyc 3746]
617    
618     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
619     - [1.8.0-01]
620     - Changing version to maintained stream number to 1.8.0
621    
622     * Fri May 31 2002 Mark Knox <markk@e-smith.com>
623     - [1.7.20-01]
624     - Fixed some funny table cells that were causing trouble in Netscape
625     [markk 3764]
626    
627     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
628     - [1.7.19-01]
629     - Removed unused config db tie in restore-idle-flag.
630     - Add initialisation of backup service entry in config db.
631     This will allow restore from tape to work out of the box.
632     [charlieb 1254, 3746]
633    
634     * Wed May 29 2002 Tony Clayton <apc@e-smith.com>
635     - [1.7.18-01]
636     - Fix bad string concats in /sbin/e-smith/backup fragments [tonyc 3180]
637    
638     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
639     - [1.7.17-01]
640     - RPM rebuild forced by cvsroot2rpm
641    
642     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
643     - [1.7.16-01]
644     - testing co2rpm --force
645    
646     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
647     - [1.7.15-01]
648     - testing co2rpm --force
649    
650     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
651     - [1.7.14-01]
652     - testing co2rpm --force
653    
654     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
655     - [1.7.13-01]
656     - testing co2rpm --force
657    
658     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
659     - [1.7.12-01]
660     - Changed quoting in /etc/crond.d/backup template [gordonr 3029]
661    
662     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
663     - [1.7.11-01]
664     - "Verify complete" -> "Verification is complete" [gordonr 3544]
665    
666     * Wed May 8 2002 Mark Knox <markk@e-smith.com>
667     - [1.7.10-01]
668     - Allow form uploads and large files to be posted. [markk 3159]
669    
670     * Wed May 8 2002 Mark Knox <markk@e-smith.com>
671     - [1.7.9-01]
672     - Localised a few more strings in sbin/e-smith/backup templates [markk 3029]
673    
674     * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
675     - [1.7.8-01]
676     - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
677    
678     * Tue Apr 16 2002 Mark Knox <markk@e-smith.com>
679     - [1.7.7-01]
680     - I18n backup cronjob using gettext. Also converted to ConfigDB. [markk 3029]
681    
682     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
683     - [1.7.7-01]
684     - Language en->en-us
685    
686     * Fri Apr 12 2002 Mark Knox <markk@e-smith.com>
687     - [1.7.6-01]
688     - Internationalized using FormMagick lexicon [markk 3159]
689     - Converted to esmith::ConfigDB API [markk 3159]
690    
691     * Fri Mar 15 2002 Charlie Brady <charlieb@e-smith.com>
692     - [1.7.5-01]
693     - Include "du -s " of all backed up files and directories other than
694     /home/e-smith in desktop backup estimate.
695    
696     * Thu Mar 14 2002 Charlie Brady <charlieb@e-smith.com>
697     - [1.7.4-01]
698     - Fix error in use of AccountsDB interface (#2139).
699    
700     * Thu Mar 07 2002 Charlie Brady <charlieb@e-smith.com>
701     - [1.7.3-01]
702     - Include /root in desktop backup and in size estimate (#2322).
703     - Change text to indicate that desktop backup file will be somewhat
704     smaller if files are compressible.
705    
706     * Thu Mar 07 2002 Charlie Brady <charlieb@e-smith.com>
707     - [1.7.2-01]
708     - Use Quota module to estimate desktop backup size, by summing over all
709     user accounts (#2139).
710    
711     * Wed Feb 27 2002 Jason Miller <jmiller@e-smith.com>
712     - [1.7.1-01]
713     - Rolled to version 1.7.1-01 to verify CVS contents from 1.7.0-01.
714     Includes all patchesup to 1.7.0-01.
715    
716     * Wed Feb 27 2002 Jason Miller <jay@e-smith.com>
717     - [1.7.0-01]
718     - rollRPM: Rolled version number to 1.7.0-01. Includes patches up to 1.6.0-01.
719    
720     * Tue Dec 11 2001 Adrian Chung <mac@e-smith.com>
721     - [1.6.0-01]
722     - rollRPM: Rolled version number to 1.6.0-01. Includes patches up to 1.5.0-04.
723    
724     * Thu Dec 6 2001 Adrian Chung <adrianc@e-smith.com>
725     - [1.5.0-04]
726     - Adding text to restore screen that warns that your restore
727     is not complete until you see the words Restore complete and
728     /etc/smbpasswd is restored.
729    
730     * Wed Nov 28 2001 Charlie Brady <charlieb@e-smith.com>
731     - [1.5.0-03]
732     - Report restore/verify problems if they are detected. Do not do any
733     post processing unless the restore completes successfully.
734    
735     * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
736     - [1.5.0-02]
737     - adding last patch to prep section. feels like monday.
738    
739     * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
740     - [1.5.0-01]
741     - Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-06.
742     - use esmith::lockfile for lockfile stuff
743     - add dependency on e-smith-lib >= 1.7.0-20 for esmith::lockfile
744    
745     * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
746     - [1.4.0-06]
747     - backing out lockfile patch - moving to new stream
748    
749     * Mon Nov 12 2001 Tony Clayton <tonyc@e-smith.com>
750     - [1.4.0-05]
751     - use esmith::lockfile for lockfile stuff
752     - add dependency on e-smith-lib >= 1.7.0-20 for esmith::lockfile
753    
754     * Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com>
755     - [1.4.0-04]
756     - rebranding to Mitel Networks
757    
758     * Fri Aug 17 2001 Gordon Rowell <gordonr@e-smith.com>
759     - [1.4.0-03]
760     - Changed default network backup filename to "smeserver.tgz"
761     - Note: We can still restore the old format "esmithsg.bak" files
762    
763     * Fri Aug 17 2001 gordonr
764     - [1.4.0-02]
765     - Autorebuild by rebuildRPM
766    
767     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
768     - [1.4.0-01]
769     - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-10.
770    
771     * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
772     - [1.3.0-10]
773     - More branding changes
774    
775     * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
776     - [1.3.0-09]
777     - More branding changes
778    
779     * Tue Jul 31 2001 Jason Miller <jmiller@e-smith.com>
780     - [1.3.0-08]
781     - Branding/marketing text changes email/e-mail
782    
783     * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
784     - [1.3.0-07]
785     - Branding text changes to the backup web panel
786    
787     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
788     - [1.3.0-06]
789     - Changed license to GPL
790    
791     * Wed Jul 04 2001 Gordon Rowell <gordonr@e-smith.com>
792     - [1.3.0-05]
793     - Default to .tgz for desktop backup/restore/verify
794     - Allow uuencoded tar (esmithsg.bak) for restore/verify backwards compatability
795    
796     * Thu Jun 07 2001 Gordon Rowell <gordonr@e-smith.com>
797     - [1.3.0-04]
798     - Add --verbose to tar --extract so web panels shows restored files
799    
800     * Thu Jun 07 2001 Charlie Brady <charlieb@e-smith.com>
801     - [1.3.0-03]
802     - Add option to verify desktop backup file contents.
803    
804     * Thu Jun 07 2001 Charlie Brady <charlieb@e-smith.com>
805     - [1.3.0-02]
806     - Avoid use of redundant temporary file, CGI.pm already creates one for us,
807     and provides us with a file handle.
808    
809     * Wed Apr 11 2001 Adrian Chung <mac@e-smith.com>
810     - [1.3.0-01]
811     - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-11.
812    
813     * Wed Feb 21 2001 Charlie Brady <charlieb@e-smith.com>
814     - [1.2.0-11]
815     - Add tape rewind action to tape restore
816    
817     * Wed Feb 21 2001 Peter Samuel <peters@e-smith.com>
818     - [1.2.0-10]
819     - Now rewinds tape before zeroing tape.
820     - Writes 32k of zeroes instead of 10k.
821    
822     * Thu Feb 14 2001 Charlie Brady <charlieb@e-smith.com>
823     - [1.2.0-09]
824     - Add conf-backup to bootstrap-console-save.
825     - Don't need templates-user-custom directory now, it's in e-smith-base RPM.
826    
827     * Mon Feb 12 2001 Peter Samuel <peters@e-smith.com>
828     - [1.2.0-08]
829     - Duping STDOUT fails for netscape. Now just redirecting STDOUT to STDERR.
830    
831     * Mon Feb 12 2001 Adrian Chung <adrianc@e-smith.com>
832     - [1.2.0-07]
833     - rolling release number for GPG signing.
834    
835     * Sun Feb 11 2001 Charlie Brady
836     - [1.2.0-06]
837     - Include etc/e-smith/templates-user-custom in backup
838    
839     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
840     - Rolling release number for GPG signing.
841    
842     * Thu Feb 8 2001 Peter Samuel <peters@e-smith.com>
843     - [1.2.0-04]
844     - Zero pad minutes for backup and reminder times.
845     - Fix nasty problem stopping flexbackup running in the background.
846     Needed to dup STDOUT, close STDOUT, and reset STDOUT to duped fd.
847    
848     * Tue Jan 30 2001 Peter Samuel <peters@e-smith.com>
849     - [1.2.0-03]
850     - Changed size calculations so that minimum size displayed is 1Mb.
851     - Changed wording of size of snapshot.
852     - Notify user how much free space exists in /tmp.
853     - Remove uploaded file after restore.
854    
855     * Mon Jan 29 2001 Charlie Brady <charlieb@e-smith.com>
856     - [1.2.0-02]
857     - Preserve gid of www across restore.
858     - Add comment about upbuffering output
859    
860     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
861     - [1.2.0-01]
862     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-17.
863    
864     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
865     - [1.1.0-17]
866     - Added html output to reboot function of manager panel
867    
868     * Wed Jan 24 2001 Peter Samuel <peters@e-smith.com>
869     - [1.1.0-16]
870     - /sbin/e-smith/backup zeroes tape before starting. This is a hack to
871     work around talking to ide tapes via ide-scsi.
872    
873     * Wed Jan 17 2001 Peter Samuel <peters@e-smith.com>
874     - [1.1.0-15]
875     - mysql tables are deleted before and after backups and restores
876    
877     * Tue Jan 16 2001 Peter Samuel <peters@e-smith.com>
878     - [1.1.0-14]
879     - cron job now runs every day
880    
881     * Mon Jan 15 2001 Peter Samuel <peters@e-smith.com>
882     - [1.1.0-13]
883     - removed unnecessary /sbin/e-smith/tape-restore template
884     - fixed html formatting problem in backup panel
885     - fixed backgrounding problem in backup panel - need to close STDOUT in child
886     - format fixes in backup panel
887    
888     * Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com>
889     - [1.1.0-12]
890     - Changes to the menu item ordering for the e-smith manager
891    
892     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
893     - [1.1.0-11]
894     - Changed fork and signal handling again - doesn't seem to make much
895     difference. Could be the lock file interaction - needs testing.
896    
897     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
898     - [1.1.0-10]
899     - Fixed order of files to be restored
900     - Moved signal handling but it makes no difference, still can't background
901    
902     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
903     - [1.1.0-09]
904     - /sbin/e-smith/backup now dumps mysql tables to /home/e-smith prior
905     to running the tape backup
906    
907     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
908     - [1.1.0-08]
909     - fixed uninitialised variables
910     - reboot action calls backgroundCommand instead of showing new panel
911    
912     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
913     - [1.1.0-07]
914     - fixed syntax error in /etc/e-smith/events/actions/conf-backup
915    
916     * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
917     - [1.1.0-06]
918     - flexbackup is merely the default backup program
919     - cron job calls /sbin/e-smith/backup which is a templated file
920     - restore-tape action now given to flexbackup as it is flexbackup specific
921    
922     * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
923     - [1.1.0-05]
924     - Removed checks for uptime. The state in /etc/e-smith/restore is not
925     changed, regardless of reboots. It is changed by bootstrap-console.
926     - Lots of text changes for consistency and to reinforce the need to
927     reboot after a restore
928     - Mail is sent to the admin user after a tape restore indicating
929     success or failure.
930     - mysql tables are dumped to /home/e-smith prior to network backup.
931     - Calculation of tarsize handles negative values sensibly.
932    
933     * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
934     - [1.1.0-04]
935     - No longer checks for current state of EthernetDrive1 and LocalIP.
936     - Does not do a forced reboot under any circumstances.
937     - Calls post-upgrade after the restore instead of post-restore.
938    
939     * Thu Jan 11 2001 Peter Samuel <peters@e-smith.com>
940     - [1.1.0-03]
941     - Major changes to panel. Now does tape restore in background. Lots of
942     checks and balances to avoid concurrent restores/backups etc.
943    
944     * Wed Jan 10 2001 Jason Miller <jmiller@e-smith.com>
945     - [1.1.0-02]
946     - Minor change to the copyright for consistency
947    
948     * Tue Jan 9 2001 Peter Samuel <peters@e-smith.com>
949     - [1.1.0-01]
950     - Rolled version to 1.1.0-01. Includes patches upto 0.1-4
951    
952     * Mon Jan 8 2001 Peter Samuel <peters@e-smith.com>
953     - [0.1-4]
954     - Now restores config from tape
955    
956     * Sun Jan 7 2001 Jason Miller <jmiller@e-smith.com>
957     - [0.1-2] through [0.1-3]
958     - completed the update section for configuration database
959     of flexbackup
960     - prepared the restore-tape option for the call to the
961     proper event for restoring from tape
962    
963     * Sun Jan 7 2001 Jason Miller <jmiller@e-smith.com>
964     - initial release
965    
966     %description
967     e-smith server central backup administration panel
968    
969     %prep
970     %setup
971     %patch0 -p1
972     %patch1 -p1
973     %patch2 -p1
974     %patch3 -p1
975     %patch4 -p1
976     %patch5 -p1
977     %patch6 -p1
978     %patch7 -p1
979     %patch8 -p1
980     %patch9 -p1
981     %patch10 -p1
982     %patch11 -p1
983     %patch12 -p1
984     %patch13 -p1
985    
986     %build
987     /sbin/e-smith/buildtests 10e-smith-backup
988    
989     mkdir -p root/etc/e-smith/events/{pre-,post-}backup
990     perl createlinks
991    
992     # Extract a new copy of the English .po, though we won't use it for this build
993     xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/backup.po \
994     root/etc/e-smith/templates/etc/crontab/backup \
995     root/sbin/e-smith/do_backup
996    
997     /sbin/e-smith/generate-lexicons
998    
999     mkdir -p root/var/cache/e-smith/restore
1000     mkdir -p root/var/cache/e-smith/restore/etc
1001     mkdir -p root/var/cache/e-smith/restore/etc/samba
1002     mkdir -p root/etc/e-smith/db/backups
1003    
1004     %install
1005     rm -rf $RPM_BUILD_ROOT
1006     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1007     rm -f %{name}-%{version}-%{release}-filelist
1008     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1009     > %{name}-%{version}-%{release}-filelist
1010     echo "%doc Copying" >> %{name}-%{version}-%{release}-filelist
1011     echo "%doc Artistic" >> %{name}-%{version}-%{release}-filelist
1012     echo "%doc LICENSE" >> %{name}-%{version}-%{release}-filelist
1013    
1014     %clean
1015     rm -rf $RPM_BUILD_ROOT
1016    
1017     %pre
1018     %preun
1019     %post
1020     /bin/rm -f /sbin/e-smith/backup
1021     /bin/rm -f /etc/cron.d/backup
1022    
1023     %postun
1024    
1025     %files -f %{name}-%{version}-%{release}-filelist
1026     %defattr(-,root,root)

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