[packages/nginx/dev-dynamic] do not forget stream_geoip

glen glen at pld-linux.org
Wed Oct 19 21:51:02 CEST 2016


commit 763de572538120f9039c0ec1f015bbc0441bc7df
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Oct 19 22:50:54 2016 +0300

    do not forget stream_geoip

 nginx.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/nginx.spec b/nginx.spec
index 3a93168..3af8e1e 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -335,6 +335,7 @@ load_module http_perl
 
 %if %{with geoip}
 load_module http_geoip
+load_module stream_geoip
 %endif
 %if %{with gd}
 load_module http_image_filter
@@ -436,11 +437,12 @@ exit 0
 %if %{with geoip}
 %files mod_http_geoip
 %defattr(644,root,root,755)
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mod_http_geoip.conf
 %attr(755,root,root) %{_libdir}/%{name}/modules/ngx_http_geoip_module.so
 
 %files mod_stream_geoip
 %defattr(644,root,root,755)
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mod_http_geoip.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mod_stream_geoip.conf
 %attr(755,root,root) %{_libdir}/%{name}/modules/ngx_stream_geoip_module.so
 %endif
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/763de572538120f9039c0ec1f015bbc0441bc7df



More information about the pld-cvs-commit mailing list