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

Annotation of /rpms/e-smith-hosts/sme8/e-smith-hosts.spec

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


Revision 1.14 - (hide annotations) (download)
Tue Oct 19 18:03:09 2010 UTC (13 years, 8 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-hosts-2_2_0-5_el5_sme
Changes since 1.13: +7 -2 lines
* Tue Oct 19 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
- Update textbox description to also reflect the option of a FQDN [SME: 6296]

1 snetram 1.14 # $Id: e-smith-hosts.spec,v 1.13 2010/10/14 17:58:56 slords Exp $
2 slords 1.9
3 slords 1.1 Summary: e-smith module for managing hosts entries
4     Name: e-smith-hosts
5 slords 1.9 %define version 2.2.0
6 snetram 1.14 %define release 5
7 slords 1.1 Version: %{version}
8     Release: %{release}%{?dist}
9     License: GPL
10     Group: Networking/Daemons
11     Source: %{name}-%{version}.tar.gz
12 filippocarletti 1.10 Patch1: e-smith-hosts-2.2.0_allow_cname.patch
13 slords 1.11 Patch2: e-smith-hosts-2.2.0-host_ip_validator.patch
14 slords 1.13 Patch3: e-smith-hosts-2.2.0-trap_croak.patch
15 snetram 1.14 Patch4: e-smith-hosts-2.2.0-ip-fqdn.patch
16 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17     Requires: e-smith-base
18     Requires: e-smith-lib >= 1.15.1-19
19     Requires: e-smith-test >= 0.1.14
20 slords 1.7 Requires: e-smith-formmagick >= 1.4.0-12
21 filippocarletti 1.10 Requires: e-smith-tinydns >= 2.2.0-2
22 slords 1.1 BuildRequires: e-smith-devtools
23     BuildArchitectures: noarch
24     AutoReqProv: no
25    
26     %description
27     e-smith module to allow the configuration of the hosts database, which is
28     used to build the DNS and DHCP configuration.
29    
30     %changelog
31 snetram 1.14 * Tue Oct 19 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
32     - Update textbox description to also reflect the option of a FQDN [SME: 6296]
33    
34 slords 1.13 * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
35     - Trap croak inside Net::IPv4Addr::ipv4_in_network [SME: 6288]
36    
37 slords 1.11 * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-3.sme
38     - Add validator back for ip or cname entry [SME: 3132]
39    
40 filippocarletti 1.10 * Thu Jul 29 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-2.sme
41     - Allow use of CNAME in remote hosts [SME: 3132]
42    
43 slords 1.9 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
44     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
45    
46 snetram 1.8 * Tue Jul 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.0-14
47     - Move single occurence HOSTTYPE back to e-smith-hosts
48    
49 snetram 1.5 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.0-13
50 snetram 1.6 - Add common <base> tags to e-smith-formmagick's general [SME: 4280]
51 snetram 1.5
52 bytegw 1.4 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.14.0-12
53     - Remove duplicate <base> entries [SME: 3895]
54    
55     * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 1.14.0-11
56     - Remove empty lexicon entry [SME: 3880]
57    
58 slords 1.3 * Thu Jul 12 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-10
59     - Remove implicit use of GLOBAL_IP lexicon entries. [SME: 3135]
60    
61 slords 1.2 * Fri Jul 06 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-9
62     - Remove more remnant lexicon entries. [SME: 3135]
63    
64     * Fri Jul 06 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-8
65     - Remove remnant DNS publication code and lexicon entries. [SME: 3135]
66    
67 slords 1.1 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
68     - Clean up spec so package can be built by koji/plague
69    
70     * Mon Feb 19 2007 Stephen Noble <support@dungog.net> 1.14.0-7
71     - Fix text with a space [SME: 2246]
72    
73     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 1.14.0-6
74     - Make success/failure messages standard [SME: 2290]
75    
76     * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.14.0-5
77     - Add comment to host entries. [SME: 878]
78    
79     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
80     - Update to new release naming. No functional changes.
81     - Make Packager generic
82    
83     * Thu Jun 22 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-03
84     - Fix display of hosts table for additional domains. [SME: 1630, 1374]
85    
86     * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 1.14.0-02
87     - Improved layout applied to Hostnames and addresses. [SME: 1374]
88    
89     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-01
90     - Roll stable stream version. [SME: 1016]
91    
92     * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.3-04
93     - Fix purge-domain code relating to pseudonym cleanup [SME: 515]
94    
95     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.3-03
96     - Bump release number only
97    
98     * Fri Nov 4 2005 Charlie Brady <charlieb@e-smith.com>
99     - [1.13.3-02]
100     - s/local_ip/global_ip/ when setting host to type Remote.
101     Ensure that Remote hosts don't have local_ip set.
102     [SF: 1293449]
103     - Add missing "IP_ADDRESS" localisation.
104     - Remove vestigial print_global_ip_field() function.
105     - Deal gracefully with missing Nameservers property of domains.
106    
107     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
108     - [1.13.3-01]
109     - Remove L10Ns from base packages [SF: 1309520]
110    
111     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
112     - [1.13.2-01]
113     - New dev stream before relocating L10Ns
114    
115     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
116     - [1.13.1-15]
117     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
118    
119     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
120     - [1.13.1-14]
121     - Only display the DNS Forwarder message if there are no domains
122     set with Nameservers==localhost [SF: 1303422]
123    
124     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
125     - [1.13.1-13]
126     - Allow dnscache{Forwarder} to be configured, but empty [SF: 1303422]
127    
128     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
129     - [1.13.1-12]
130     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
131    
132     * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
133     - [1.13.1-11]
134     - Avoid double reformatting of old host records, which breaks HostType == self
135     records. [SF: 1275450]
136    
137     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
138     - [1.13.1-10]
139     - Remove some remnant ServiceLink code
140     - Replace conf-migrate-hosts with some migrate fragments for the host db
141     - Restart dnscache during host-{create,delete,modify} events, so that
142     cached information on hostnames is purged. [SF: 1243418,1243423]
143    
144     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
145     - [1.13.1-09]
146     - Hostnames panel updates from Shad Lords.
147    
148     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
149     - [1.13.1-08]
150     - Complete the update to current db access APIs - a few esmith::db and
151     esmith::config calls were found hiding. Rewrite conf-hostsdb as simple
152     shell script. [SF: 1216546]
153    
154     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
155     - [1.13.1-07]
156     - Greatly simplify delete-hosts, and rename to purge-domain. Purge user@domain
157     pseudonyms for deleted domains. [SF: 1193570 (Gordon)]
158    
159     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
160     - [1.13.1-06]
161     - Update to current db access APIs, in readiness for move of dbs to private
162     directory. [SF: 1216546 (Shad)]
163    
164     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
165     - [1.13.1-05]
166     - Fix to ensure panel returns status if delete fails [SF: 1200284 (Shad)]
167    
168     * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
169     - [1.13.1-04]
170     - Include Shad's panel changes (publishglobal and formmagick patches)
171     from e-smith-hosts-1.13.0-02sme04. [SF: 1234280]
172     - Avoid multiple re-openings of config db in panel code.
173    
174     * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
175     - [1.13.1-03]
176     - Move all host db manipulation actions to before template
177     expansions (in all events, not just bootstrap-console-save).
178     [SF: 1234255]
179    
180     * Thu Apr 14 2005 Charlie Brady <charlieb@e-smith.com>
181     - [1.13.1-02]
182     - Use services2adjust symlink to reconfigure tinydns (tinydns-conf
183     is obsolete).
184     - Move all host db manipulation actions to before template
185     expansions in bootstrap-console-save.
186    
187     * Fri Apr 1 2005 Charlie Brady <charlieb@e-smith.com>
188     - [1.13.1-01]
189     - Roll new dev stream - 1.13.1
190    
191     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
192     - [1.13.0-06]
193     - Use generic_template_expand action in place of restart-dhcpd.
194     Update e-smith-lib dependency. [MN00064130]
195    
196     * Mon Mar 7 2005 Charlie Brady <charlieb@e-smith.com>
197     - [1.13.0-05]
198     - Fix RE used in untainting of hostname. [charlieb MN00050161]
199    
200     * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
201     - [1.13.0-04]
202     - Only check if host exists on create not modify. [MN00065708]
203     - Remove stray ServiceLink action symlink. [MN00064757]
204    
205     * Wed Nov 10 2004 Charlie Brady <charlieb@e-smith.com>
206     - [1.13.0-03]
207     - Untaint hostname before using in system(). [charlieb MN00050161]
208    
209     * Tue May 25 2004 Michael Soulier <msoulier@e-smith.com>
210     - [1.13.0-02]
211     - Fixing typo that prevented H&A panel from being disabled if a DNS forwarder
212     was in use. [msoulier MN00034840]
213    
214     * Tue May 25 2004 Michael Soulier <msoulier@e-smith.com>
215     - [1.13.0-01]
216     - rolling to dev stream - 1.13.0
217    
218     * Thu Feb 19 2004 Michael Soulier <msoulier@e-smith.com>
219     - [1.12.0-04]
220     - Added a check in more_options() to reject the hostname if it's a dup.
221     [msoulier dpar-20864]
222    
223     * Thu Feb 19 2004 Michael Soulier <msoulier@e-smith.com>
224     - [1.12.0-03]
225     - Added further validation of the local IP address, to prevent the user using
226     the external or internal interface IP, the gateway IP, or the loopback
227     interface. [msoulier 8887]
228     - Added further validation of a host being added as local, to prevent users
229     adding "local" hosts with are not local. [msoulier dpar-20865]
230    
231     * Tue Aug 19 2003 Michael Soulier <msoulier@e-smith.com>
232     - [1.12.0-02]
233     - Fixed persistence problem with publish_globally field. [msoulier 9427]
234    
235     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
236     - [1.12.0-01]
237     - Changing version to stable stream number - 1.12.0
238    
239     * Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com>
240     - [1.11.1-01]
241     - Added order to migrate fragments [gordonr 9015]
242    
243     * Fri Jun 6 2003 Gordon Rowell <gordonr@e-smith.com>
244     - [1.11.0-32]
245     - Move force to lowercase to the correct place so we don't just bark
246     if upper case hostnames are entered - we squash them to lower case
247     before confirming [gordonr 8939]
248     - Correct the migrate fragment [gordonr 8939]
249    
250     * Fri Jun 6 2003 Gordon Rowell <gordonr@e-smith.com>
251     - [1.11.0-31]
252     - Force hostnames to lowercase on h&a panel [gordonr 8939]
253     - Sanitise hostsdb for old non-lowercase names (WIP) [gordonr 8939]
254    
255     * Fri May 30 2003 Michael Soulier <msoulier@e-smith.com>
256     - [1.11.0-30]
257     - Updated delete-hosts to use esmith::HostsDB, and removed redundant bind db
258     handling. [msoulier 8809]
259     - Updated delete-hosts to scan the entire hostsdb, cross-referencing with the
260     domainsdb, and remove any host for a domain that we do not manage.
261     [msoulier 8809]
262     - Added links to delete-hosts from bootstrap-console-save and
263     registration-clear. [msoulier 8809]
264    
265     * Tue May 20 2003 Michael Soulier <msoulier@e-smith.com>
266     - [1.11.0-29]
267     - Fixed indentation in lexicon files, and changed "Create/modify" to "Create
268     or modify" in all lexicon files. [msoulier 8543]
269    
270     * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
271     - [1.11.0-28]
272     - Add Spanish lexicon for hostentries [lijied 3793]
273    
274     * Tue Apr 29 2003 Gordon Rowell <gordonr@e-smith.com>
275     - [1.11.0-27]
276     - Removed duplicate </trans> tag [gordonr 8613]
277    
278     * Thu Apr 24 2003 Lijie Deng <lijied@e-smith.com>
279     - [1.11.0-26]
280     - Deleted FIRSTPAGE_DESC text [lijied 8493]
281    
282     * Tue Apr 22 2003 Lijie Deng <lijied@e-smith.com>
283     - [1.11.0-25]
284     - Removed inline in text [lijied 7949]
285    
286     * Mon Apr 21 2003 Lijie Deng <lijied@e-smith.com>
287     - [1.11.0-24]
288     - Standardize Add/Save button name [lijied 7921]
289    
290     * Tue Apr 15 2003 Gordon Rowell <gordonr@e-smith.com>
291     - [1.11.0-23]
292     - Added fr entry for previous change [gordonr 3722]
293    
294     * Mon Apr 14 2003 Gordon Rowell <gordonr@e-smith.com>
295     - [1.11.0-22]
296     - Don't display H&A panel if DNS forwarder configured [gordonr 3722]
297    
298     * Wed Apr 9 2003 Gordon Rowell <gordonr@e-smith.com>
299     - [1.11.0-21]
300     - Panel cleanup now all domains are in domains db [gordonr 8097]
301    
302     * Tue Apr 8 2003 Lijie Deng <lijied@e-smith.com>
303     - [1.11.0-20]
304     - Standardized the button name [lijied 7921]
305    
306     * Fri Apr 4 2003 Lijie Deng <lijied@e-smith.com>
307     - [1.11.0-19]
308     - Change $q->table to $q->start_table where necessary [lijied 8034]
309    
310     * Fri Apr 4 2003 Charlie Brady <charlieb@e-smith.com>
311     - [1.11.0-18]
312     - Add tinydns-conf links in place of previous named-conf ones.
313     [charlieb 8071]
314    
315     * Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com>
316     - [1.11.0-17]
317     - Removed 'Mitel Networks SME Server' branding [lijied 8016]
318    
319     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
320     - [1.11.0-16]
321     - Removed named links [gordonr 7659]
322    
323     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
324     - [1.11.0-15]
325     - Removed conf-dhcpd symlinks - now done in run script [gordonr 7771]
326    
327     * Mon Mar 31 2003 Mike Dickson <miked@e-smith.com>
328     - [1.11.0-14]
329     - fixed the "Action" column to be several comns instead of one [miked 7761]
330    
331     * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
332     - [1.11.0-13]
333     - Modified French lexicon to use lang="fr", rename the lexicon
334     directory to fr [lijied 6787]
335    
336     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
337     - [1.11.0-12]
338     - Modified hostentries panel order [lijied 7356]
339    
340     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
341     - [1.11.0-11]
342     - Split en-us lexicon from hostentries panel [lijied 4030]
343    
344     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
345     - [1.11.0-10]
346     - Added French lexicon for hostsentries. [lijied 5003]
347    
348     * Mon Feb 24 2003 Michael Soulier <msoulier@e-smith.com>
349     - [1.11.0-09]
350     - Remove use of LocalDomainPrefix. [msoulier 4812]
351    
352     * Fri Feb 21 2003 Charlie Brady <charlieb@e-smith.com>
353     - [1.11.0-08]
354     - Remove deprecated WebServerName setting from canned test data. [charlieb 6861]
355    
356     * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
357     - [1.11.0-07]
358     - added Action to the lexicon [miked 6363]
359    
360     * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
361     - [1.11.0-06]
362     - minor UI updates [miked 5494]
363    
364     * Mon Dec 16 2002 Charlie Brady <charlieb@e-smith.com>
365     - [1.11.0-05]
366     - Fix problem with globally visible (published) external IPs [charlieb 5816]
367    
368     * Mon Dec 9 2002 Mike Dickson <miked@e-smith.com>
369     - [1.11.0-04]
370     - ui update [miked 5494]
371    
372     * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
373     - [1.11.0-03]
374     - ui update [miked 5494
375    
376     * Fri Nov 15 2002 Charlie Brady <charlieb@e-smith.com>
377     - [1.11.0-02]
378     - Removing explicit dependency on e-smith-named. [charlieb 4058]
379    
380     * Fri Nov 15 2002 Charlie Brady <charlieb@e-smith.com>
381     - [1.11.0-01]
382     - Rolling development stream to 1.11.0
383    
384     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
385     - [1.10.0-01]
386     - Roll to maintained version number to 1.10.0
387    
388     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
389     - [1.9.0-11]
390     - Back out the check for duplicate hosts added at 1.9.0-04 - it prevents
391     any modification of existing hostnames. [charlieb 3813]
392    
393     * Fri Sep 6 2002 Gordon Rowell <gordonr@e-smith.com>
394     - [1.9.0-10]
395     - Check return value of open on NetworkServicesDB [gordonr 4760]
396    
397     * Fri Sep 6 2002 Gordon Rowell <gordonr@e-smith.com>
398     - [1.9.0-09]
399     - Make use of NetworkServicesDB.pm in conf-migrate-hosts [gordonr 4773]
400    
401     * Fri Sep 6 2002 Gordon Rowell <gordonr@e-smith.com>
402     - [1.9.0-08]
403     - Remove auto-creation of LocalDomainPrefix on upgrades. An existing
404     value will be retained, but the implicit creation of e-smith.
405     or mitel-networks. for the local prefix no longer happens. [gordonr 4811]
406    
407     * Thu Sep 5 2002 Mark Knox <markk@e-smith.com>
408     - [1.9.0-07]
409     - Added 3 missing lexicon entries [markk 3812]
410    
411     * Wed Sep 4 2002 Mark Knox <markk@e-smith.com>
412     - [1.9.0-06]
413     - Fixed some problems with dhcp range validator [markk 4513]
414    
415     * Mon Aug 26 2002 Mark Knox <markk@e-smith.com>
416     - [1.9.0-05]
417     - Improved logic for when to clear global IP [markk 3816]
418    
419     * Mon Aug 26 2002 Mark Knox <markk@e-smith.com>
420     - [1.9.0-04]
421     - Check for duplicate host names [markk 3813]
422    
423     * Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com>
424     - [1.9.0-03]
425     - Fix validator function from previous change [charlieb 4513]
426    
427     * Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com>
428     - [1.9.0-02]
429     - Include validator to ensure that host IP is not in DHCP range [charlieb 4513]
430    
431     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
432     - [1.9.0-01]
433     - Changing version to development stream number to 1.9.0
434    
435     * Mon Jun 3 2002 Gordon Rowell <gordonr@e-smith.com>
436     - [1.8.6-01]
437     - Default for HostType is 'Self' [gordonr 3811]
438    
439     * Mon Jun 3 2002 Gordon Rowell <gordonr@e-smith.com>
440     - [1.8.5-01]
441     - Relaxed regexp to match text: [a-z0-9][a-z0-9-]* [gordonr 3684]
442    
443     * Mon Jun 3 2002 Gordon Rowell <gordonr@e-smith.com>
444     - [1.8.4-01]
445     - Validate that the (root of the) hostname matches [a-z][a-z0-9-]*
446     Remove unused open of the ConfigDB [gordonr 3684]
447    
448     * Mon Jun 3 2002 Gordon Rowell <gordonr@e-smith.com>
449     - [1.8.3-01]
450     - Delete MACAddress when type is Remote
451     Delete RemoteIP when type is Local [gordonr 3684]
452    
453     * Mon Jun 3 2002 Mark Knox <markk@e-smith.com>
454     - [1.8.2-01]
455     - Resolved more confusion with addresses not displaying, naming conventions,
456     delete non-essential fields in modification, and stop allowing change of
457     domain during modification. [markk 3684]
458    
459     * Sat Jun 1 2002 Gordon Rowell <gordonr@e-smith.com>
460     - [1.8.1-01]
461     - Resolved a lot of confusion about HostType, Visbility, local and
462     remote hosts and global publishing. These were all mixed up.
463     TODO: Need to ensure that InternalIP and ExternalIP are deleted when
464     changing host types from Remote->Local->Self [gordonr 3684]
465    
466     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
467     - [1.8.0-01]
468     - Changing version to maintained stream number to 1.8.0
469    
470     * Fri May 31 2002 Kirrily Robert <skud@e-smith.com>
471     - [1.7.20-01]
472     - removed SL-specific service domain stuff, now just calls a routine
473     elsewhere [skud 3731]
474    
475     * Fri May 31 2002 Kirrily Robert <skud@e-smith.com>
476     - [1.7.19-01]
477     - Now checking for SL service domain in panel [skud 3684]
478    
479     * Fri May 31 2002 Kirrily Robert <skud@e-smith.com>
480     - [1.7.18-01]
481     - Made hosttyle (Local/Remote/Self) have first letter uppercase.
482     [skud 3684]
483    
484     * Thu May 30 2002 Kirrily Robert <skud@e-smith.com>
485     - [1.7.17-01]
486     - Default all hostentries props to empty string to avoid "odd number of
487     elements in hash" warning and mixed up hosts config file. [skud 3684]
488    
489     * Wed May 29 2002 Kirrily Robert <skud@e-smith.com>
490     - [1.7.16-01]
491     - Added hostname l10n for previous hostname/name fix [skud 3684]
492    
493     * Wed May 29 2002 Kirrily Robert <skud@e-smith.com>
494     - [1.7.15-01]
495     - Fixed hostname/name CGI parameter mixup in hostentries.pm [skud 3684]
496     - Fixed ethernet address validation (should be allowed to be blank)
497    
498     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
499     - [1.7.14-01]
500     - RPM rebuild forced by cvsroot2rpm
501    
502     * Fri May 17 2002 Mark Knox <markk@e-smith.com>
503     - [1.7.13-01]
504     - Added missing </entry> tag [markk 3430]
505    
506     * Fri May 17 2002 Mark Knox <markk@e-smith.com>
507     - [1.7.12-01]
508     - Removed extra lexicon data after the </form> tag. [markk 3430]
509    
510     * Thu May 16 2002 Kirrily Robert <skud@e-smith.com>
511     - [1.7.11-01]
512     - Added english localisation for NO_HOSTS_FOR_THIS_DOMAIN [skud #3429]
513    
514     * Wed May 15 2002 Kirrily Robert <skud@e-smith.com>
515     - [1.7.10-01]
516     - Fixed broken links to hostentries.skud [skud #3430]
517    
518     * Mon May 13 2002 Gordon Rowell <gordonr@e-smith.com>
519     - [1.7.9-01]
520     - Catch up with changes in action names in e-smith-named [gordonr 2733]
521    
522     * Wed May 8 2002 Gordon Rowell <gordonr@e-smith.com>
523     - [1.7.8-01]
524     - Removed whitespace from nav bar entries. For some reason it resulted
525     in another Configuration group. Probably funkiness in the navigation
526     routine, but that's for ron. [gordonr 3155]
527    
528     * Wed May 8 2002 Gordon Rowell <gordonr@e-smith.com>
529     - [1.7.7-01]
530     - removed dependency on esmith::NetworkServicesDB/ServiceLink-lib
531     [skud 3353]
532    
533     * Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com>
534     - [1.7.6-01]
535     - And fixed tests to pick up en-us [gordonr 3155]
536    
537     * Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com>
538     - [1.7.5-01]
539     - Lexicon en->en-us [gordonr 3155]
540    
541     * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
542     - [1.7.4-01]
543     - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
544    
545     * Tue Apr 30 2002 Gordon Rowell <gordonr@e-smith.com>
546     - [1.7.3-01]
547     - I18N'd version of hostentries [skud 3027]
548     - Nav bar entries for same [gordonr 3155]
549    
550     * Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com>
551     - [1.7.2-01]
552     - InternalIP & ExternalIPs now translated correctly from 4.1.2 style
553     hosts databases by conf-migrate-hosts (2495)
554     - Added 'wpad' alias for Windows proxy autodetection - thanks Damien Curtain
555     [gordonr 3073]
556    
557     * Wed Feb 27 2002 Jason Miller <jmiller@e-smith.com>
558     - [1.7.1-01]
559     - Rolling to new version 1.7.1-01, includes all patches up to 1.7.0-01,
560     as part of testing that rpm2cvs was successfull
561    
562     * Wed Feb 27 2002 Jason Miller <jay@e-smith.com>
563     - [1.7.0-01]
564     - rollRPM: Rolled version number to 1.7.0-01. Includes patches up to 1.6.0-02.
565    
566     * Fri Jan 4 2002 Adrian Chung <adrianc@e-smith.com>
567     - [1.6.0-02]
568     - Adding 'proxy' to the list of hostnames added to hosts database.
569     - Use passed in visibility argument for systemName.FQDN rather than always
570     using 'Global'.
571    
572     * Tue Dec 11 2001 Adrian Chung <mac@e-smith.com>
573     - [1.6.0-01]
574     - rollRPM: Rolled version number to 1.6.0-01. Includes patches up to 1.5.0-01.
575    
576     * Fri Nov 23 2001 Tony Clayton <tonyc@e-smith.com>
577     - [1.5.0-01]
578     - rollRPM: Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-05.
579     - s/march-networks/mitel-networks/ in conf-migrate-hosts
580    
581     * Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com>
582     - [1.4.0-05]
583     - rebranding to Mitel Networks
584    
585     * Wed Aug 22 2001 Gordon Rowell <gordonr@e-smith.com>
586     - [1.4.0-04]
587     - Well, one more branding change
588    
589     * Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com>
590     - [1.4.0-03]
591     - Final branding cleanup
592    
593     * Fri Aug 17 2001 gordonr
594     - [1.4.0-02]
595     - Autorebuild by rebuildRPM
596    
597     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
598     - [1.4.0-01]
599     - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-58.
600    
601     * Tue Jul 31 2001 Jason Miller <jmiller@e-smith.com>
602     - [1.3.0-58]
603     - Update to hostentries panel to change url
604    
605     * Tue Jul 31 2001 Jason Miller <jmiller@e-smith.com>
606     - [1.3.0-57]
607     - Update conf-migrate-hosts to change default LocalDomainPrefix value from
608     e-smith. to march-networks.
609    
610     * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
611     - [1.3.0-56]
612     - Branding text changes to the hostentries web panel
613    
614     * Wed Jul 18 2001 Jason Miller <jmiller@e-smith.com>
615     - [1.3.0-55]
616     - Updates to error message displays
617    
618     * Wed Jul 18 2001 Jason Miller <jmiller@e-smith.com>
619     - [1.3.0-54]
620     - Split actions
621    
622     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
623     - [1.3.0-53]
624     - Changed license to GPL
625    
626     * Tue Jun 12 2001 Jason Miller <jmiller@e-smith.com>
627     - [1.3.0-52]
628     - Update to conf-migrate-hosts script to ignore hosts already in the new
629     format
630    
631     * Thu Jun 07 2001 Jason Miller <jmiller@e-smith.com>
632     - [1.3.0-51]
633     - Fixed bug in create-default-hosts action
634    
635     * Thu Jun 07 2001 Jason Miller <jmiller@e-smith.com>
636     - [1.3.0-50]
637     - Update to hostentries panel to include a message about static
638     host entries and why they are non-modifiable
639    
640     * Thu Jun 07 2001 Jason Miller <jmiller@e-smith.com>
641     - [1.3.0-49]
642     - Update to create-default-hosts to create a new host for SystemName
643     with property static=yes
644     - Update to hostentries panel to not allow modifications for hosts
645     that have the property static=yes
646    
647     * Fri Jun 01 2001 Jason Miller <jmiller@e-smith.com>
648     - [1.3.0-48]
649     - Updates to several of the panels to reflect better documentation habits
650    
651     * Thu May 31 2001 Gordon Rowell <gordonr@e-smith.com>
652     - [1.3.0-47]
653     - Re-did showInitial() text to be more in line with the text in -46 changes
654    
655     * Thu May 31 2001 Jason Miller <jmiller@e-smith.com>
656     - [1.3.0-46]
657     - Similar updates for createSelf(), createLocal(), createRemote(), modifyHost()
658     as were done in 1.3.0-45.
659    
660     * Thu May 31 2001 Jason Miller <jmiller@e-smith.com>
661     - [1.3.0-45]
662     - Updates to the showInitial() subroutine in the hostentries panel to have
663     better formatted warnings
664    
665     * Wed May 30 2001 Jason Miller <jmiller@e-smith.com>
666     - [1.3.0-44]
667     - Updates to createSelfHost, createLocalHost, createRemoteHost, modifyHost
668     subroutines inside the hostentries panel to show marketing information
669    
670     * Wed May 30 2001 Jason Miller <jmiller@e-smith.com>
671     - [1.3.0-43]
672     - Updates to the showInitial panel to display marketing information
673    
674     * Wed May 16 2001 Jason Miller <jmiller@e-smith.com>
675     - [1.3.0-42]
676     - Fixed subroutine genDomainMenu() in hostentries panel
677    
678     * Thu May 10 2001 Jason Miller <jmiller@e-smith.com>
679     - [1.3.0-41]
680     - Changed order of actions
681    
682     * Wed May 09 2001 Jason Miller <jmiller@e-smith.com>
683     - [1.3.0-40]
684     - Error handling fixes to 'hostentries' panel, and 'conf-migrate-hosts'
685    
686     * Wed May 09 2001 Jason Miller <jmiller@e-smith.com>
687     - [1.3.0-39]
688     - Forgot to change conf-service-name to look for correct event
689    
690     * Wed May 09 2001 Jason Miller <jmiller@e-smith.com>
691     - [1.3.0-38]
692     - Moved the conf-service-name action
693    
694     * Wed May 09 2001 Jason Miller <jmiller@e-smith.com>
695     - [1.3.0-37]
696     - Changes various templates and web panels to check for publishDomain
697     - hostentries web panel
698     - conf-migrate-hosts action
699     - conf-service-name action
700    
701     * Tue May 01 2001 Jason Miller <jmiller@e-smith.com>
702     - [1.3.0-36]
703     - Added an optional parameter to create-default-hosts to allow one to make
704     all the default hosts Globally published [i.e. service domain name]
705    
706     * Wed Apr 25 2001 Jason Miller <jmiller@e-smith.com>
707     - [1.3.0-35]
708     - Reorganization of createlinks
709     - Added action delete-hosts which is symlinked into domain-delete
710     to automatically delete the host values for a particular domain
711    
712     * Wed Apr 25 2001 Jason Miller <jmiller@e-smith.com>
713     - [1.3.0-34]
714     - Re-added symlink for console-save -> conf-hostsdb as it would
715     be required in the event that a domain is changed in the console
716     configuration
717    
718     * Wed Apr 25 2001 Jason Miller <jmiller@e-smith.com>
719     - [1.3.0-33]
720     - Typo fix in genDomainMenu()
721    
722     * Wed Apr 25 2001 Jason Miller <jmiller@e-smith.com>
723     - [1.3.0-32]
724     - Changed showInitial() subroutine in hostentries panel to use the
725     LocalDomainPrefix if one is set instead of DomainName
726     - Changed the ordering of genDomainMenu() subroutine in hostentries so that
727     the list of domains in the system appears as:
728     - Primary domain (with LocalDomainPrefix if applicable)
729     - Service domain
730     - Sorted i-bays
731    
732     * Tue Apr 24 2001 Jason Miller <jmiller@e-smith.com>
733     - [1.3.0-31]
734     - Added actions for service domain
735    
736     * Tue Apr 24 2001 Jason Miller <jmiller@e-smith.com>
737     - [1.3.0-30]
738     - Removed conf-hostsdb from console-save and host-delete events as it is not
739     necessary
740     - Added new action create-default-hosts (linked to domain-create event) which
741     takes the passed $domainName value and generates default hosts for that domain
742     - Changed conf-hostsdb to call create-default-hosts action passing it the
743     primary domain
744    
745     * Tue Apr 24 2001 Jason Miller <jmiller@e-smith.com>
746     - [1.3.0-29]
747     - Cleaned up the Cgi code that displays the table of hosts (hostentries panel)
748     so that it would properly display in lynx
749    
750     * Mon Apr 16 2001 Jason Miller <jmiller@e-smith.com>
751     - [1.3.0-28]
752     - Fixed up /etc/dhcpd.conf/60StaticEntries so that it also checks that
753     MACAddress and LocalIP are defined AND not equal to ''
754    
755     * Thu Apr 12 2001 Jason Miller <jmiller@e-smith.com>
756     - [1.3.0-27]
757     - More panel text corrections
758     - Removed the autogeneration of hostname e-smith-manager.$DomainName as it
759     won't work as expected anyways (needs an apache configuration to pass it
760     on to the port 980)
761    
762     * Thu Apr 12 2001 Jason Miller <jmiller@e-smith.com>
763     - [1.3.0-26]
764     - More panel updates for textual content as well as some more cleanup of
765     deprecated modules
766    
767     * Thu Apr 12 2001 Jason Miller <jmiller@e-smith.com>
768     - [1.3.0-25]
769     - Panel updates for textual content for deleteHostEntry() and modifyHostEntry()
770    
771     * Wed Apr 11 2001 Jason Miller <jmiller@e-smith.com>
772     - [1.3.0-24]
773     - Panel updates for textual content for showInitial(), createSelfHost(),
774     createLocalHost(), createRemoteHost()
775     - Cleanup of several deprecated modules
776    
777     * Wed Apr 11 2001 Jason Miller <jmiller@e-smith.com>
778     - [1.3.0-23]
779     - changes to the layout of the manager text for the various panels
780     of createSelfHost(), createLocalHost(), createRemoteHost() and modifyHost()
781     - changes to the display of some of the panels
782    
783     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
784     - [1.3.0-22]
785     - Removed link to removed panel
786    
787     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
788     - [1.3.0-21]
789     - Made a generic modifyHostEntry() function that is meant for all three host
790     types and includes a drop-down to choose that type.
791     - Added 'FIXME' comments to locations that need to be removed
792    
793     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
794     - [1.3.0-20]
795     - Removed conf-hostsdb and conf-migrate-hosts out of post-install/post-upgrade
796     as this is a duplicated action set (bootstrap-console-save) which shouldn't
797     need to occur
798    
799     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
800     - [1.3.0-19]
801     - Changed conf-hostsdb and conf-migrate-hosts to not generate serviceDomain
802     entries if configuration value for ServiceDomain = '' (default on install)
803    
804     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
805     - [1.3.0-18]
806     - Added in the host-create and host-modify events to each of the performCreate()
807     and performModify() sections so that named is updated with the new information
808    
809     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
810     - [1.3.0-17]
811     - Merged the working prototype webpanel into the normal hostentries panel
812     (still keeping the old create/modify/delete scripts for reference)
813     - Made stipulation to show hostname/addresses for the serviceDomainName
814     if defined and not equal to '' (default on an installation)
815    
816     * Thu Apr 05 2001 Jason Miller <jmiller@e-smith.com>
817     - [1.3.0-16]
818     - Changed conf-migrate-hosts to be operation 06 in post-install/post-upgrade
819     as it caused a failed dependency for 05init-accounts which MUST come first
820    
821     * Wed Apr 04 2001 Jason Miller <jmiller@e-smith.com>
822     - [1.3.0-15]
823     - Added $ServiceDomainName to the list of domains for both
824     conf-hostsdb and conf-migrate-hosts scripts
825    
826     * Wed Apr 04 2001 Jason Miller <jmiller@e-smith.com>
827     - [1.3.0-14]
828     - added a new conf-migrate-hosts script to be included in
829     post-install/post-upgrade (05) to migrate existing hosts to the new format
830     as well as to check for special hosts being defined for all domains
831     [note: this doesn't include service domain just yet]
832     - changed the meaning of conf-hostsdb for the default domains that it generates
833     - changed the panel to start using /home/e-smith/hosts instead of
834     /home/e-smith/service_hosts (test centre)
835    
836     * Mon Apr 02 2001 Jason Miller <jmiller@e-smith.com>
837     - [1.3.0-13]
838     - added the functionality for modifiying all three host types
839    
840     * Mon Apr 02 2001 Jason Miller <jmiller@e-smith.com>
841     - [1.3.0-12]
842     - created user interface for modifySelfHostEntry(), modifyLocalHostEntry(),
843     and modifyRemoteHostEntry()
844    
845     * Mon Apr 02 2001 Jason Miller <jmiller@e-smith.com>
846     - [1.3.0-11]
847     - prepared modify{$HostType}HostEntry and performModify{$HostType}Modify
848     for actual content
849    
850     * Tue Mar 27 2001 Jason Miller <jmiller@e-smith.com>
851     - [1.3.0-10]
852     - Implemented the performCreateRemoteHostEntry() functionality
853    
854     * Tue Mar 27 2001 Jason Miller <jmiller@e-smith.com>
855     - [1.3.0-09]
856     - Updated performCreateSelfHostEntry() to do a check for a valid domain
857     name first, and rearranged order of variable declarations
858     - Completed the logic for performCreateLocalHostEntry()
859    
860     * Tue Mar 27 2001 Jason Miller <jmiller@e-smith.com>
861     - [1.3.0-08]
862     - implemented deleteHostEntry() to work with the new schema
863    
864     * Fri Mar 23 2001 Jason Miller <jmiller@e-smith.com>
865     - [1.3.0-07]
866     - Created the interfaces for create self/local/remote
867     - Implemented performCreateSelfHostEntry() and prepared
868     the logic for performCreateLocalHostEntry() and
869     performCreateRemoteHostEntry() to occur
870     - Changed REGEX for HostName to not allow periods at all
871     - Added genDomain() subroutine to generate a list of domains
872     to create host for.
873    
874     * Fri Mar 23 2001 Jason Miller <jmiller@e-smith.com>
875     - [1.3.0-06]
876     - Further prepared the links for create/modify/remove to include the
877     relevant host information and the appropriate subroutines to handle
878     them [minus the handling portions]
879    
880     * Thu Mar 22 2001 Jason Miller <jmiller@e-smith.com>
881     - [1.3.0-05]
882     - Prepared the links for create/modify/remove host entries
883    
884     * Thu Mar 22 2001 Jason Miller <jmiller@e-smith.com>
885     - [1.3.0-04]
886     - Added ability to store each service_host db value into a two-tiered hash
887     which is then used to provide the host name values into the table structure
888     previously layed out in the panel.
889     - Added code to show a 'No hosts for this domain' message if no hosts exist
890    
891     * Thu Mar 22 2001 Jason Miller <jmiller@e-smith.com>
892     - [1.3.0-03]
893     - Updated the new panel (service_hosts) to read from /home/e-smith/service_hosts
894     and changed to reflect the new layout of host entries per domain on the system
895     by providing menus only
896    
897     * Wed Mar 21 2001 Jason Miller <jmiller@e-smith.com>
898     - [1.3.0-02]
899     - Created a new panel
900    
901     * Wed Mar 21 2001 Jason Miller <jmiller@e-smith.com>
902     - [1.3.0-01]
903     - Rolled to version 1.3.0-01. Includes all patches up to 1.2.0-04
904    
905     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
906     - Rolling release number for GPG signing.
907    
908     * Thu Jan 25 2001 Tony Clayton <tonyc@e-smith.com>
909     - [1.2.0-03]
910     - changed conf-hostdb action order from 01 to 07 for all events
911    
912     * Thu Jan 25 2001 Charlie Brady <charlieb@e-smith.com>
913     - [1.2.0-02]
914     - Add code to set default string for LocalDomainPrefix.
915    
916     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
917     - [1.2.0-01]
918     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-15.
919    
920     * Tue Jan 23 2001 Gordon Rowell <gordonr@e-smith.com>
921     - [1.1.0-15]
922     - Trim trailing periods from hostnames
923    
924     * Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com>
925     - [1.1.0-14]
926     - Changed descriptive text for hosts and addresses panel to emphasize
927     don't do anything unless you know what you're doing
928    
929     * Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com>
930     - [1.1.0-13]
931     - Changed descriptive text for hosts and addresses panel
932    
933     * Mon Jan 15 2001 Jason Miller <jmiller@e-smith.com>
934     - [1.1.0-12]
935     - Changes to the navigation of the e-smith manager
936    
937     * Wed Jan 10 2001 Paul Nesbit <pkn@e-smith.com>
938     - [1.1.0-11]
939     - If $MACAddress isn't defined, set it to " " for display. This fixes
940     "Use of uninitialised..." warnings in admin_error_log.
941    
942     * Tue Jan 09 2001 Charlie Brady <charlieb@e-smith.com>
943     - [1.1.0-10]
944     - Create new bootstrap-console-save event
945    
946     * Tue Jan 02 2001 Gordon Rowell <gordonr@e-smith.com>
947     - [1.1.0-9]
948     - Redid panel
949    
950     * Thu Dec 21 2000 Charlie Brady <charlieb@e-smith.com>
951     - [1.1.0-8]
952     - Removed unnecessary reconfig and restart of DHCPD from remoteaccess_update
953     event.
954    
955     * Thu Dec 21 2000 Peter Samuel <peters@e-smith.com>
956     - [1.1.0-7]
957     - Fixed case where a null host was added during post-install
958    
959     * Tue Dec 19 2000 Jason Miller <jmiller@e-smith.com>
960     - [1.1.0-6]
961     - updated createlinks to include conf-hostsdb in the post-install and
962     post-upgrade events
963    
964     * Sun Dec 17 2000 Gordon Rowell <gordonr@e-smith.com>
965     - [1.1.0-5]
966     - Removed console-save from %post - not required, and bad during installs
967    
968     * Fri Dec 15 2000 Charlie Brady <charlieb@e-smith.com>
969     - [1.1.0-4]
970     - Actions may well be named dhcpd, but they shouldn't be here - they're
971     duplicated in e-smith-base :-)
972    
973     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
974     - [1.1.0-3]
975     - Actions are named dhcpd, not dhcp
976    
977     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
978     - [1.1.0-2]
979     - Link actions into remoteaccess-update
980    
981     * Tue Nov 28 2000 Adrian Chung <adrianc@e-smith.com>
982     - Branched to 1.1.0 for 4.1/7.0 release.
983     - Modified conf-dhcpd to look in /var/lib instead of /var/state
984    
985     * Fri Nov 03 2000 Gordon Rowell <gordonr@e-smith.com>
986     - Clean up of web interface code
987    
988     * Wed Nov 01 2000 Gordon Rowell <gordonr@e-smith.com>
989     - Put minor version numbers into patch file
990     - Changed test on web interface
991     - Modified conf-hostsdb to work for any event (including host-delete)
992    
993     * Wed Nov 01 2000 Brett Jensen <brett@e-smith.com>
994     - Updates to the web interface
995    
996     * Mon Oct 30 2000 Gordon Rowell <gordonr@e-smith.com>
997     - More functional web interface
998    
999     * Sun Oct 29 2000 Gordon Rowell <gordonr@e-smith.com>
1000     - Partially functional web interface
1001    
1002     * Sun Oct 29 2000 Gordon Rowell <gordonr@e-smith.com>
1003     - Added conf-hostsdb to prime hosts database with default entries
1004    
1005     * Sat Oct 28 2000 Gordon Rowell <gordonr@e-smith.com>
1006     - Renamed from e-smith-named-conf to e-smith-hosts
1007     - Rewritten to use hosts database
1008     - /var/named template changes moved to e-smith-named
1009    
1010     * Fri Sep 1 2000 Damien Curtain <damien@pagefault.org>
1011     - set -x added aswell as "accounts" replaced with "host name"
1012     - on the web interface.
1013    
1014     * Thu Aug 31 2000 Damien Curtain <damien@pagefault.org>
1015     - Added some checking to ensure entered data is semi-valid
1016    
1017     * Wed Aug 30 2000 Damien Curtain <damien@pagefault.org>
1018     - Change of name. MAC Address no longer required.
1019    
1020     * Sun Aug 20 2000 Damien Curtain <damien@pagefault.org>
1021     - Initial Release
1022    
1023     %prep
1024     %setup
1025 filippocarletti 1.10 %patch1 -p1
1026 slords 1.11 %patch2 -p1
1027 slords 1.13 %patch3 -p1
1028 snetram 1.14 %patch4 -p1
1029 slords 1.1
1030     %build
1031     perl createlinks
1032    
1033     %post
1034    
1035     %install
1036     rm -rf $RPM_BUILD_ROOT
1037     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1038     rm -f %{name}-%{version}-%{release}-filelist
1039     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1040     > %{name}-%{version}-%{release}-filelist
1041     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1042    
1043     %clean
1044     rm -rf $RPM_BUILD_ROOT
1045    
1046     %files -f %{name}-%{version}-%{release}-filelist
1047     %defattr(-,root,root)

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