]> git.pld-linux.org Git - packages/nginx.git/commitdiff
do not forget stream_geoip
authorElan Ruusamäe <glen@delfi.ee>
Wed, 19 Oct 2016 19:50:54 +0000 (22:50 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 19 Oct 2016 19:50:54 +0000 (22:50 +0300)
nginx.spec

index 3a931686481728d5818ba6e2b93d0e1474c1d79b..3af8e1e3cefb47320bc44ae791bff1221ad213ed 100644 (file)
@@ -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
 
This page took 0.20923 seconds and 4 git commands to generate.