/[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.22 - (hide annotations) (download)
Thu Jan 22 07:40:49 2015 UTC (9 years, 4 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-hosts-2_2_0-10_el5_sme
Changes since 1.21: +2 -1 lines
* Wed Jan 21 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.2.0-10.sme
- Add a migrate fragment to sanitize the host comment [SME: 8806]
- Code done by  Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au>

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

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