]> git.pld-linux.org Git - packages/apache.git/commitdiff
depend on openssl VERSION auto/th/apache-2.2.31-4
authorElan Ruusamäe <glen@delfi.ee>
Wed, 2 Mar 2016 14:21:15 +0000 (16:21 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 2 Mar 2016 14:21:15 +0000 (16:21 +0200)
openssl abi can change with each version

httpd.prefork: Syntax error on line 71 of /etc/httpd/apache.conf:
Syntax error on line 2 of /etc/httpd/conf.d/40_mod_ssl.conf:
Cannot load /etc/httpd/modules/mod_ssl.so into server:
/etc/httpd/modules/mod_ssl.so: undefined symbol: SSLv2_client_method

apache.spec

index 93be1ba74dfac6641785dc2323cc84ae58365ce5..384e75b58169beff5799019f5aac438159c06d52 100644 (file)
@@ -44,7 +44,7 @@ Summary(ru.UTF-8):    Самый популярный веб-сервер
 Summary(tr.UTF-8):     Lider WWW tarayıcı
 Name:          apache
 Version:       2.2.31
-Release:       3
+Release:       4
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -1584,7 +1584,7 @@ Epoch:            1
 Group:         Networking/Daemons/HTTP
 URL:           http://httpd.apache.org/docs/2.2/mod/mod_ssl.html
 Requires:      %{name}-base = %{version}-%{release}
-Requires:      openssl >= %{openssl_ver}
+%requires_eq_to openssl openssl-devel
 %if "%{pld_release}" != "ac"
 Requires:      apr-util-dbm-db
 %endif
This page took 0.101448 seconds and 4 git commands to generate.