/[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.3 - (show annotations) (download)
Wed Mar 6 20:19:53 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-apache-2_4_0-3_el6_sme
Changes since 1.2: +10 -2 lines
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme
- Obsolete mod_auth_external and require mod_authnz_external [SME: 7319]
- Change the way module is loaded and initialized

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

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