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

Contents of /rpms/e-smith-apache/sme9/e-smith-apache.spec

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


Revision 1.7 - (show annotations) (download)
Mon Oct 7 23:25:36 2013 UTC (10 years, 8 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-apache-2_4_0-7_el6_sme
Changes since 1.6: +7 -3 lines
Please see changelog

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

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