/[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.7 - (hide annotations) (download)
Fri Oct 26 18:12:52 2007 UTC (16 years, 7 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-backup-1_15_0-05_el5_sme
Changes since 1.6: +6 -1 lines
Updates

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

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