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

Contents 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.9 - (show annotations) (download)
Sat Mar 28 18:28:05 2009 UTC (15 years, 2 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-apache-2_2_0-5_el5_sme
Changes since 1.8: +7 -2 lines
* Sat Mar 28 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-5.sme
- Add OpenOffice2 MIME Types [SME: 5112]

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

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