/[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.8 - (hide annotations) (download)
Tue Jul 8 18:17:55 2008 UTC (15 years, 11 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-hosts-1_14_0-14_el5_sme
Changes since 1.7: +6 -1 lines
* Tue Jul 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.14.0-14
- Move single occurence HOSTTYPE back to e-smith-hosts

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

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