]> git.pld-linux.org Git - packages/apache.git/commitdiff
drop old (upgrade to 2.2.0) mod_ssl trigger
authorElan Ruusamäe <glen@delfi.ee>
Sat, 2 May 2015 17:37:58 +0000 (20:37 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 2 May 2015 17:37:58 +0000 (20:37 +0300)
apache.spec

index 6c9e3fc300f53a88e0d6af3ef2a6dbaebba248f9..bc732fda0d5bc2c061274d520e9c760f1446bebc 100644 (file)
@@ -2927,13 +2927,6 @@ sed -i -e '
        s,^LockFile /var/run/httpd/accept.lock,Mutex file:/var/run/httpd/,g
 ' /etc/httpd/conf.d/10_mpm.conf
 
-%triggerpostun mod_ssl -- %{name}-mod_ssl < 1: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
-
 %triggerpostun mod_ssl -- %{name}-mod_ssl < 1:2.4.0
 cp -f /etc/httpd/conf.d/40_mod_ssl.conf{,.rpmsave}
 sed -i -e '
This page took 0.131577 seconds and 4 git commands to generate.