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

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

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


Revision 1.5 - (hide annotations) (download)
Tue Dec 2 15:00:53 2008 UTC (15 years, 6 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-apache-2_2_0-2_el5_sme
Changes since 1.4: +6 -1 lines
* Tue Dec 2 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
- Add Microsoft Office 2007 MIME types [SME: 4548]

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

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