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

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

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


Revision 1.33 - (hide annotations) (download)
Sat Apr 19 18:24:19 2014 UTC (10 years, 1 month ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_4_0-32_el6_sme
Changes since 1.32: +9 -2 lines
* Sat Apr 19 2014 Ian Wells <esmith@wellsi.com> 2.4.0-32.sme
- Allow workstation backup to mounted drive [SME: 8144]

1 wellsi 1.33 # $Id: e-smith-backup.spec,v 1.32 2014/03/22 17:44:13 wellsi Exp $
2 slords 1.1
3     Summary: e-smith module to provide the backup panel
4     %define name e-smith-backup
5     Name: %{name}
6     %define version 2.4.0
7 wellsi 1.33 %define release 32
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: Artistic
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 wellsi 1.2 Patch1: e-smith-backup-2.4.0-df_ext4.patch
14 wellsi 1.3 Patch2: e-smith-backup-2.4.0-CIFS_UNC_Path.patch
15 burnat 1.4 Patch3: e-smith-backup-2.4.0-migrate_to_UNC_syntax.patch
16 wellsi 1.5 Patch4: e-smith-backup-2.4.0-workstation-backup-wol.patch
17 wellsi 1.6 Patch5: e-smith-backup-2.4.0-DesktopBackupCompression.patch
18 wellsi 1.7 Patch6: e-smith-backup-2.4.0-workstation-backup-spaces.patch
19 wellsi 1.8 Patch7: e-smith-backup-2.4.0-workstation-backup-ProcMounts.patch
20 wellsi 1.9 Patch8: e-smith-backup-2.4.0-cifsmount-error.patch
21 wellsi 1.10 Patch9: e-smith-backup-2.4.0-workstation-CreateCatalog.patch
22 wellsi 1.11 Patch10: e-smith-backup-2.4.0-workstation-smbhost.patch
23 wellsi 1.12 Patch11: e-smith-backup-2.4.0-workstation-removeTemp.patch
24 wellsi 1.14 Patch12: e-smith-backup-2.4.0-workstation-DeleteEarly.patch
25 wellsi 1.15 Patch13: e-smith-backup-2.4.0-BackupPanelText.patch
26 wellsi 1.16 Patch14: e-smith-backup-2.4.0-workstation-report.patch
27 wellsi 1.17 Patch15: e-smith-backup-2.4.0-workstation-SlowMounts.patch
28 wellsi 1.18 Patch16: e-smith-backup-2.4.0-workstation-restoreList.patch
29 wellsi 1.19 Patch17: e-smith-backup-2.4.0-workstation-selectiveRestore.patch
30 wellsi 1.20 Patch18: e-smith-backup-2.4.0-workstation-setNumbering.patch
31 wellsi 1.21 Patch19: e-smith-backup-2.4.0-workstation-backup-dar-whitespace.patch
32 wellsi 1.22 Patch20: e-smith-backup-2.4.0-workstation-50exclude
33 wellsi 1.23 Patch21: e-smith-backup-2.4.0-workstation-updateDarCatalog.patch
34 wellsi 1.24 Patch22: e-smith-backup-2.4.0-workstation-nousb.patch
35 wellsi 1.25 Patch23: e-smith-backup-2.4.0-workstation-noTempDir.patch
36 wellsi 1.26 Patch24: e-smith-backup-2.4.0-workstation-Time.patch
37 wellsi 1.27 Patch25: e-smith-backup-2.4.0-workstation-WolMail.patch
38 wellsi 1.28 Patch26: e-smith-backup-2.4.0-workstation-newSet.patch
39 wellsi 1.29 Patch27: e-smith-backup-2.4.0-workstation-selectiveRestoreK.patch
40     Patch28: e-smith-backup-2.4.0-30vfstype.patch
41 wellsi 1.30 Patch29: e-smith-backup-2.4.0-moveConsoleBackup.patch
42 wellsi 1.31 Patch30: e-smith-backup-2.4.0-workstation-updateDarCatalogSleep.patch
43     Patch31: e-smith-backup-2.4.0-workstation-PerlCritic.patch
44 wellsi 1.33 Patch32: e-smith-backup-2.4.0-workstation-removeDOSendings.patch
45     Patch33: e-smith-backup-2.4.0-workstation-allowMounted1.patch
46 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
47     BuildRequires: e-smith-devtools >= 1.11.0-03
48     BuildRequires: gettext
49     BuildArchitectures: noarch
50     Requires: e-smith-base
51     Requires: e-smith-lib >= 1.15.1-19
52     Requires: perl(Quota)
53     Requires: perl(Unix::PasswdFile)
54     Requires: perl(Unix::GroupFile)
55     Requires: perl(POSIX)
56     Requires: perl(Locale::gettext)
57     Requires: perl(Digest::MD5)
58     Requires: perl(File::Copy)
59     Requires: perl(esmith::I18N)
60     Requires: dar
61 wellsi 1.3 Requires: cifs-utils
62 slords 1.1 Requires: e-smith-formmagick >= 1.4.0-12
63    
64     %changelog
65 wellsi 1.33 * Sat Apr 19 2014 Ian Wells <esmith@wellsi.com> 2.4.0-32.sme
66     - Allow workstation backup to mounted drive [SME: 8144]
67    
68 wellsi 1.32 * Sat Mar 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-31.sme
69     - Update to the latest version of perform_restore [SME: 8259]
70     - Boostrap console should only offer restore if no password set.
71    
72 wellsi 1.31 * Fri Mar 11 2014 Ian Wells <esmith@wellsi.com> 2.4.0-30.sme
73     - Delete items from dar catalog in descending order [SME: 8129]
74     - Minor non-functional updates based on PerlCritic and review comments
75    
76 wellsi 1.30 * Thu Mar 10 2014 Ian Wells <esmith@wellsi.com> 2.4.0-29.sme
77     - Move console backup to e-smith-backup [SME: 3324]
78    
79 wellsi 1.29 * Sun Feb 9 2014 Ian Wells <esmith@wellsi.com> 2.4.0-28.sme
80     - Workstation Backup, selective restore of deleted files [SME: 8200]
81     - Remove migrate fragment 30vfstype [SME: 8199]
82    
83 wellsi 1.28 * Sat Feb 8 2014 Ian Wells <esmith@wellsi.com> 2.4.0-27.sme
84     - Workstation Backup, Don't delete old sets, only empty them. [SME: 8195]
85    
86 wellsi 1.27 * Sat Feb 8 2014 Ian Wells <esmith@wellsi.com> 2.4.0-26.sme
87     - Workstation Backup, Mail and WOL now subroutines [SME: 8193]
88     - Workstation Backup, remove the need for a temporary directory, updated. [SME: 7767]
89    
90 wellsi 1.26 * Wed Feb 5 2014 Ian Wells <esmith@wellsi.com> 2.4.0-25.sme
91     - Workstation Backup, backupname includes seconds. [SME: 8194]
92     - Simplification of the time routines.
93    
94 wellsi 1.25 * Wed Feb 5 2014 Ian Wells <esmith@wellsi.com> 2.4.0-24.sme
95     - Workstation Backup, remove the need for a temporary directory. [SME: 7767]
96    
97 wellsi 1.24 * Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-23.sme
98     - Allow configuration of workstation backup if no removable disk present [SME: 7815]
99    
100 wellsi 1.23 * Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-22.sme
101     - Create simplified function for updating the DarCatalog [SME: 8129]
102    
103 wellsi 1.22 * Fri Jan 3 2014 Ian Wells <esmith@wellsi.com> 2.4.0-21.sme
104     - Workstation Backup, do not exclude dar files by default
105     in line with console backup. [SME: 7523]
106    
107 wellsi 1.21 * Wed Dec 18 2013 Ian Wells <esmith@wellsi.com> 2.4.0-20.sme
108     - Further refine the text in the Backup panel [SME: 7817]
109     - Workstation Backup, remove tabs and whitespace changes.
110    
111 wellsi 1.20 * Thu Dec 12 2013 Ian Wells <esmith@wellsi.com> 2.4.0-19.sme
112     - Workstation Backup, count backup sets from 1 [SME: 8059]
113     Set numbering patch by Dave Liquorice
114    
115 wellsi 1.19 * Thu Dec 12 2013 Ian Wells <esmith@wellsi.com> 2.4.0-18.sme
116     - Workstation Backup, fix selective restore by requesting array
117     of results from CGI.pm [SME: 8057]
118    
119 wellsi 1.18 * Thu Dec 12 2013 Ian Wells <esmith@wellsi.com> 2.4.0-17.sme
120     - Workstation Backup, new method to show files being restored is needed
121     when using dar 2.4 [SME: 8058]
122    
123 wellsi 1.17 * Tue Dec 02 2013 Ian Wells <esmith@wellsi.com> 2.4.0-16.sme
124     - Allow more time for cifs mounts before reporting errors [SME: 8034]
125    
126 wellsi 1.16 * Sat Nov 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-15.sme
127     - Simplify the workstation backup report [SME: 7791]
128    
129 wellsi 1.15 * Sat Nov 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-14.sme
130     - Update the text in the Backup panel [SME: 7817]
131    
132 wellsi 1.14 * Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-13.sme
133     - Workstation Backup, add a choice to delete old backup before or after backup [SME: 7766]
134    
135 wellsi 1.12 * Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-12.sme
136 wellsi 1.13 - Workstation Backup, remove temporary directory on success [SME: 7765]
137 wellsi 1.12 - Refactor directory tree creation and removal.
138    
139 wellsi 1.11 * Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-11.sme
140     - Workstation Backup, inconsistent formatting of host share name in messages [SME: 7783]
141    
142 wellsi 1.10 * Sun Jul 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-10.sme
143     - Workstation Backup, more reliable catalog creation [SME: 7786]
144    
145 wellsi 1.9 * Sat Jul 13 2013 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme
146     - Workstation Backup, report cifs mount errors [SME: 7769]
147    
148 wellsi 1.8 * Sat Jul 13 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
149     - Workstation Backup, do not access /proc/mounts [SME: 7785]
150     - Incremental backup fix [SME: 7763]
151    
152 wellsi 1.7 * Sat Jul 13 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme
153     - Workstation Backup, allow spaces in the backup destination [SME: 7763]
154     Includes fix for disk usage broken with spaces. [SME: 7784]
155    
156 wellsi 1.6 * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme
157     - Desktop Backup, allow user setting of compression level [SME: 7744]
158    
159 wellsi 1.5 * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
160     - Use Wake on LAN before starting Backup with DAR, by Dave Liquorice [SME: 7743]
161    
162 burnat 1.4 * Mon Apr 1 2013 chris burnat <devlist@burnat.com> 2.4.0-4.sme
163     - NFS syntax is deprecated for CIFS mount [SME: 7525]
164    
165 wellsi 1.3 * Wed Mar 20 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
166     - Require cifs-utils and use UNC paths for cifs mount [SME: 7503]
167    
168 wellsi 1.2 * Thu Feb 28 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme
169     - Backup panel does not correctly report disk usage due to
170     missing ext4 support in panel code [SME: 7401]
171    
172 slords 1.1 * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
173     - Roll new stream for sme9
174     - Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223]
175    
176     * Sun Jul 08 2012 Ian Wells <esmith@wellsi.com> 2.2.0-61.sme
177     - Allow full backup to occur on Sunday [SME: 6876]
178    
179     * Mon Apr 9 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-60
180     - Prevent selective restore timeout by creating dar catalog after backup [SME: 6052]
181    
182     * Sun Mar 04 2012 Ian Wells <esmith@wellsi.com> 2.2.0-59.sme
183     - Fix selective restore in modern browsers[SME: 6645]
184    
185     * Sun Jan 15 2012 Ian Wells <esmith@wellsi.com> 2.2.0-58.sme
186     - Remove default index.htm from Primary ibay before restore [SME: 6760]
187    
188     * Thu Dec 29 2011 Ian Wells <esmith@wellsi.com> 2.2.0-57.sme
189     - Additional email addresses for Workstation Backups [SME: 6783]
190    
191     * Tue Jul 19 2011 Jonathan Martens <smeserver-bugzilla@snetram.nl> 2.2.0-56.sme
192     - Fix bareword TERM error introduced by 2.2.0-54 [SME: 6692]
193    
194     * Tue Jun 14 2011 Ian Wells <esmith@wellsi.com> 2.2.0-55.sme
195     - Do not make backup fail when due to a modified file, by Filippo Carletti [SME: 6569]
196    
197     * Sun Jun 12 2011 Ian Wells <esmith@wellsi.com> 2.2.0-54.sme
198     - Change kill -9 to Kill TERM [SME: 6564]
199     - Remove backup.orig file
200    
201     * Sun May 29 2011 Ian Wells <esmith@wellsi.com> 2.2.0-53.sme
202     - Remove EOL from volume labels [SME: 6605]
203    
204     * Mon Mar 21 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-52
205     - Reverting previous changeset as it did more than it was supposed to do [SME: 6578]
206    
207     * Mon Mar 21 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-51
208     - Fix html p entry [SME: 6578]
209    
210     * Sun Mar 20 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-50
211     - Localize dropdown box of backup destination type [SME: 6575]
212    
213     * Fri Mar 18 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-49
214     - Fix strings referencing USB media [SME: 5955]
215    
216     * Mon Mar 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-48
217     - Fix strings representing sequences [SME: 5961]
218    
219     * Fri Mar 11 2011 Ian Wells <esmith@wellsi.com> 2.2.0-47.sme
220     - Backup to Workstation does not handle full remote disc gracefully, by Filippo Carletti [SME: 6355]
221    
222     * Sun Nov 21 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-46
223     - Do not convert case of SmbShare on database migration [SME: 6387]
224    
225     * Sat Oct 10 2010 Ian Wells <esmith@wellsi.com> 2.2.0-45.sme
226     - Include disk usage in Workstation Backup email [SME: 6143]
227    
228     * Mon Jul 19 2010 Ian Wells <esmith@wellsi.com> 2.2.0-44.sme
229     - Indicate failure in Subject line of Workstation Backup [SME: 6121]
230    
231     * Fri Jul 9 2010 Ian Wells <esmith@wellsi.com> 2.2.0-43.sme
232     - Only define Workstation Backup temporary directory once [SME: 5930]
233    
234     * Fri Jul 9 2010 Ian Wells <esmith@wellsi.com> 2.2.0-42.sme
235     - Remove relocate_samba_file and all references to /etc/smbpasswd [SME: 6073]
236    
237     * Thu Jul 8 2010 Ian Wells <esmith@wellsi.com> 2.2.0-41.sme
238     - Remove /etc/smbpasswd from restore_list [SME: 6071]
239    
240     * Tue Jun 22 2010 Ian Wells <esmith@wellsi.com> 2.2.0-40.sme
241     - Update backup instructions in server-manager [SME: 6078]
242    
243     * Mon Jun 14 2010 Ian Wells <esmith@wellsi.com> 2.2.0-39.sme
244     - Strip spaces from Workstation Backup hostname [SME: 6060]
245    
246     * Mon Jun 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-38.sme
247     - Fix error causing restore to report failed where it was complete [SME: 6062]
248    
249     * Mon Jun 7 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-37.sme
250     - Check if local USB disk is mounted in backup panel [SME: 6033]
251    
252     * Thu May 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-36.sme
253     - Revert patch from 2.2.0-31: secrets.tdb still in /etc/samba [SME: 5857]
254    
255     * Tue May 11 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-35.sme
256     - Fix removal of leading slash in storage location [SME: 5928]
257    
258     * Thu May 9 2010 Ian Wells <esmith@wellsi.com> 2.2.0-34.sme
259     - Add system name in Workstation Backups email [SME: 5706]
260    
261     * Thu May 6 2010 Ian Wells <esmith@wellsi.com> 2.2.0-33.sme
262     - To: field missing from header in Workstation Backups email [SME: 5924]
263    
264     * Wed Mar 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-32.sme
265     - Partly revert previous patch due to undesired side effects to smbpasswd [SME: 5857]
266    
267     * Wed Mar 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-31.sme
268     - Adjust backup routines for relocation of samba secrets.tdb file [SME: 5857]
269    
270     * Mon Feb 15 2010 Stephen Noble <support@dungog.net> 2.2.0-30.sme
271     - Improved upgrade compatibility, remove .orig [SME: 4809]
272    
273     * Fri Feb 12 2010 Stephen Noble <support@dungog.net> 2.2.0-29.sme
274     - fix mount point for verify [SME: 5765]
275    
276     * Tue Feb 9 2010 Stephen Noble <support@dungog.net> 2.2.0-28.sme
277     - create mount point for verify [SME: 5765]
278    
279     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-27.sme
280     - remove comment re smbpasswd being last [SME: 5600]
281    
282     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 2.2.0-26.sme
283     - Fix mounting usb disks [SME: 4809]
284    
285     * Mon Jan 25 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-25.sme
286     - Don't backup more than once per day [SME: 5445]
287    
288     * Wed Nov 25 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-24.sme
289     - Fix full backup on Sunday diplayed as Everyday [SME: 5623]
290    
291     * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-23.sme
292     - Add more excludes for compressed filetypes [SME: 4765]
293    
294     * Wed Aug 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-22.sme
295     Porting Jean-Paul Leclere changes in the SME Server 7 tree to SME Server 8:
296     - using credentials file for cifs mount [SME: 5442]
297     - workstation backup: add cifs credentials expand to bootstrap-console-save [SME: 5442]
298    
299     * Sun Jul 26 2009 Jean-Paul Leclere <jean-paul@leclere.org> 2.2.0-21.sme
300     - workstation backup: allow many backups in the same day [SME: 5411]
301    
302     * Wed Jul 22 2009 Jean-Paul Leclere <jean-paul@leclere.org> 2.2.0-20.sme
303     - workstation restore: all needed backups must be available before restore [SME: 5397]
304     - workstation verify: add option to check integrity of backups needed in a full restore [SME: 5405]
305     - minor fix in translation [SME: 5407]
306    
307     * Sun May 17 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-19.sme
308     - Fix DAR e-mail message with regards to incremental backups [SME: 4579]
309    
310     * Tue Dec 9 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-18.sme
311     - Fix discrepancy in maximum compression level [SME: 4841]
312    
313     * Wed Oct 29 2008 Shad L. Lords <slords@mail.com> 2.2.0-17.sme
314     - Fix spelling mistakes in backup panel [SME: 4732]
315     - Hide password from manager panel [SME: 4734]
316    
317     * Tue Oct 28 2008 Shad L. Lords <slords@mail.com> 2.2.0-16.sme
318     - Migrate smbfs to cifs to complete removal [SME: 4678]
319    
320     * Mon Oct 27 2008 Shad L. Lords <slords@mail.com> 2.2.0-15.sme
321     - Fix compression to default to gzip [SME: 4630]
322     - Fix uninitialized values in backup [SME: 4720]
323    
324     * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 2.2.0-14.sme
325     - dar backup to be less verbose in panel [SME: 4719]
326    
327     * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 2.2.0-13.sme
328     - correct mounting for usb disks [SME: 4695]
329    
330     * Wed Oct 22 2008 Shad L. Lords <slords@mail.com> 2.2.0-12.sme
331     - Fix from address on email [SME: 4702]
332    
333     * Tue Oct 21 2008 Shad L. Lords <slords@mail.com> 2.2.0-11.sme
334     - Fix patch to remove orig file [SME: 4700]
335     - Patch dar backup to be less verbose [SME: 4699]
336    
337     * Tue Oct 21 2008 Stephen Noble <support@dungog.net> 2.0.0-10.sme
338     - no compression for ogg media files [SME: 4677]
339    
340     * Tue Oct 21 2008 Stephen Noble <support@dungog.net> 2.2.0-8.sme
341     - replace defined list of directories to backup [SME: 4676]
342    
343     * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-7.sme
344     - Fix already mounted check [SME: 4688]
345    
346     * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-6.sme
347     - Remove obsolete smbfs backup method [SME: 4678]
348    
349     * Mon Oct 20 2008 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
350     - Use perl routines for timeout checking [SME: 4660]
351    
352     * Thu Oct 16 2008 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
353     - Make dar use defined list of directories to backup [SME: 4676]
354    
355     * Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme
356     - Correct translation of CONFIGURATION_TO_BE_DONE to be proper English [SME: 4669]
357    
358     * Thu Oct 9 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
359     - Fix localization strings in backup panel [SME: 4650]
360    
361     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
362     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
363    
364     * Thu Aug 7 2008 Shad L. Lords <slords@mail.com> 1.15.0-22
365     - Localise status of workstation backup [SME: 4481]
366    
367     * Fri Aug 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-21
368     - Fix too greedy removel of locale key CONFIGURE_TAPE_BACKUP [SME: 4469]
369    
370     * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.15.0-20
371     - Make full backups have priority over incremental [SME: 4395]
372    
373     * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.15.0-19
374     - Fix redirect to stderr on check tape cronjob [SME: 4458]
375    
376     * Sun Jul 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-18
377     - Add common <base> tags to e-smith-formmagick's general [SME: 4286]
378    
379     * Sat May 31 2008 Gavin Weight <gweight@gmail.com> 1.15.0-17
380     - Fix Dar manager to redirect correctly in system call. [SME: 4304]
381    
382     * Mon May 26 2008 Gavin Weight <gweight@gmail.com> 1.15.0-16
383     - Fix Dar to expand correctly. [SME: 4304]
384    
385     * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.0-15
386     - Add common <base> tags to e-smith-formmagick's general [SME: 4286]
387    
388     * Wed Apr 09 2008 Stephen Noble <support@dungog.net> 1.15.0-14
389     - Minor fix in translation of hours [SME: 4179]
390    
391     * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.15.0-13
392     - Fix localization in restore routine [SME: 3989]
393    
394     * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.15.0-12
395     - Remove <br> tag from error msg [SME: 3989]
396    
397     * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.15.0-11
398     - Move/copy Backup_Desc to Backup_Desc_Dar for 1.15 rel [SME: 4024]
399    
400     * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.15.0-10
401     - Remove <base> tags now in general [SME: 3912]
402    
403     * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.15.0-9
404     - Remove duplicate <base> entries [SME: 3887]
405    
406     * Thu Nov 29 2007 Gavin Weight <gweight@gmail.com> 1.15.0-8
407     - Fix restore files location path. [SME: 3593]
408    
409     * Mon Nov 19 2007 Gavin Weight <gweight@gmail.com> 1.15.0-7
410     - Fix compression setting range (Thanks JPL) . [SME: 3560]
411    
412     * Fri Nov 09 2007 Gavin Weight <gweight@gmail.com> 1.15.0-06
413     - Enhancement to DAR code (Thanks JPL) . [SME: 3538]
414    
415     * Fri Oct 26 2007 Gavin Weight <gweight@gmail.com> 1.15.0-05
416     - Fix up DAR code to enable backup to complete. [SME: 3373]
417    
418     * Tue Sep 11 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-04
419     - Remove desktop verify and desktop restore features. Note that
420     lexicon entries have not been removed. [SME: 3372]
421    
422     * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-03
423     - Reformat new DAR code to match existing coding style.
424    
425     * Wed Sep 05 2007 Jean-Paul Leclere <jean-paul@leclere.org> 1.15.0-02
426     - Dar workstation backup patch
427    
428     * Wed Sep 05 2007 Charlie Brady <charlie_brady@mitel.com> 1.15.0-01
429     - Roll new development version.
430    
431     * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-16
432     - Remove files/dirs that don't exist from the backup list [SME: 3115]
433    
434     * Sat Jun 30 2007 Shad L. Lords <slords@mail.com> 1.14.0-15
435     - force proxy request to 1.0 to improve backup2desktop speed [SME: 178]
436    
437     * Sun Jun 03 2007 Gavin Weight <gweight@gmail.com> 1.14.0-14
438     - Backup to desktop changes BackupType fix. [SME 3026]
439    
440     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
441     - Clean up spec so package can be built by koji/plague
442    
443     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 1.14.0-13
444     - Add db entry to override who gets backup reminder email [SME: 23]
445    
446     * Fri Jan 26 2007 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-12
447     - Restore group entry for machine accounts and update tests [SME: 1792]
448    
449     * Sat Jan 06 2007 Shad L. Lords <slords@mail.com> 1.14.0-11
450     - Change restore-from-disk to chroot tar from cpio [SME: 2318]
451    
452     * Sat Jan 06 2007 Shad L. Lords <slords@mail.com> 1.14.0-10
453     - Link in eject action. [SME: 795]
454     - Fix do_backup to actually pass backup type. [SME: 1055]
455    
456     * Fri Jan 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-9
457     - Make tape actions depend on tape backup. [SME: 1055]
458     - Make backup type configurable via db. [SME: 1055]
459    
460     * Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
461     - Add eject action and default to no. [SME: 795]
462    
463     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
464     - Update to new release naming. No functional changes.
465     - Make Packager generic
466    
467     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-06
468     - Use tarsize not dumpsize to determine when backup is too large.
469     [SME: 2041]
470    
471     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-05
472     - Fix typo in crontab template for 'disabled' case [SME: 1092]
473    
474     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-04
475     - Move /etc/cron.d/backup into /etc/crontab fragment [SME: 1172]
476     - Expand /etc/crontab in conf-backup. e-smith-base already does
477     it for us in bootstrap-console-save [SME: 1172]
478     - Remove /etc/cron.d/backup in post [SME: 1172]
479    
480     * Wed Mar 15 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-03
481     - Add semi-colon to last code change. Saves head-scratching if
482     someone removes the braces at some later stage. [SME: 1045]
483    
484     * Wed Mar 15 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-02
485     - Add warning about desktop backup if the server has more than
486     2GB of data. [SME: 1045]
487    
488     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-01
489     - Roll stable stream version. [SME: 1016]
490    
491     * Sun Mar 12 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-10
492     - Another fix to restore-from-disk script. [SME: 821]
493    
494     * Thu Feb 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-09
495     - Fix restore-from-disk script. [SME: 821]
496    
497     * Mon Feb 6 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-08
498     - Fix 24->12 hour time display problem (courtesy of Federico Simoncelli).
499     [SME: 667]
500    
501     * Wed Feb 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.4-07
502     - Add restore-from-disk script. [SME: 615]
503    
504     * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.4-06
505     - Don't delete config dbs in pre-restore [SME: 229]
506    
507     * Tue Dec 06 2005 Filippo Carletti <carletti@mobilia.it> 1.13.4-05
508     - Tape reminder uses mt status to check if tape loaded [SME: 251]
509    
510     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.4-04
511     - Bump release number only
512    
513     * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
514     - [1.13.4-03]
515     - Improve user feedback if pre-backup or pre-restore events fail. [SF: 1334923]
516    
517     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
518     - [1.13.4-02]
519     - Create empty /etc/e-smith/db/backups directory to trigger migration
520     to new location. [SF: 1335862]
521    
522     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
523     - [1.13.4-01]
524     - Remove L10Ns from base packages [SF: 1309520]
525    
526     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
527     - [1.13.3-01]
528     - New dev stream before relocating L10Ns
529    
530     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
531     - [1.13.2-17]
532     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
533    
534     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
535     - [1.13.2-16]
536     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
537    
538     * Sun Sep 18 2005 Charlie Brady <charlieb@e-smith.com>
539     - [1.13.2-15]
540     - Remove explict use of CGI (which caused double construction of
541     the CGI object, and loss of uploaded data file). [SF: 1264699]
542    
543     * Fri Sep 16 2005 Charlie Brady <charlieb@e-smith.com>
544     - [1.13.2-14]
545     - Don't delete configuration dbs in pre-restore event until
546     we have finished using them. [SF: 1292448]
547    
548     * Tue Aug 30 2005 Charlie Brady <charlieb@e-smith.com>
549     - [1.13.2-13]
550     - Really add delete-configuration-dbs action. [SF: 1246347,1275962]
551    
552     * Fri Aug 19 2005 Gordon Rowell <gordonr@gormand.com.au>
553     - [1.13.2-12]
554     - Delete configuration dbs from /home/e-smith/db/ prior to
555     a restore to ensure that the ones coming from tape are the
556     only ones on the system after the restore [SF: 1246347]
557    
558     * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
559     - [1.13.2-11]
560     - Restore passwd file entries for machine accounts. [SF: 1254663]
561    
562     * Fri Jul 22 2005 Charlie Brady <charlieb@e-smith.com>
563     - [1.13.2-10]
564     - Enforce Posix behaviour of df command, in restore functions of panel.
565     [SF: 1242986]
566    
567     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
568     - [1.13.2-09]
569     - Remove last deprecated esmith::config API calls. [SF: 1216546]
570    
571     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
572     - [1.13.2-08]
573     - Remove explicit paths to db files. [SF: 1216546]
574    
575     * Fri Apr 29 2005 Charlie Brady <charlieb@e-smith.com>
576     - [1.13.2-07]
577     - Remove another anacronistic version requires in perl library.
578     Grrrr!!! [charlieb MN00050370]
579    
580     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
581     - [1.13.2-06]
582     - Use generic_template_expand action in place of conf-backup.
583     Update e-smith-lib dependency. [MN00064130]
584    
585     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
586     - [1.13.2-05]
587     - Ensure that smbpasswd file appears last in list during restore/verification.
588     [MN00073362]
589     - Fix merging of samba files. [MN00073365]
590    
591     * Mon Nov 8 2004 Charlie Brady <charlieb@e-smith.com>
592     - [1.13.2-04]
593     - Explicitly list required perl modules - RPM didn't work it out correctly.
594     [charlieb MN00050751]
595    
596     * Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com>
597     - [1.13.2-03]
598     - Remove deprecated "require v5.6.0". [charlieb MN00050370]
599     - Allow RPM to work out what the perl Requires headers should be.
600     [charlieb MN00050751]
601    
602     * Thu Sep 16 2004 Michael Soulier <msoulier@e-smith.com>
603     - [1.13.2-02]
604     - Fixed Content-disposition header. [msoulier MN00049326]
605    
606     * Sat Jun 19 2004 Michael Soulier <msoulier@e-smith.com>
607     - [1.13.2-01]
608     - skipping mps branch start - 1.13.2
609    
610     * Fri May 21 2004 Michael Soulier <msoulier@e-smith.com>
611     - [1.13.0-06]
612     - Added /etc/samba/secrets.tdb to the restore list. [msoulier MN00020969]
613    
614     * Mon Mar 1 2004 Michael Soulier <msoulier@e-smith.com>
615     - [1.13.0-05]
616     - Updated do_backup to pass a "tape" argument when using signal-event
617     and rewind-tape to exit if a second argument is not given.
618     [msoulier dpar-22041]
619    
620     * Wed Jan 14 2004 Michael Soulier <msoulier@e-smith.com>
621     - [1.13.0-04]
622     - Added /etc/sudoers to backup list for desktop backup. [msoulier 4954]
623    
624     * Fri Nov 28 2003 Michael Soulier <msoulier@e-smith.com>
625     - [1.13.0-03]
626     - Display big-red reboot warning like other panels. Wow, it's hard to miss
627     now. [msoulier 10240]
628    
629     * Fri Nov 28 2003 Mark Knox <markk@e-smith.com>
630     - [1.13.0-02]
631     - Display reboot warning and button after successful desktop restore [markk
632     1312]
633    
634     * Thu Nov 6 2003 Michael Soulier <msoulier@e-smith.com>
635     - [1.13.0-01]
636     - rolling to dev stream - 1.13.0
637    
638     * Thu Sep 11 2003 Gordon Rowell <gordonr@e-smith.com>
639     - [1.12.1-02]
640     - Relocate /etc/secrets.tdb to /etc/samba [gordonr 9759]
641    
642     * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
643     - [1.12.1-01]
644     - Rebuild [gordonr 1305]
645    
646     * Wed Sep 3 2003 Gordon Rowell <gordonr@e-smith.com>
647     - [1.12.0-09]
648     - Adjusted Copyright [gordonr 1305]
649    
650     * Mon Jul 14 2003 Gordon Rowell <gordonr@e-smith.com>
651     - [1.12.0-08]
652     - Whitespace fix in Backup.pm [gordonr 9428]
653    
654     * Mon Jul 14 2003 Charlie Brady <charlieb@e-smith.com>
655     - [1.12.0-07]
656     - Remove /etc/samba/smbpasswd symlink if we find it, before doing
657     the move/symlink shuffle with smbpasswd files. This prevents us
658     "preserving" old symlinks. [charlieb 9416]
659    
660     * Mon Jul 14 2003 Gordon Rowell <gordonr@e-smith.com>
661     - [1.12.0-06]
662     - Rename the pre-restore cache files in $file.time(). This preserves
663     them in case we want to wander back through them after an
664     upgrade, and ensures that they won't be around to confuse another
665     post-upgrade [gordonr 9428]
666    
667     * Wed Jul 9 2003 Gordon Rowell <gordonr@e-smith.com>
668     - [1.12.0-05]
669     - Handle the "everything o.k. with relocation" case [gordonr 9333]
670    
671     * Wed Jul 9 2003 Gordon Rowell <gordonr@e-smith.com>
672     - [1.12.0-04]
673     - Further safeguards for the /etc/smbpasswd -> /etc/samba/smbpasswd
674     relocation [gordonr 9333]
675    
676     * Fri Jun 27 2003 Charlie Brady <charlieb@e-smith.com>
677     - [1.12.0-03]
678     - Fix backup panel text change. Made text non-specific about the location of
679     the smbpasswd file. [charlieb 9220]
680    
681     * Fri Jun 27 2003 Charlie Brady <charlieb@e-smith.com>
682     - [1.12.0-02]
683     - Account for the path change of smbpasswd file in desktop restore/verify.
684     [charlieb 9220]
685    
686     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
687     - [1.12.0-01]
688     - Changing version to stable stream number - 1.12.0
689    
690     * Tue Jun 24 2003 Gordon Rowell <gordonr@e-smith.com>
691     - [1.11.1-04]
692     - Spanish nav bar [gordonr 9153]
693    
694     * Fri Jun 13 2003 Gordon Rowell <gordonr@e-smith.com>
695     - [1.11.1-03]
696     - Corrected logic for switching /etc{/samba,}/smbpasswd [gordonr 8747]
697    
698     * Thu Jun 12 2003 Charlie Brady <charlieb@e-smith.com>
699     - [1.11.1-02]
700     - Remove some remnants of templated /sbin/e-smith/backup.
701     - Use Backup program parameter in /sbin/e-smith/do_backup.
702     [charlieb 7853]
703    
704     * Thu Jun 12 2003 Charlie Brady <charlieb@e-smith.com>
705     - [1.11.1-01]
706     - Roll new development stream to 1.11.1
707    
708     * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
709     - [1.11.0-56]
710     - And symlink /etc/smbpasswd to avoid confusion [gordonr 8809]
711     - Move guard so we skip if /etc/smbpasswd is not a file [gordonr 8809]
712    
713     * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
714     - [1.11.0-55]
715     - Migrate /etc/smbpasswd to /etc/samba/smbpasswd after restore [gordonr 8809]
716    
717     * Wed May 21 2003 Gordon Rowell <gordonr@e-smith.com>
718     - [1.11.0-54]
719     - Fix return check for ->group and ->passwd [gordonr 8766]
720     - Fix tests for BackupHistoryDB.pm [gordonr 5908, in passing]
721    
722     * Tue May 20 2003 Gordon Rowell <gordonr@e-smith.com>
723     - [1.11.0-53]
724     - Extract the tests at build time [gordonr 8766]
725    
726     * Tue May 20 2003 Gordon Rowell <gordonr@e-smith.com>
727     - [1.11.0-52]
728     - Completed merge_group and tests, including admin, www, shared [gordonr 8766]
729    
730     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
731     - [1.11.0-51]
732     - Added test files and skeleton for merge_group [gordonr 8766]
733     - TODO: Complete merge_group and tests [gordonr 8766]
734     - TODO: Handle admin, www, shared groups [gordonr 8766]
735    
736     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
737     - [1.11.0-50]
738     - Further work, and tests, for merge_passwd [gordonr 8766]
739    
740     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
741     - [1.11.0-49]
742     - Code cleanups [gordonr 8766]
743    
744     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
745     - [1.11.0-48]
746     - Constructors are nice to have in objects :-( [gordonr 8766]
747     - Link merge-system-files into post-upgrade [gordonr 8766]
748    
749     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
750     - [1.11.0-47]
751     - Added esmith::Backup::{save,merge}_system_files [gordonr 8766]
752    
753     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
754     - [1.11.0-46]
755     - Modified backup panel to use esmith::Backup library [gordonr 8766]
756    
757     * Fri May 16 2003 Gordon Rowell <gordonr@e-smith.com>
758     - [1.11.0-45]
759     - Added esmith::Backup library to centralise list of files/directories to
760     restore [gordonr 8766]
761     - Save away important system files in pre-restore [gordonr 8766]
762    
763     * Tue May 6 2003 Mark Knox <markk@e-smith.com>
764     - [1.11.0-44]
765     - Pass the right type of object to genResult [markk 8498]
766    
767     * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
768     - [1.11.0-43]
769     - Add Spanish translation for backup [lijied 3793]
770    
771     * Tue Apr 29 2003 Trevor Poole <trevorp@e-smith.com>
772     - [1.11.0-42]
773     - add the BackupType to the record for the desktop case. [trevor 5908]
774    
775     * Mon Apr 28 2003 Charlie Brady <charlieb@e-smith.com>
776     - [1.11.0-41]
777     - Fix calls to create new backup records. [charlieb 5908]
778    
779     * Mon Apr 28 2003 Charlie Brady <charlieb@e-smith.com>
780     - [1.11.0-40]
781     - Record each backup attempt separately in a backup history db. [charlieb 5908]
782    
783     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
784     - [1.11.0-39]
785     - Record success or otherwise of backup to desktop attempts in config db.
786     [charlieb 5908]
787     - Gracefully handle SIGPIPE in backup to desktop. [charlieb 8490]
788    
789     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
790     - [1.11.0-38]
791     - Fix typo in rewind-tape fix. [charlieb 8475]
792    
793     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
794     - [1.11.0-37]
795     - Call signal-event {pre,post}-backup with extra "desktop" parameter
796     from desktop backup code, and use that parameter to skip tape rewinding.
797     [charlieb 7853]
798     - Fix device lookup code in rewind-tape action. [charlieb 8475]
799    
800     * Wed Apr 23 2003 Charlie Brady <charlieb@e-smith.com>
801     - [1.11.0-36]
802     - Fix a few semantic problems with reset--restore-idle-flag script.
803     [charlieb 8466]
804    
805     * Wed Apr 16 2003 Michael Soulier <msoulier@e-smith.com>
806     - [1.11.0-35]
807     - Replaced bad call to processTemplate. [msoulier 7600]
808    
809     * Wed Apr 9 2003 Charlie Brady <charlieb@e-smith.com>
810     - [1.11.0-34]
811     - Remove deprecated /sbin/e-smith/backup in %post script.
812     [charlieb 7853]
813    
814     * Tue Apr 8 2003 Charlie Brady <charlieb@e-smith.com>
815     - [1.11.0-33]
816     - Fix typo in rewind-tape action. [charlieb 5908]
817     - Change Copyright => License in header.
818    
819     * Fri Apr 4 2003 Mark Knox <markk@e-smith.com>
820     - [1.11.0-32]
821     - Removed redundant refs to bootstrap-console from panel [markk 6164]
822    
823     * Thu Apr 3 2003 Tony Clayton <apc@e-smith.com>
824     - [1.11.0-31]
825     - Change table to start_table where applicable [tonyc 8034]
826    
827     * Thu Apr 3 2003 Tony Clayton <apc@e-smith.com>
828     - [1.11.0-30]
829     - Removed "Mitel Network SME server' branding [lijied 8016]
830     - Fix layout/css in backup panel [tonyc 7950]
831    
832     * Mon Mar 31 2003 Charlie Brady <charlieb@e-smith.com>
833     - [1.11.0-29]
834     - Re-write do_backup in perl. [charlieb 5908]
835    
836     * Fri Mar 28 2003 Lijie Deng <lijied@e-smith.com>
837     - [1.11.0-28]
838     - Modified directory po/fr_CA to fr [lijied 6787]
839    
840     * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
841     - [1.11.0-27]
842     - Modified gettext() extraction based on changes in 1.11.0-25 [gordonr 5908]
843    
844     * Thu Mar 27 2003 Gordon Rowell <gordonr@e-smith.com>
845     - [1.11.0-26]
846     - Call genFooter/genResult with an FM object (subclass of CGI) so
847     footers get localised [gordonr 3553]
848    
849     * Thu Mar 27 2003 Charlie Brady <charlieb@e-smith.com>
850     - [1.11.0-25]
851     - Remove templated /sbin/e-smith/backup and add non-templated
852     do_backup script. Alter cron template to suit. Move tape
853     rewind into pre-backup and post-backup actions. Log
854     start, finish and result properties from backup script.
855     [charlieb 5908]
856    
857     * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
858     - [1.11.0-24]
859     - Modified French lexicon to use lang="fr", rename the lexicon
860     directory to fr [lijied 6787]
861    
862     * Tue Mar 25 2003 Tony Clayton <apc@e-smith.com>
863     - [1.11.0-23]
864     - Add link to fr-ca PAGE_REFRESH_IN translation [tonyc 6491]
865    
866     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
867     - [1.11.0-22]
868     - Deleted ./sbin/e-smith/backup/template-begin, and modified
869     %build [lijied 3295]
870    
871     * Fri Mar 14 2003 Michael Soulier <msoulier@e-smith.com>
872     - [1.11.0-21]
873     - Changed the post restore code such that the backup panel is blocked until
874     the server reboots. [msoulier 6471]
875    
876     * Mon Mar 10 2003 Lijie Deng <lijied@e-smith.com>
877     - [1.11.0-20]
878     - Modified charset tag in .po file [lijied 3930]
879    
880     * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
881     - [1.11.0-19]
882     - Modified e-smith-devtools again [lijied 7578]
883    
884     * Fri Mar 7 2003 Lijie Deng <lijied@e-smith.com>
885     - [1.11.0-18]
886     - Modified e-smith-devtools version [lijied 7578]
887    
888     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
889     - [1.11.0-17]
890     - Added the generate lexicon code [lijied 7442]
891    
892     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
893     - [1.11.0-16]
894     - Added the .po file to po/fr_CA again [lijied 7442]
895    
896     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
897     - [1.11.0-15]
898     - Cleaned up .po->.mo build [lijied 7442]
899    
900     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
901     - [1.11.0-14]
902     - Added .po->.mo instructions to %build [lijied 7442]
903    
904     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
905     - [1.11.0-13]
906     - Modified backup panel order [lijied 7356]
907    
908     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
909     - [1.11.0-12]
910     - Remodify the lexicon file [lijied 4030]
911    
912     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
913     - [1.11.0-11]
914     - Split en-us lexicon from backup panel [lijied 4030]
915    
916     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
917     - [1.11.0-10]
918     - Rebuild RPM - commit missed last time [lijied 5003]
919    
920     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
921     - [1.11.0-09]
922     - Added French lexicon for backup [lijied 5003]
923    
924     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
925     - [1.11.0-08]
926     - Rewrote template to use esmith::I18N [gordonr 5212]
927    
928     * Fri Dec 13 2002 Mark Knox <markk@e-smith.com>
929     - [1.11.0-07]
930     - Added "click here" text on tape restore page [markk 6094]
931    
932     * Thu Dec 12 2002 Mark Knox <markk@e-smith.com>
933     - [1.11.0-06]
934     - Removed redundant success message after restore [markk 6094]
935    
936     * Thu Dec 12 2002 Mark Knox <markk@e-smith.com>
937     - [1.11.0-05]
938     - Added refresh and status messages to tape restore process [markk 6094]
939    
940     * Tue Dec 3 2002 Charlie Brady <charlieb@e-smith.com>
941     - [1.11.0-04]
942     - Tidy up and update /sbin/e-smith/backup templates, preparatory to adding
943     support for non-tape devices. [charlieb 5521]
944    
945     * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
946     - [1.11.0-03]
947     - ui update [miked 5494]
948    
949     * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
950     - [1.11.0-02]
951     - update to new UI system [miked 5494]
952    
953     * Wed Nov 6 2002 Charlie Brady <charlieb@e-smith.com>
954     - [1.11.0-01]
955     - Rolling development stream version to 1.11.0
956    
957     * Tue Oct 15 2002 Charlie Brady <charlieb@e-smith.com>
958     - [1.10.1-01]
959     - New checkout to force head revisions to 1.10.1
960    
961     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
962     - [1.10.0-01]
963     - Roll to maintained version number to 1.10.0
964    
965     * Fri Oct 11 2002 Gordon Rowell <gordonr@e-smith.com>
966     - [1.9.0-09]
967     - Added missing closing paren - code police needed earlier [gordonr 5168]
968    
969     * Fri Oct 11 2002 Gordon Rowell <gordonr@e-smith.com>
970     - [1.9.0-08]
971     - Renamed duplicate lexicon tag RESTORE_IN_PROGRESS{,_BEGAN_AT}
972     RESTORE_IN_PROGRES_DESC -> MUST_REBOOT_AFTER_RESTORE in tape restore
973     [gordonr 5168]
974    
975     * Wed Oct 9 2002 Mike Dickson <miked@e-smith.com>
976     - [1.9.0-07]
977     - Fixed double call of pre-restore [miked 5158]
978    
979     * Wed Oct 9 2002 Mike Dickson <miked@e-smith.com>
980     - [1.9.0-06]
981     - Fixed references to ext2 filesystem in CalculateSizes; cahnged them to ext3
982    
983     * Wed Sep 25 2002 Charlie Brady <charlieb@e-smith.com>
984     - [1.9.0-05]
985     - Add calls to signal-event pre-restore before tape or desktop restore
986     (currently to stop slapd and remove LDIF dump file). [charlieb 2745]
987    
988     * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
989     - [1.9.0-04]
990     - Fix XML errors in backup panel. [charlieb 2745]
991    
992     * Fri Sep 20 2002 Charlie Brady <charlieb@e-smith.com>
993     - [1.9.0-03]
994     - Complete previous change - the web panel needed to be updated as well.
995     [charlieb 2745]
996    
997     * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
998     - [1.9.0-02]
999     - Change mysql-dump-tables and mysql-delete-dumps events to pre-backup and
1000     post-backup events. [charlieb 2745]
1001    
1002     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
1003     - [1.9.0-01]
1004     - Changing version to development stream number to 1.9.0
1005    
1006     * Fri May 31 2002 Tony Clayton <apc@e-smith.com>
1007     - [1.8.2-01]
1008     - Reverting previous change - "it's a feature" [tonyc 3746]
1009    
1010     * Fri May 31 2002 Tony Clayton <apc@e-smith.com>
1011     - [1.8.1-01]
1012     - Prevent tape/destop restores from dieing in state=running [tonyc 3746]
1013    
1014     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
1015     - [1.8.0-01]
1016     - Changing version to maintained stream number to 1.8.0
1017    
1018     * Fri May 31 2002 Mark Knox <markk@e-smith.com>
1019     - [1.7.20-01]
1020     - Fixed some funny table cells that were causing trouble in Netscape
1021     [markk 3764]
1022    
1023     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
1024     - [1.7.19-01]
1025     - Removed unused config db tie in restore-idle-flag.
1026     - Add initialisation of backup service entry in config db.
1027     This will allow restore from tape to work out of the box.
1028     [charlieb 1254, 3746]
1029    
1030     * Wed May 29 2002 Tony Clayton <apc@e-smith.com>
1031     - [1.7.18-01]
1032     - Fix bad string concats in /sbin/e-smith/backup fragments [tonyc 3180]
1033    
1034     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1035     - [1.7.17-01]
1036     - RPM rebuild forced by cvsroot2rpm
1037    
1038     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1039     - [1.7.16-01]
1040     - testing co2rpm --force
1041    
1042     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1043     - [1.7.15-01]
1044     - testing co2rpm --force
1045    
1046     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1047     - [1.7.14-01]
1048     - testing co2rpm --force
1049    
1050     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1051     - [1.7.13-01]
1052     - testing co2rpm --force
1053    
1054     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
1055     - [1.7.12-01]
1056     - Changed quoting in /etc/crond.d/backup template [gordonr 3029]
1057    
1058     * Sat May 18 2002 Gordon Rowell <gordonr@e-smith.com>
1059     - [1.7.11-01]
1060     - "Verify complete" -> "Verification is complete" [gordonr 3544]
1061    
1062     * Wed May 8 2002 Mark Knox <markk@e-smith.com>
1063     - [1.7.10-01]
1064     - Allow form uploads and large files to be posted. [markk 3159]
1065    
1066     * Wed May 8 2002 Mark Knox <markk@e-smith.com>
1067     - [1.7.9-01]
1068     - Localised a few more strings in sbin/e-smith/backup templates [markk 3029]
1069    
1070     * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
1071     - [1.7.8-01]
1072     - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
1073    
1074     * Tue Apr 16 2002 Mark Knox <markk@e-smith.com>
1075     - [1.7.7-01]
1076     - I18n backup cronjob using gettext. Also converted to ConfigDB. [markk 3029]
1077    
1078     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
1079     - [1.7.7-01]
1080     - Language en->en-us
1081    
1082     * Fri Apr 12 2002 Mark Knox <markk@e-smith.com>
1083     - [1.7.6-01]
1084     - Internationalized using FormMagick lexicon [markk 3159]
1085     - Converted to esmith::ConfigDB API [markk 3159]
1086    
1087     * Fri Mar 15 2002 Charlie Brady <charlieb@e-smith.com>
1088     - [1.7.5-01]
1089     - Include "du -s " of all backed up files and directories other than
1090     /home/e-smith in desktop backup estimate.
1091    
1092     * Thu Mar 14 2002 Charlie Brady <charlieb@e-smith.com>
1093     - [1.7.4-01]
1094     - Fix error in use of AccountsDB interface (#2139).
1095    
1096     * Thu Mar 07 2002 Charlie Brady <charlieb@e-smith.com>
1097     - [1.7.3-01]
1098     - Include /root in desktop backup and in size estimate (#2322).
1099     - Change text to indicate that desktop backup file will be somewhat
1100     smaller if files are compressible.
1101    
1102     * Thu Mar 07 2002 Charlie Brady <charlieb@e-smith.com>
1103     - [1.7.2-01]
1104     - Use Quota module to estimate desktop backup size, by summing over all
1105     user accounts (#2139).
1106    
1107     * Wed Feb 27 2002 Jason Miller <jmiller@e-smith.com>
1108     - [1.7.1-01]
1109     - Rolled to version 1.7.1-01 to verify CVS contents from 1.7.0-01.
1110     Includes all patchesup to 1.7.0-01.
1111    
1112     * Wed Feb 27 2002 Jason Miller <jay@e-smith.com>
1113     - [1.7.0-01]
1114     - rollRPM: Rolled version number to 1.7.0-01. Includes patches up to 1.6.0-01.
1115    
1116     * Tue Dec 11 2001 Adrian Chung <mac@e-smith.com>
1117     - [1.6.0-01]
1118     - rollRPM: Rolled version number to 1.6.0-01. Includes patches up to 1.5.0-04.
1119    
1120     * Thu Dec 6 2001 Adrian Chung <adrianc@e-smith.com>
1121     - [1.5.0-04]
1122     - Adding text to restore screen that warns that your restore
1123     is not complete until you see the words Restore complete and
1124     /etc/smbpasswd is restored.
1125    
1126     * Wed Nov 28 2001 Charlie Brady <charlieb@e-smith.com>
1127     - [1.5.0-03]
1128     - Report restore/verify problems if they are detected. Do not do any
1129     post processing unless the restore completes successfully.
1130    
1131     * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
1132     - [1.5.0-02]
1133     - adding last patch to prep section. feels like monday.
1134    
1135     * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
1136     - [1.5.0-01]
1137     - Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-06.
1138     - use esmith::lockfile for lockfile stuff
1139     - add dependency on e-smith-lib >= 1.7.0-20 for esmith::lockfile
1140    
1141     * Tue Nov 13 2001 Tony Clayton <tonyc@e-smith.com>
1142     - [1.4.0-06]
1143     - backing out lockfile patch - moving to new stream
1144    
1145     * Mon Nov 12 2001 Tony Clayton <tonyc@e-smith.com>
1146     - [1.4.0-05]
1147     - use esmith::lockfile for lockfile stuff
1148     - add dependency on e-smith-lib >= 1.7.0-20 for esmith::lockfile
1149    
1150     * Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com>
1151     - [1.4.0-04]
1152     - rebranding to Mitel Networks
1153    
1154     * Fri Aug 17 2001 Gordon Rowell <gordonr@e-smith.com>
1155     - [1.4.0-03]
1156     - Changed default network backup filename to "smeserver.tgz"
1157     - Note: We can still restore the old format "esmithsg.bak" files
1158    
1159     * Fri Aug 17 2001 gordonr
1160     - [1.4.0-02]
1161     - Autorebuild by rebuildRPM
1162    
1163     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
1164     - [1.4.0-01]
1165     - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-10.
1166    
1167     * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
1168     - [1.3.0-10]
1169     - More branding changes
1170    
1171     * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
1172     - [1.3.0-09]
1173     - More branding changes
1174    
1175     * Tue Jul 31 2001 Jason Miller <jmiller@e-smith.com>
1176     - [1.3.0-08]
1177     - Branding/marketing text changes email/e-mail
1178    
1179     * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
1180     - [1.3.0-07]
1181     - Branding text changes to the backup web panel
1182    
1183     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
1184     - [1.3.0-06]
1185     - Changed license to GPL
1186    
1187     * Wed Jul 04 2001 Gordon Rowell <gordonr@e-smith.com>
1188     - [1.3.0-05]
1189     - Default to .tgz for desktop backup/restore/verify
1190     - Allow uuencoded tar (esmithsg.bak) for restore/verify backwards compatability
1191    
1192     * Thu Jun 07 2001 Gordon Rowell <gordonr@e-smith.com>
1193     - [1.3.0-04]
1194     - Add --verbose to tar --extract so web panels shows restored files
1195    
1196     * Thu Jun 07 2001 Charlie Brady <charlieb@e-smith.com>
1197     - [1.3.0-03]
1198     - Add option to verify desktop backup file contents.
1199    
1200     * Thu Jun 07 2001 Charlie Brady <charlieb@e-smith.com>
1201     - [1.3.0-02]
1202     - Avoid use of redundant temporary file, CGI.pm already creates one for us,
1203     and provides us with a file handle.
1204    
1205     * Wed Apr 11 2001 Adrian Chung <mac@e-smith.com>
1206     - [1.3.0-01]
1207     - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-11.
1208    
1209     * Wed Feb 21 2001 Charlie Brady <charlieb@e-smith.com>
1210     - [1.2.0-11]
1211     - Add tape rewind action to tape restore
1212    
1213     * Wed Feb 21 2001 Peter Samuel <peters@e-smith.com>
1214     - [1.2.0-10]
1215     - Now rewinds tape before zeroing tape.
1216     - Writes 32k of zeroes instead of 10k.
1217    
1218     * Thu Feb 14 2001 Charlie Brady <charlieb@e-smith.com>
1219     - [1.2.0-09]
1220     - Add conf-backup to bootstrap-console-save.
1221     - Don't need templates-user-custom directory now, it's in e-smith-base RPM.
1222    
1223     * Mon Feb 12 2001 Peter Samuel <peters@e-smith.com>
1224     - [1.2.0-08]
1225     - Duping STDOUT fails for netscape. Now just redirecting STDOUT to STDERR.
1226    
1227     * Mon Feb 12 2001 Adrian Chung <adrianc@e-smith.com>
1228     - [1.2.0-07]
1229     - rolling release number for GPG signing.
1230    
1231     * Sun Feb 11 2001 Charlie Brady
1232     - [1.2.0-06]
1233     - Include etc/e-smith/templates-user-custom in backup
1234    
1235     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
1236     - Rolling release number for GPG signing.
1237    
1238     * Thu Feb 8 2001 Peter Samuel <peters@e-smith.com>
1239     - [1.2.0-04]
1240     - Zero pad minutes for backup and reminder times.
1241     - Fix nasty problem stopping flexbackup running in the background.
1242     Needed to dup STDOUT, close STDOUT, and reset STDOUT to duped fd.
1243    
1244     * Tue Jan 30 2001 Peter Samuel <peters@e-smith.com>
1245     - [1.2.0-03]
1246     - Changed size calculations so that minimum size displayed is 1Mb.
1247     - Changed wording of size of snapshot.
1248     - Notify user how much free space exists in /tmp.
1249     - Remove uploaded file after restore.
1250    
1251     * Mon Jan 29 2001 Charlie Brady <charlieb@e-smith.com>
1252     - [1.2.0-02]
1253     - Preserve gid of www across restore.
1254     - Add comment about upbuffering output
1255    
1256     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
1257     - [1.2.0-01]
1258     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-17.
1259    
1260     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
1261     - [1.1.0-17]
1262     - Added html output to reboot function of manager panel
1263    
1264     * Wed Jan 24 2001 Peter Samuel <peters@e-smith.com>
1265     - [1.1.0-16]
1266     - /sbin/e-smith/backup zeroes tape before starting. This is a hack to
1267     work around talking to ide tapes via ide-scsi.
1268    
1269     * Wed Jan 17 2001 Peter Samuel <peters@e-smith.com>
1270     - [1.1.0-15]
1271     - mysql tables are deleted before and after backups and restores
1272    
1273     * Tue Jan 16 2001 Peter Samuel <peters@e-smith.com>
1274     - [1.1.0-14]
1275     - cron job now runs every day
1276    
1277     * Mon Jan 15 2001 Peter Samuel <peters@e-smith.com>
1278     - [1.1.0-13]
1279     - removed unnecessary /sbin/e-smith/tape-restore template
1280     - fixed html formatting problem in backup panel
1281     - fixed backgrounding problem in backup panel - need to close STDOUT in child
1282     - format fixes in backup panel
1283    
1284     * Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com>
1285     - [1.1.0-12]
1286     - Changes to the menu item ordering for the e-smith manager
1287    
1288     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1289     - [1.1.0-11]
1290     - Changed fork and signal handling again - doesn't seem to make much
1291     difference. Could be the lock file interaction - needs testing.
1292    
1293     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1294     - [1.1.0-10]
1295     - Fixed order of files to be restored
1296     - Moved signal handling but it makes no difference, still can't background
1297    
1298     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1299     - [1.1.0-09]
1300     - /sbin/e-smith/backup now dumps mysql tables to /home/e-smith prior
1301     to running the tape backup
1302    
1303     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1304     - [1.1.0-08]
1305     - fixed uninitialised variables
1306     - reboot action calls backgroundCommand instead of showing new panel
1307    
1308     * Sat Jan 13 2001 Peter Samuel <peters@e-smith.com>
1309     - [1.1.0-07]
1310     - fixed syntax error in /etc/e-smith/events/actions/conf-backup
1311    
1312     * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
1313     - [1.1.0-06]
1314     - flexbackup is merely the default backup program
1315     - cron job calls /sbin/e-smith/backup which is a templated file
1316     - restore-tape action now given to flexbackup as it is flexbackup specific
1317    
1318     * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
1319     - [1.1.0-05]
1320     - Removed checks for uptime. The state in /etc/e-smith/restore is not
1321     changed, regardless of reboots. It is changed by bootstrap-console.
1322     - Lots of text changes for consistency and to reinforce the need to
1323     reboot after a restore
1324     - Mail is sent to the admin user after a tape restore indicating
1325     success or failure.
1326     - mysql tables are dumped to /home/e-smith prior to network backup.
1327     - Calculation of tarsize handles negative values sensibly.
1328    
1329     * Fri Jan 12 2001 Peter Samuel <peters@e-smith.com>
1330     - [1.1.0-04]
1331     - No longer checks for current state of EthernetDrive1 and LocalIP.
1332     - Does not do a forced reboot under any circumstances.
1333     - Calls post-upgrade after the restore instead of post-restore.
1334    
1335     * Thu Jan 11 2001 Peter Samuel <peters@e-smith.com>
1336     - [1.1.0-03]
1337     - Major changes to panel. Now does tape restore in background. Lots of
1338     checks and balances to avoid concurrent restores/backups etc.
1339    
1340     * Wed Jan 10 2001 Jason Miller <jmiller@e-smith.com>
1341     - [1.1.0-02]
1342     - Minor change to the copyright for consistency
1343    
1344     * Tue Jan 9 2001 Peter Samuel <peters@e-smith.com>
1345     - [1.1.0-01]
1346     - Rolled version to 1.1.0-01. Includes patches upto 0.1-4
1347    
1348     * Mon Jan 8 2001 Peter Samuel <peters@e-smith.com>
1349     - [0.1-4]
1350     - Now restores config from tape
1351    
1352     * Sun Jan 7 2001 Jason Miller <jmiller@e-smith.com>
1353     - [0.1-2] through [0.1-3]
1354     - completed the update section for configuration database
1355     of flexbackup
1356     - prepared the restore-tape option for the call to the
1357     proper event for restoring from tape
1358    
1359     * Sun Jan 7 2001 Jason Miller <jmiller@e-smith.com>
1360     - initial release
1361    
1362     %description
1363     e-smith server central backup administration panel
1364    
1365     %prep
1366     %setup
1367 wellsi 1.2 %patch1 -p1
1368 wellsi 1.3 %patch2 -p1
1369 burnat 1.4 %patch3 -p1
1370 wellsi 1.5 %patch4 -p1
1371 wellsi 1.6 %patch5 -p1
1372 wellsi 1.7 %patch6 -p1
1373 wellsi 1.8 %patch7 -p1
1374 wellsi 1.9 %patch8 -p1
1375 wellsi 1.10 %patch9 -p1
1376 wellsi 1.11 %patch10 -p1
1377 wellsi 1.12 %patch11 -p1
1378 wellsi 1.14 %patch12 -p1
1379 wellsi 1.15 %patch13 -p1
1380 wellsi 1.16 %patch14 -p1
1381 wellsi 1.17 %patch15 -p1
1382 wellsi 1.18 %patch16 -p1
1383 wellsi 1.19 %patch17 -p1
1384 wellsi 1.20 %patch18 -p1
1385 wellsi 1.21 %patch19 -p1
1386 wellsi 1.22 %patch20 -p1
1387 wellsi 1.23 %patch21 -p1
1388 wellsi 1.24 %patch22 -p1
1389 wellsi 1.25 %patch23 -p1
1390 wellsi 1.26 %patch24 -p1
1391 wellsi 1.27 %patch25 -p1
1392 wellsi 1.28 %patch26 -p1
1393 wellsi 1.29 %patch27 -p1
1394     %patch28 -p1
1395 wellsi 1.30 %patch29 -p1
1396 wellsi 1.31 %patch30 -p1
1397     %patch31 -p1
1398 wellsi 1.33 %patch32 -p1
1399     %patch33 -p1
1400 slords 1.1
1401     %build
1402     /sbin/e-smith/buildtests 10e-smith-backup
1403    
1404     perl createlinks
1405    
1406     # Extract a new copy of the English .po, though we won't use it for this build
1407     xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/backup.po \
1408     root/etc/e-smith/templates/etc/crontab/backup \
1409     root/sbin/e-smith/do_backup
1410    
1411     /sbin/e-smith/generate-lexicons
1412    
1413     %install
1414     rm -rf $RPM_BUILD_ROOT
1415     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1416     rm -f %{name}-%{version}-%{release}-filelist
1417     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1418     > %{name}-%{version}-%{release}-filelist
1419     echo "%doc Copying" >> %{name}-%{version}-%{release}-filelist
1420     echo "%doc Artistic" >> %{name}-%{version}-%{release}-filelist
1421     echo "%doc LICENSE" >> %{name}-%{version}-%{release}-filelist
1422    
1423     %clean
1424     rm -rf $RPM_BUILD_ROOT
1425    
1426     %files -f %{name}-%{version}-%{release}-filelist
1427     %defattr(-,root,root)

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