]> git.pld-linux.org Git - packages/apache.git/commitdiff
- fixes for mod_ssl config; rel 4 auto/ac/apache-2_2_0-4
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 23 Dec 2005 12:32:45 +0000 (12:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.451

apache.spec

index 91950b935bc1802b21530064a184fdb3cb7c6bd8..e46b8bd0d7998bda7ac54a01ef84222084e9b1c7 100644 (file)
@@ -36,7 +36,7 @@ Summary(ru):  
 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
@@ -2109,6 +2109,13 @@ resolved before Apache 2.2 gets moved to Ac-main.
 
 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
This page took 0.050196 seconds and 4 git commands to generate.