Author: glen Date: Fri Dec 23 12:32:51 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fixes for mod_ssl config; rel 4
---- Files affected: SPECS: apache.spec (1.450 -> 1.451) ---- Diffs: ================================================================ Index: SPECS/apache.spec diff -u SPECS/apache.spec:1.450 SPECS/apache.spec:1.451 --- SPECS/apache.spec:1.450 Thu Dec 22 19:47:25 2005 +++ SPECS/apache.spec Fri Dec 23 13:32:45 2005 @@ -37,7 +37,7 @@ Summary(tr): Lider WWW tarayýcý Name: apache Version: 2.2.0 -Release: 3 +Release: 4 License: Apache Group License Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -2110,6 +2110,13 @@ EOF +%triggerpostun mod_ssl -- %{name}-mod_ssl < 2.2.0-3.1 +cp -f /etc/httpd/conf.d/40_mod_ssl.conf{,.rpmsave} +sed -i -e ' + s,/var/run/apache,/var/run/httpd,g + s,/var/cache/apache,/var/cache/httpd,g +' /etc/httpd/conf.d/40_mod_ssl.conf + %posttrans base # restore lock which we disabled in pretrans mv -f /var/lock/subsys/httpd{.disabled,} 2>/dev/null @@ -2685,6 +2692,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.451 2005/12/23 12:32:45 glen +- fixes for mod_ssl config; rel 4 + Revision 1.450 2005/12/22 18:47:25 glen - fix main config change trigger - fixed stop of initscript ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/apache.spec?r1=1.450&r2=1.451&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
