]> git.pld-linux.org Git - packages/nginx.git/commitdiff
mod_stream_geoip requires mod_stream
authorElan Ruusamäe <glen@delfi.ee>
Wed, 19 Oct 2016 20:36:41 +0000 (23:36 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 19 Oct 2016 20:36:41 +0000 (23:36 +0300)
2016/10/19 23:34:37 [emerg] 27832#27832: dlopen() "/usr/lib/nginx/modules/ngx_stream_geoip_module.so" failed (/usr/lib/nginx/modules/ngx_stream_geoip_module.so: undefined symbol: ngx_stream_add_variable) in /etc/nginx/modules.d/mod_stream_geoip.conf:1

nginx.spec

index 0e3d91f24d2a3c0cc06a7c6c0507f82256e91440..a18274e6c40b4e969da3d70647a2983260ef1dd4 100644 (file)
@@ -42,7 +42,7 @@ Summary(pl.UTF-8):    Serwer HTTP i odwrotne proxy o wysokiej wydajności
 # - mainline: production quality but API can change
 Name:          nginx
 Version:       1.11.5
-Release:       0.4
+Release:       0.5
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://nginx.org/download/%{name}-%{version}.tar.gz
@@ -153,6 +153,7 @@ Nginx HTTP geoip module.
 Summary:       Nginx stream geoip module
 Group:         Daemons
 Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-mod_stream = %{version}-%{release}
 Requires:      GeoIP
 
 %description mod_stream_geoip
This page took 0.034463 seconds and 4 git commands to generate.