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

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