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

Contents 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.2.8 - (show annotations) (download)
Mon Apr 28 23:45:10 2008 UTC (16 years, 1 month ago) by slords
Branch: e-smith-backup-1_14-tree
CVS Tags: e-smith-backup-1_14_0-23_el5_sme
Changes since 1.4.2.7: +1 -1 lines
Fix missing bump

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

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