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

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

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


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

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