/[smeserver]/rpms/e-smith-apache/sme7/e-smith-apache.spec
ViewVC logotype

Annotation of /rpms/e-smith-apache/sme7/e-smith-apache.spec

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


Revision 1.2 - (hide annotations) (download)
Mon Sep 17 17:48:55 2007 UTC (16 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-apache-1_2_0-15_el4_sme
Changes since 1.1: +11 -1 lines
Package updates

1 slords 1.1 Summary: e-smith server and gateway - apache module
2     %define name e-smith-apache
3     Name: %{name}
4     %define version 1.2.0
5 slords 1.2 %define release 15
6 slords 1.1 Version: %{version}
7     Release: %{release}%{?dist}
8     License: GPL
9     Group: Networking/Daemons
10     Source: %{name}-%{version}.tar.gz
11     Patch0: e-smith-apache-1.2.0-ProxyPassVirtualHosts.patch
12     Patch1: e-smith-apache-1.2.0-no_ManagerProxyPass.patch
13     Patch2: e-smith-apache-1.2.0-SSLCertificateChainFile.patch
14     Patch3: e-smith-apache-1.2.0-logrotate.patch
15     Patch4: e-smith-apache-1.2.0-load_module.patch
16     Patch5: e-smith-apache-1.2.0-skipdomain.patch
17     Patch6: e-smith-apache-1.2.0-lib64.patch
18 slords 1.2 Patch7: e-smith-apache-1.2.0-rename_apache2httpd.patch
19     Patch8: e-smith-apache-1.2.0-create_httpd_logrotate.patch
20 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21     BuildArchitectures: noarch
22     Requires: e-smith-base >= 4.15.1
23     Requires: e-smith-lib >= 1.15.1-19
24     Requires: e-smith-daemontools >= 1.7.1-01
25     Obsoletes: e-smith-proxypass
26     Obsoletes: e-smith-apache-proxy
27     Conflicts: e-smith-ibays < 1.0.2
28     AutoReqProv: no
29     BuildRequires: e-smith-devtools >= 1.11.0-12
30    
31     %description
32     e-smith server and gateway software - apache module.
33    
34     %changelog
35 slords 1.2 * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-15
36     - Create/Move httpd logrotate.d directory. [SME: 3380]
37    
38     * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-14
39     - Rename apache to httpd in templates2expand. [SME: 3380]
40    
41 slords 1.1 * Wed Jun 6 2007 Shad L. Lords <slords@mail.com> 1.2.0-13
42     - Fix patch to exclude hosts if domains exist [SME: 2307]
43    
44     * Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.2.0-12
45     - Use correct lib for modules
46    
47     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
48     - Clean up spec so package can be built by koji/plague
49    
50     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 1.2.0-11
51     - Fix patch so template expands [SME: 2307]
52    
53     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 1.2.0-10
54     - Don't include host if domain exists [SME: 2307]
55    
56     * Tue Feb 13 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.0-9
57     - Gracefully handle differences in module names between apache
58     versions. [SME: 2471]
59     - Add logrotate changes which should have been in 1.2.0-7 (patch
60     was provided but not applied).
61    
62     * Sat Jan 27 2007 Shad L. Lords <slords@mail.com> 1.2.0-8
63     - Remove proxypass fragment (now in e-smith-manager)
64    
65     * Sat Jan 27 2007 Shad L. Lords <slords@mail.com> 1.2.0-8
66     - Remove proxypass fragment (now in e-smith-manager)
67    
68     * Fri Jan 19 2007 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-7
69     - Move logrotate fragments from e-smith-base.
70    
71     * Thu Dec 21 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-6
72     - Add support for optional modSSL{CertificateChainFile} [SME: 1779]
73    
74     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
75     - Update to new release naming. No functional changes.
76     - Make Packager generic
77    
78     * Wed Nov 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-04
79     - Revert last change [SME: 2109]
80     - TODO: Split dev stream for that change
81     - Add Conflicts for latest e-smith-manager dev stream
82    
83     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-03
84     - Remove manager proxy pass fragment - moved to e-smith-manager.
85    
86     * Sat Jul 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-02
87     - Add ProxyPassReverse directives to allow redirects to work for proxy-
88     passed virtual domains. Also proxy pass https to https. [SME: 1735]
89    
90     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
91     - Roll stable stream version. [SME: 1016]
92    
93     * Mon Mar 13 2006 Charlie Brady <charlie_brady@mitel.com> 1.1.2-37
94     - Fix lookup of 'httpd' props in a few templates. Service name is
95     httpd-e-smith. [SME: 1029]
96    
97     * Fri Feb 10 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-36
98     - Deny access to files starting with .ht typically
99     .htaccess and .htpasswd [SME: 716]
100    
101     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 1.1.2-35
102     - Change modPerl from enabled to disabled [SME: 575]
103    
104     * Fri Jan 6 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-34
105     - Add SVG filetype [SME: 374]
106    
107     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-33
108     - And relocate the modSSL{CipherSuite} default to e-smith-base with
109     the other modSSL defaults [SME: 194]
110    
111     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-32
112     - Change default CipherSuite [SME: 194]
113     Was: ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:+SSLv2:-EXP
114     Is: ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
115    
116     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-31
117     - Moved SSL CipherSuite into db default - modSSL{CipherSuite} [SME: 194]
118    
119     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-30
120     - Remove inode from FileETag response [SME: 198]
121    
122     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-29
123     - Use literal HERE document to ensure braces in TRACE/TRACK rewrite [SME: 196]
124    
125     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-28
126     - Add type for XSL stylesheet (.xsl) files [SME: 76]
127    
128     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-27
129     - Bump release number only
130    
131     * Wed Aug 17 2005 Charlie Brady <charlieb@e-smith.com>
132     - [1.1.2-26]
133     - Add content from e-smith-apache-proxy, to enable apache to
134     also operate as a non-caching proxy server. Add Obsoletes:
135     header to ensure e-smith-apache-proxy RPM is removed on
136     upgrade.
137    
138     * Tue Aug 9 2005 Shad Lords <slords@mail.com>
139     - [1.1.2-25]
140     - Add directive for icons directory
141     - Fix newlines left on end of icons template
142     - Update server aliases to reference all local hosts [SF: 1246172]
143    
144     * Wed Aug 3 2005 Shad Lords <slords@mail.com>
145     - [1.1.2-24]
146     - Fix Rewrite rule to include trailing stuff
147    
148     * Wed Aug 3 2005 Shad Lords <slords@mail.com>
149     - [1.1.2-23]
150     - Update ProxyPass to use httpd-admin{TCPPort} [SF: 1246986]
151    
152     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
153     - [1.1.2-22]
154     - Disable HTTP TRACK and TRACE in each VirtualDomain (patch by Gordon
155     Rowell, with some further work by Shad Lords). [SF: 1240658]
156    
157     * Wed Jul 27 2005 Gordon Rowell <gordonr@gormand.com.au>
158     - [1.1.2-21]
159     - Disable all low grade ciphers for SSL. [SF: 1240654]
160    
161     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
162     - [1.1.2-20]
163     - Don't load userdir module by default. It's not used, and causes
164     Nessus to complain. [SF: 1240657]
165    
166     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
167     - [1.1.2-19]
168     - Patch from Shad: update rewrite and ProxyPass stuff for manager URLs.
169     [SF: 1172203]
170    
171     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
172     - [1.1.2-18]
173     - Add GPL COPYING file.
174    
175     * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
176     - [1.1.2-17]
177     - Clean up apache templates to use current DB interfaces.
178     - Make sure the single host ValidFrom specs for proxypass doesn't
179     upset apache.
180    
181     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
182     - [1.1.2-16]
183     - Make sure that DocumentRoot directory exists - latest apache2
184     will not start up if not.
185    
186     * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
187     - [1.1.2-15]
188     - Do graceful restart of apache in domain-*, in case domain->ibay
189     assignments have changed. [SF: 1222433]
190    
191     * Wed Jun 8 2005 Charlie Brady <charlieb@e-smith.com>
192     - [1.1.2-14]
193     - Add rewrite fragment for httpd.conf to disable TRACE and TRACK
194     requests.
195    
196     * Fri May 27 2005 Charlie Brady <charlieb@e-smith.com>
197     - [1.1.2-13]
198     - Add support for TemplatePath => ProxyPassVirtualHost entries
199     in domains db.
200    
201     * Fri May 27 2005 Charlie Brady <charlieb@e-smith.com>
202     - [1.1.2-12]
203     - Bring ProxyPass fragment up to latest e-smith-lib APIs.
204    
205     * Fri May 27 2005 Charlie Brady <charlieb@e-smith.com>
206     - [1.1.2-11]
207     - Remove ProxyPass support for various deprecated URIs. [SF: 1172203]
208     - Add content of e-smith-proxypass RPM. Add Obsoletes: header.
209    
210     * Wed Mar 30 2005 Charlie Brady <charlieb@e-smith.com>
211     - [1.1.2-10]
212     - Add default TCPPort property to httpd-e-smith, so that correct
213     hole is punched in firewall.
214    
215     * Mon Mar 21 2005 Charlie Brady <charlieb@e-smith.com>
216     - [1.1.2-09]
217     - Remove mangling of syslog and apache log filenames - just
218     retargeting the symlinks has the same effect. [MN00064132]
219    
220     * Sun Mar 20 2005 Charlie Brady <charlieb@e-smith.com>
221     - [1.1.2-08]
222     - Remove logrotate-httpd which is obsoleted by generic_template_expand.
223    
224     * Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com>
225     - [1.1.2-07]
226     - Fix dangling symlink in ibay-create. [MN00065576]
227    
228     * Mon Mar 14 2005 Charlie Brady <charlieb@e-smith.com>
229     - [1.1.2-06]
230     - Use generic_template_expand action where possible, in place
231     of specific actions. Update e-smith-lib dependency. [MN00064130]
232     - Replace all restart-* and most reload-* actions with calls to 'adjust-services'.
233     Update e-smith-lib version dependency. [MN00065576]
234    
235     * Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com>
236     - [1.1.2-05]
237     - Don't attempt to configure httpd.conf in post-install and post-upgrade.
238     [MN00065717]
239    
240     * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
241     - [1.1.2-04]
242     - Remove stray ServiceLink sylinks. [MN00064757]
243    
244     * Tue Dec 28 2004 Charlie Brady <charlieb@e-smith.com>
245     - [1.1.2-03]
246     - Add "chpst -P" to httpd-e-smith run script, to protect runsv/supervise
247     from term signals (wrongly) relayed by apache. [charlieb MN00051144]
248    
249     * Fri Dec 24 2004 Charlie Brady <charlieb@e-smith.com>
250     - [1.1.2-02]
251     - Remove ValidFrom defaults fragment for httpd-admin - as it duplicates
252     one in e-smith-base. [MN00062533]
253    
254     * Wed Nov 17 2004 Mark Knox <markk@e-smith.com>
255     - [1.1.2-01]
256     - Picking up new directory. MN00056429.
257    
258     * Wed Nov 17 2004 Mark Knox <markk@e-smith.com>
259     - [1.1.1-03]
260     - Added empty ValidFrom defaults fragment [markk MN00056429]
261    
262     * Tue Nov 9 2004 Charlie Brady <charlieb@e-smith.com>
263     - [1.1.1-02]
264     - Modify config and run script for compatibility with apache 2. Most of these
265     changes were contributed by Shad Lords. [charlieb MN00051144]
266    
267     * Mon Oct 4 2004 Charlie Brady <charlieb@e-smith.com>
268     - [1.1.1-01]
269     - New development stream for apache 2 - 1.1.1
270    
271     * Fri Sep 3 2004 Charlie Brady <charlieb@e-smith.com>
272     - [1.1.0-23]
273     - Clean BuildRequires. [charlieb MN00043055]
274    
275     * Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com>
276     - [1.1.0-22]
277     - Updated modPerl templates to remove use of esmith::config.
278     [msoulier MN00039579]
279    
280     * Tue Jun 22 2004 Michael Soulier <msoulier@e-smith.com>
281     - [1.1.0-21]
282     - Added RewriteCond statements to previous RewriteRules to exclude localhost,
283     so ssh port-forwarding is not broken. [msoulier MN00020885]
284    
285     * Fri Jun 18 2004 Tony Clayton <apc@e-smith.com>
286     - [1.1.0-20]
287     - Fix LoadModule fragment from last patch [tonyc 11348]
288    
289     * Mon Jun 14 2004 Tony Clayton <apc@e-smith.com>
290     - [1.1.0-19]
291     - Add modPerl service and httpd.conf templates [tonyc 11348]
292    
293     * Mon May 10 2004 Michael Soulier <msoulier@e-smith.com>
294     - [1.1.0-18]
295     - Adding rewrite rules to prevent plaintext access to the server manager.
296     [msoulier MN00020885]
297    
298     * Thu May 6 2004 Michael Soulier <msoulier@e-smith.com>
299     - [1.1.0-17]
300     - Added httpd-admin's remoteaccess list to permissible networks for
301     server-resources. [msoulier MN00024949]
302    
303     * Mon Feb 23 2004 Michael Soulier <msoulier@e-smith.com>
304     - [1.1.0-16]
305     - Backing-out last change. [msoulier dpar-21489]
306    
307     * Mon Feb 23 2004 Michael Soulier <msoulier@e-smith.com>
308     - [1.1.0-15]
309     - Added restart-httpd-graceful to domain-* events. [msoulier dpar-21489]
310    
311     * Wed Feb 18 2004 Michael Soulier <msoulier@e-smith.com>
312     - [1.1.0-14]
313     - Updating requires to e-smith-daemontools. [msoulier 7629]
314    
315     * Wed Feb 18 2004 Michael Soulier <msoulier@e-smith.com>
316     - [1.1.0-13]
317     - Updating restart-httpd-graceful to use new daemontools sigusr1 option.
318     [msoulier 7629]
319    
320     * Wed Jan 21 2004 Michael Soulier <msoulier@e-smith.com>
321     - [1.1.0-12]
322     - Staggering the symlinks a little farther. [msoulier 9955]
323    
324     * Wed Jan 21 2004 Michael Soulier <msoulier@e-smith.com>
325     - [1.1.0-11]
326     - Adding symlinks to the service-domain-create event for httpd restart.
327     [msoulier 9955]
328    
329     * Tue Dec 9 2003 Michael Soulier <msoulier@e-smith.com>
330     - [1.1.0-10]
331     - Fixed another error in the specfile, resulting in incorrect file
332     permissions. [msoulier 7629]
333     - Updated action scripts for supervise. [msoulier 7629]
334    
335     * Tue Dec 9 2003 Michael Soulier <msoulier@e-smith.com>
336     - [1.1.0-09]
337     - Fixed an error in the specfile. [msoulier 7629]
338    
339     * Tue Dec 9 2003 Michael Soulier <msoulier@e-smith.com>
340     - [1.1.0-08]
341     - Updated createlinks for daemontools. [msoulier 7629]
342    
343     * Tue Dec 9 2003 Michael Soulier <msoulier@e-smith.com>
344     - [1.1.0-07]
345     - Putting httpd-e-smith under supervision. [msoulier 7629]
346    
347     * Thu Sep 18 2003 Michael Soulier <msoulier@e-smith.com>
348     - [1.1.0-06]
349     - Added a null-string return value to the end of 00Setup, ensure no output
350     from that fragment. [msoulier 9803]
351    
352     * Wed Sep 3 2003 Charlie Brady <charlieb@e-smith.com>
353     - [1.1.0-05]
354     - Use implementation class, not virtual class in VirtualHosts/00Setup fragment.
355     [charlieb 9803]
356    
357     * Wed Sep 3 2003 Michael Soulier <msoulier@e-smith.com>
358     - [1.1.0-04]
359     - Added a 75AddType05.exe fragment to specify a proper mime-type for .exe
360     files. [msoulier 9866]
361    
362     * Fri Aug 29 2003 Charlie Brady <charlieb@e-smith.com>
363     - [1.1.0-03]
364     - Allow TemplatePath property in domain record to specify an alternate template
365     subdir for virtual host content specification (e.g. to proxypass a domain).
366     [charlieb 8409]
367    
368     * Fri Aug 29 2003 Charlie Brady <charlieb@e-smith.com>
369     - [1.1.0-02]
370     - Changed the VirtualHosts subtemplate to pass the domain object instead of db handle,
371     and modified VirtualHosts/00Setup fragment to convert it to the right class.
372     Fix scoping problem with the blessed object. [charlieb 9803]
373    
374     * Fri Aug 29 2003 Michael Soulier <msoulier@e-smith.com>
375     - [1.1.0-01]
376     - rolling to dev stream - 1.1.0
377    
378     * Fri Aug 29 2003 Michael Soulier <msoulier@e-smith.com>
379     - [1.0.0-04]
380     - Added a 00Setup fragment to VirtualHosts to process the %domainsdb hash back
381     into an esmith::DomainsDB object. [msoulier 9803]
382    
383     * Mon Aug 25 2003 Michael Soulier <msoulier@e-smith.com>
384     - [1.0.0-03]
385     - Added a reference to the domains db in the extra data for processing the
386     VirtualHosts fragments. [msoulier 9803]
387    
388     * Fri Aug 1 2003 Michael Soulier <msoulier@e-smith.com>
389     - [1.0.0-02]
390     - Fixed a precedence error that broke virtual hosts in apache.
391     [msoulier 9640]
392    
393     * Wed Jul 9 2003 Charlie Brady <charlieb@e-smith.com>
394     - [1.0.0-01]
395     - Setting to release version number - 1.0.0
396    
397     * Wed Jul 9 2003 Michael Soulier <msoulier@e-smith.com>
398     - [0.2.0-04]
399     - Fixed breakage in admin web server when a local network with a 32-bit subnet
400     mask is used. [msoulier 9259]
401    
402     * Thu Jul 3 2003 Charlie Brady <charlieb@e-smith.com>
403     - [0.2.0-03]
404     - Fix log noise problem in expansion of httpd.conf template. [charlieb 9269]
405    
406     * Wed Jul 2 2003 Charlie Brady <charlieb@e-smith.com>
407     - [0.2.0-02]
408     - List primary domain as first (default) virtual domain in apache config.
409     Include $SystemName.domain.name in ServerAlias directive. [charlieb 9241]
410    
411     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
412     - [0.2.0-01]
413     - Changing version to stable stream number - 0.2.0
414    
415     * Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com>
416     - [0.1.2-01]
417     - Add order to migrate fragments [gordonr 9015]
418    
419     * Wed Jun 11 2003 Gordon Rowell <gordonr@e-smith.com>
420     - [0.1.1-02]
421     - Fixed Conflicts header - should be <, not <= [gordonr 8903]
422    
423     * Fri Jun 6 2003 Gordon Rowell <gordonr@e-smith.com>
424     - [0.1.1-01]
425     - Shuffled some httpd.conf fragments to e-smith-ibays [gordonr 8903]
426    
427     * Wed May 28 2003 Michael Soulier <msoulier@e-smith.com>
428     - [0.1.0-19]
429     - Moving httpd-e-smith init script to e-smith-apache. [msoulier 8852]
430    
431     * Tue Apr 29 2003 Gordon Rowell <gordonr@e-smith.com>
432     - [0.1.0-18]
433     - Do an explicit die if the httpd-e-smith record is missing from the
434     config db, rather than an implicit die due to an invalid object
435     reference [gordonr 8609]
436    
437     * Wed Apr 9 2003 Gordon Rowell <gordonr@e-smith.com>
438     - [0.1.0-17]
439     - Relocated conf-httpd from e-smith-base [gordonr 8150]
440    
441     * Fri Apr 4 2003 Mark Knox <markk@e-smith.com>
442     - [0.1.0-16]
443     - Moved restart-httpd-* actions from base [markk 5509]
444    
445     * Fri Apr 4 2003 Mark Knox <markk@e-smith.com>
446     - [0.1.0-15]
447     - Moved db config fragments here from e-smith-base [markk 5509]
448    
449     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
450     - [0.1.0-14]
451     - Make /server-resources/ browsable from LAN [gordonr 6620]
452    
453     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
454     - [0.1.0-13]
455     - Delete Apache ReadmeName directive [gordonr 6313]
456    
457     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
458     - [0.1.0-12]
459     - Fixed broken conf-httpd-e-smith links in post-{install,upgrade} [gordonr 7960]
460    
461     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
462     - [0.1.0-11]
463     - Deleted ./etc/httpd/conf/httpd.conf/template-begin
464     deleted ./etc/httpd/conf/srm.conf/template-begin
465     deleted ./etc/httpd/conf/access.conf/template-begin [lijied 3295]
466    
467     * Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com>
468     - [0.1.0-10]
469     - Delete empty template-end file [lijied 3295]
470    
471     * Wed Mar 12 2003 Charlie Brady <charlieb@e-smith.com>
472     - [0.1.0-09]
473     - Remove more references to primary and wwwpublic in favour
474     of the "Primary" i-bay. There is still some special case code,
475     which might go later if it turns out not to be needed.
476     [charlieb 5652]
477    
478     * Tue Mar 11 2003 Mark Knox <markk@e-smith.com>
479     - [0.1.0-08]
480     - Fixed a missing quote in 27ManagerProxyPass [markk 7635]
481    
482     * Tue Mar 11 2003 Gordon Rowell <gordonr@e-smith.com>
483     - [0.1.0-07]
484     - Pass externalSSLAccess and localAccess to VirtualDomains fragments so they don't
485     need to recalculate these values [gordonr 7635]
486     - Use early return from 27ManagerProxyPass and new DB interface [gordonr 7635]
487    
488     * Mon Mar 10 2003 Charlie Brady <charlieb@e-smith.com>
489     - [0.1.0-06]
490     - Remove special case handling for /home/e-smith/files/primary in Apache
491     configuration. Migrate code and db entries for wwwpublic to Public.
492     [charlieb 5652]
493    
494     * Fri Mar 7 2003 Charlie Brady <charlieb@e-smith.com>
495     - [0.1.0-05]
496     - Replace deprecated CONFREF with MORE_DATA in processTemplate call in
497     VirtualHosts fragment of httpd.conf templates. Fixes template
498     expansion breakage (I'm not sure what broke it, but this fixes it.)
499     [charlieb]
500     - Add default config db fragments to set type and status. Remove redundant
501     conf-httpd-e-smith script. [charlieb 1507]
502    
503     * Fri Jan 24 2003 Gordon Rowell <gordonr@e-smith.com>
504     - [0.1.0-04]
505     - Move SSL initialisation to global context [gordonr 1432]
506    
507     * Fri Jan 24 2003 Gordon Rowell <gordonr@e-smith.com>
508     - [0.1.0-03]
509     - Use default SSL certificate of $SystemName.$DomainName [gordonr 4874]
510    
511     * Wed Jan 8 2003 Mark Knox <markk@e-smith.com>
512     - [0.1.0-02]
513     - Added conf-httpd-e-smith action linked to the same events as conf-startup
514     in e-smith-base [markk 6428]
515    
516     * Mon Jan 06 2003 Mark Knox <m_knox@mitel.com>
517     - [0.1.0-01]
518     - Initial release, split out from e-smith-base [markk 6428]
519    
520     %prep
521     %setup
522     %patch0 -p1
523     %patch1 -p1
524     %patch2 -p1
525     %patch3 -p1
526     %patch4 -p1
527     %patch5 -p1
528     %patch6 -p1
529 slords 1.2 %patch7 -p1
530     %patch8 -p1
531 slords 1.1
532     %pre
533    
534     %post
535    
536     %build
537     perl createlinks
538     mkdir -p root/service
539     ln -s /var/service/httpd-e-smith root/service/httpd-e-smith
540     mkdir -p root/var/service/httpd-e-smith/supervise
541     touch root/var/service/httpd-e-smith/down
542    
543     mkdir -p root/etc/httpd
544     mkdir -p root/var/state/httpd
545     ln -s ../../var/state/httpd root/etc/httpd/state
546    
547     %install
548     rm -rf $RPM_BUILD_ROOT
549     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
550    
551     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
552     --dir /var/service/httpd-e-smith 'attr(01755,root,root)' \
553     --file /var/service/httpd-e-smith/down 'attr(0644,root,root)' \
554     --file /var/service/httpd-e-smith/run 'attr(0755,root,root)' \
555     > e-smith-%{version}-filelist
556    
557     echo "%doc COPYING" >> e-smith-%{version}-filelist
558    
559     %clean
560     rm -rf $RPM_BUILD_ROOT
561    
562     %files -f e-smith-%{version}-filelist
563     %defattr(-,root,root)

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